public abstract class GeneratedSourcingConfig extends GenericItem
SourcingConfig.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALLOCATIONWEIGHTFACTOR
Qualifier of the
SourcingConfig.allocationWeightFactor attribute |
static java.lang.String |
BASESTORES
Qualifier of the
SourcingConfig.baseStores attribute |
protected static OneToManyHandler<BaseStore> |
BASESTORESHANDLER
OneToManyHandler for handling 1:n BASESTORES's relation attributes from 'many' side. |
static java.lang.String |
CODE
Qualifier of the
SourcingConfig.code attribute |
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
DISTANCEWEIGHTFACTOR
Qualifier of the
SourcingConfig.distanceWeightFactor attribute |
static java.lang.String |
PRIORITYWEIGHTFACTOR
Qualifier of the
SourcingConfig.priorityWeightFactor attribute |
static java.lang.String |
SCOREWEIGHTFACTOR
Qualifier of the
SourcingConfig.scoreWeightFactor attribute |
LANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedSourcingConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToBaseStores(BaseStore value)
Generated method - Adds
value to baseStores. |
void |
addToBaseStores(SessionContext ctx,
BaseStore value)
Generated method - Adds
value to baseStores. |
java.lang.Integer |
getAllocationWeightFactor()
Generated method - Getter of the
SourcingConfig.allocationWeightFactor attribute. |
java.lang.Integer |
getAllocationWeightFactor(SessionContext ctx)
Generated method - Getter of the
SourcingConfig.allocationWeightFactor attribute. |
int |
getAllocationWeightFactorAsPrimitive()
Generated method - Getter of the
SourcingConfig.allocationWeightFactor attribute. |
int |
getAllocationWeightFactorAsPrimitive(SessionContext ctx)
Generated method - Getter of the
SourcingConfig.allocationWeightFactor attribute. |
java.util.Set<BaseStore> |
getBaseStores()
Generated method - Getter of the
SourcingConfig.baseStores attribute. |
java.util.Set<BaseStore> |
getBaseStores(SessionContext ctx)
Generated method - Getter of the
SourcingConfig.baseStores attribute. |
java.lang.String |
getCode()
Generated method - Getter of the
SourcingConfig.code attribute. |
java.lang.String |
getCode(SessionContext ctx)
Generated method - Getter of the
SourcingConfig.code attribute. |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.lang.Integer |
getDistanceWeightFactor()
Generated method - Getter of the
SourcingConfig.distanceWeightFactor attribute. |
java.lang.Integer |
getDistanceWeightFactor(SessionContext ctx)
Generated method - Getter of the
SourcingConfig.distanceWeightFactor attribute. |
int |
getDistanceWeightFactorAsPrimitive()
Generated method - Getter of the
SourcingConfig.distanceWeightFactor attribute. |
int |
getDistanceWeightFactorAsPrimitive(SessionContext ctx)
Generated method - Getter of the
SourcingConfig.distanceWeightFactor attribute. |
java.lang.Integer |
getPriorityWeightFactor()
Generated method - Getter of the
SourcingConfig.priorityWeightFactor attribute. |
java.lang.Integer |
getPriorityWeightFactor(SessionContext ctx)
Generated method - Getter of the
SourcingConfig.priorityWeightFactor attribute. |
int |
getPriorityWeightFactorAsPrimitive()
Generated method - Getter of the
SourcingConfig.priorityWeightFactor attribute. |
int |
getPriorityWeightFactorAsPrimitive(SessionContext ctx)
Generated method - Getter of the
SourcingConfig.priorityWeightFactor attribute. |
java.lang.Integer |
getScoreWeightFactor()
Generated method - Getter of the
SourcingConfig.scoreWeightFactor attribute. |
java.lang.Integer |
getScoreWeightFactor(SessionContext ctx)
Generated method - Getter of the
SourcingConfig.scoreWeightFactor attribute. |
int |
getScoreWeightFactorAsPrimitive()
Generated method - Getter of the
SourcingConfig.scoreWeightFactor attribute. |
int |
getScoreWeightFactorAsPrimitive(SessionContext ctx)
Generated method - Getter of the
SourcingConfig.scoreWeightFactor attribute. |
void |
removeFromBaseStores(BaseStore value)
Generated method - Removes
value from baseStores. |
void |
removeFromBaseStores(SessionContext ctx,
BaseStore value)
Generated method - Removes
value from baseStores. |
void |
setAllocationWeightFactor(int value)
Generated method - Setter of the
SourcingConfig.allocationWeightFactor attribute. |
void |
setAllocationWeightFactor(java.lang.Integer value)
Generated method - Setter of the
SourcingConfig.allocationWeightFactor attribute. |
void |
setAllocationWeightFactor(SessionContext ctx,
int value)
Generated method - Setter of the
SourcingConfig.allocationWeightFactor attribute. |
void |
setAllocationWeightFactor(SessionContext ctx,
java.lang.Integer value)
Generated method - Setter of the
SourcingConfig.allocationWeightFactor attribute. |
void |
setBaseStores(SessionContext ctx,
java.util.Set<BaseStore> value)
Generated method - Setter of the
SourcingConfig.baseStores attribute. |
void |
setBaseStores(java.util.Set<BaseStore> value)
Generated method - Setter of the
SourcingConfig.baseStores attribute. |
void |
setCode(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
SourcingConfig.code attribute. |
void |
setCode(java.lang.String value)
Generated method - Setter of the
SourcingConfig.code attribute. |
void |
setDistanceWeightFactor(int value)
Generated method - Setter of the
SourcingConfig.distanceWeightFactor attribute. |
void |
setDistanceWeightFactor(java.lang.Integer value)
Generated method - Setter of the
SourcingConfig.distanceWeightFactor attribute. |
void |
setDistanceWeightFactor(SessionContext ctx,
int value)
Generated method - Setter of the
SourcingConfig.distanceWeightFactor attribute. |
void |
setDistanceWeightFactor(SessionContext ctx,
java.lang.Integer value)
Generated method - Setter of the
SourcingConfig.distanceWeightFactor attribute. |
void |
setPriorityWeightFactor(int value)
Generated method - Setter of the
SourcingConfig.priorityWeightFactor attribute. |
void |
setPriorityWeightFactor(java.lang.Integer value)
Generated method - Setter of the
SourcingConfig.priorityWeightFactor attribute. |
void |
setPriorityWeightFactor(SessionContext ctx,
int value)
Generated method - Setter of the
SourcingConfig.priorityWeightFactor attribute. |
void |
setPriorityWeightFactor(SessionContext ctx,
java.lang.Integer value)
Generated method - Setter of the
SourcingConfig.priorityWeightFactor attribute. |
void |
setScoreWeightFactor(int value)
Generated method - Setter of the
SourcingConfig.scoreWeightFactor attribute. |
void |
setScoreWeightFactor(java.lang.Integer value)
Generated method - Setter of the
SourcingConfig.scoreWeightFactor attribute. |
void |
setScoreWeightFactor(SessionContext ctx,
int value)
Generated method - Setter of the
SourcingConfig.scoreWeightFactor attribute. |
void |
setScoreWeightFactor(SessionContext ctx,
java.lang.Integer value)
Generated method - Setter of the
SourcingConfig.scoreWeightFactor attribute. |
createItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getImplementation, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacesetTenantpublic static final java.lang.String CODE
SourcingConfig.code attributepublic static final java.lang.String DISTANCEWEIGHTFACTOR
SourcingConfig.distanceWeightFactor attributepublic static final java.lang.String ALLOCATIONWEIGHTFACTOR
SourcingConfig.allocationWeightFactor attributepublic static final java.lang.String PRIORITYWEIGHTFACTOR
SourcingConfig.priorityWeightFactor attributepublic static final java.lang.String SCOREWEIGHTFACTOR
SourcingConfig.scoreWeightFactor attributepublic static final java.lang.String BASESTORES
SourcingConfig.baseStores attributeprotected static final OneToManyHandler<BaseStore> BASESTORESHANDLER
OneToManyHandler for handling 1:n BASESTORES's relation attributes from 'many' side.protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic java.lang.Integer getAllocationWeightFactor(SessionContext ctx)
SourcingConfig.allocationWeightFactor attribute.public java.lang.Integer getAllocationWeightFactor()
SourcingConfig.allocationWeightFactor attribute.public int getAllocationWeightFactorAsPrimitive(SessionContext ctx)
SourcingConfig.allocationWeightFactor attribute.public int getAllocationWeightFactorAsPrimitive()
SourcingConfig.allocationWeightFactor attribute.public void setAllocationWeightFactor(SessionContext ctx, java.lang.Integer value)
SourcingConfig.allocationWeightFactor attribute.value - the allocationWeightFactor - Determines the weightage of the ATP during sourcingpublic void setAllocationWeightFactor(java.lang.Integer value)
SourcingConfig.allocationWeightFactor attribute.value - the allocationWeightFactor - Determines the weightage of the ATP during sourcingpublic void setAllocationWeightFactor(SessionContext ctx, int value)
SourcingConfig.allocationWeightFactor attribute.value - the allocationWeightFactor - Determines the weightage of the ATP during sourcingpublic void setAllocationWeightFactor(int value)
SourcingConfig.allocationWeightFactor attribute.value - the allocationWeightFactor - Determines the weightage of the ATP during sourcingpublic java.util.Set<BaseStore> getBaseStores(SessionContext ctx)
SourcingConfig.baseStores attribute.public java.util.Set<BaseStore> getBaseStores()
SourcingConfig.baseStores attribute.public void setBaseStores(SessionContext ctx, java.util.Set<BaseStore> value)
SourcingConfig.baseStores attribute.value - the baseStorespublic void setBaseStores(java.util.Set<BaseStore> value)
SourcingConfig.baseStores attribute.value - the baseStorespublic void addToBaseStores(SessionContext ctx, BaseStore value)
value to baseStores.value - the item to add to baseStorespublic void addToBaseStores(BaseStore value)
value to baseStores.value - the item to add to baseStorespublic void removeFromBaseStores(SessionContext ctx, BaseStore value)
value from baseStores.value - the item to remove from baseStorespublic void removeFromBaseStores(BaseStore value)
value from baseStores.value - the item to remove from baseStorespublic java.lang.String getCode(SessionContext ctx)
SourcingConfig.code attribute.public java.lang.String getCode()
SourcingConfig.code attribute.public void setCode(SessionContext ctx, java.lang.String value)
SourcingConfig.code attribute.value - the codepublic void setCode(java.lang.String value)
SourcingConfig.code attribute.value - the codepublic java.lang.Integer getDistanceWeightFactor(SessionContext ctx)
SourcingConfig.distanceWeightFactor attribute.public java.lang.Integer getDistanceWeightFactor()
SourcingConfig.distanceWeightFactor attribute.public int getDistanceWeightFactorAsPrimitive(SessionContext ctx)
SourcingConfig.distanceWeightFactor attribute.public int getDistanceWeightFactorAsPrimitive()
SourcingConfig.distanceWeightFactor attribute.public void setDistanceWeightFactor(SessionContext ctx, java.lang.Integer value)
SourcingConfig.distanceWeightFactor attribute.value - the distanceWeightFactor - Determines the weightage of the warehouse distance during sourcingpublic void setDistanceWeightFactor(java.lang.Integer value)
SourcingConfig.distanceWeightFactor attribute.value - the distanceWeightFactor - Determines the weightage of the warehouse distance during sourcingpublic void setDistanceWeightFactor(SessionContext ctx, int value)
SourcingConfig.distanceWeightFactor attribute.value - the distanceWeightFactor - Determines the weightage of the warehouse distance during sourcingpublic void setDistanceWeightFactor(int value)
SourcingConfig.distanceWeightFactor attribute.value - the distanceWeightFactor - Determines the weightage of the warehouse distance during sourcingpublic java.lang.Integer getPriorityWeightFactor(SessionContext ctx)
SourcingConfig.priorityWeightFactor attribute.public java.lang.Integer getPriorityWeightFactor()
SourcingConfig.priorityWeightFactor attribute.public int getPriorityWeightFactorAsPrimitive(SessionContext ctx)
SourcingConfig.priorityWeightFactor attribute.public int getPriorityWeightFactorAsPrimitive()
SourcingConfig.priorityWeightFactor attribute.public void setPriorityWeightFactor(SessionContext ctx, java.lang.Integer value)
SourcingConfig.priorityWeightFactor attribute.value - the priorityWeightFactor - Determines the weightage of the warehouse priority during sourcingpublic void setPriorityWeightFactor(java.lang.Integer value)
SourcingConfig.priorityWeightFactor attribute.value - the priorityWeightFactor - Determines the weightage of the warehouse priority during sourcingpublic void setPriorityWeightFactor(SessionContext ctx, int value)
SourcingConfig.priorityWeightFactor attribute.value - the priorityWeightFactor - Determines the weightage of the warehouse priority during sourcingpublic void setPriorityWeightFactor(int value)
SourcingConfig.priorityWeightFactor attribute.value - the priorityWeightFactor - Determines the weightage of the warehouse priority during sourcingpublic java.lang.Integer getScoreWeightFactor(SessionContext ctx)
SourcingConfig.scoreWeightFactor attribute.public java.lang.Integer getScoreWeightFactor()
SourcingConfig.scoreWeightFactor attribute.public int getScoreWeightFactorAsPrimitive(SessionContext ctx)
SourcingConfig.scoreWeightFactor attribute.public int getScoreWeightFactorAsPrimitive()
SourcingConfig.scoreWeightFactor attribute.public void setScoreWeightFactor(SessionContext ctx, java.lang.Integer value)
SourcingConfig.scoreWeightFactor attribute.value - the scoreWeightFactor - Determines the weightage of the warehouse score during sourcingpublic void setScoreWeightFactor(java.lang.Integer value)
SourcingConfig.scoreWeightFactor attribute.value - the scoreWeightFactor - Determines the weightage of the warehouse score during sourcingpublic void setScoreWeightFactor(SessionContext ctx, int value)
SourcingConfig.scoreWeightFactor attribute.value - the scoreWeightFactor - Determines the weightage of the warehouse score during sourcingpublic void setScoreWeightFactor(int value)
SourcingConfig.scoreWeightFactor attribute.value - the scoreWeightFactor - Determines the weightage of the warehouse score during sourcingCopyright © 2018 SAP SE. All Rights Reserved.