public abstract class GeneratedStockLevel extends GenericItem
StockLevel.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 String |
AVAILABLE
Qualifier of the
StockLevel.available attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
INSTOCKSTATUS
Qualifier of the
StockLevel.inStockStatus attribute |
static String |
MAXPREORDER
Qualifier of the
StockLevel.maxPreOrder attribute |
static String |
MAXSTOCKLEVELHISTORYCOUNT
Qualifier of the
StockLevel.maxStockLevelHistoryCount attribute |
static String |
NEXTDELIVERYTIME
Qualifier of the
StockLevel.nextDeliveryTime attribute |
static String |
OVERSELLING
Qualifier of the
StockLevel.overSelling attribute |
static String |
PREORDER
Qualifier of the
StockLevel.preOrder attribute |
static String |
PRODUCT
Qualifier of the
StockLevel.product attribute |
static String |
PRODUCTCODE
Qualifier of the
StockLevel.productCode attribute |
static String |
PRODUCTS
Qualifier of the
StockLevel.products attribute |
static String |
RELEASEDATE
Qualifier of the
StockLevel.releaseDate attribute |
static String |
RESERVED
Qualifier of the
StockLevel.reserved attribute |
static String |
STOCKLEVELHISTORYENTRIES
Qualifier of the
StockLevel.stockLevelHistoryEntries attribute |
protected static OneToManyHandler<StockLevelHistoryEntry> |
STOCKLEVELHISTORYENTRIESHANDLER
OneToManyHandler for handling 1:n STOCKLEVELHISTORYENTRIES's relation attributes from 'many' side. |
protected static String |
STOCKLEVELPRODUCTRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for StockLevelProductRelation from ((basecommerce))
|
protected static String |
STOCKLEVELPRODUCTRELATION_SRC_ORDERED
Relation ordering override parameter constants for StockLevelProductRelation from ((basecommerce))
|
protected static String |
STOCKLEVELPRODUCTRELATION_TGT_ORDERED |
static String |
TREATNEGATIVEASZERO
Qualifier of the
StockLevel.treatNegativeAsZero attribute |
static String |
WAREHOUSE
Qualifier of the
StockLevel.warehouse attribute |
protected static BidirectionalOneToManyHandler<GeneratedStockLevel> |
WAREHOUSEHANDLER
BidirectionalOneToManyHandler for handling 1:n WAREHOUSE's relation attributes from 'one' side. |
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 |
|---|
GeneratedStockLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToProducts(Product value)
Generated method - Adds
value to products. |
void |
addToProducts(SessionContext ctx,
Product value)
Generated method - Adds
value to products. |
void |
addToStockLevelHistoryEntries(SessionContext ctx,
StockLevelHistoryEntry value)
Generated method - Adds
value to stockLevelHistoryEntries. |
void |
addToStockLevelHistoryEntries(StockLevelHistoryEntry value)
Generated method - Adds
value to stockLevelHistoryEntries. |
protected Item |
createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.
|
Integer |
getAvailable()
Generated method - Getter of the
StockLevel.available attribute. |
Integer |
getAvailable(SessionContext ctx)
Generated method - Getter of the
StockLevel.available attribute. |
int |
getAvailableAsPrimitive()
Generated method - Getter of the
StockLevel.available attribute. |
int |
getAvailableAsPrimitive(SessionContext ctx)
Generated method - Getter of the
StockLevel.available attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
EnumerationValue |
getInStockStatus()
Generated method - Getter of the
StockLevel.inStockStatus attribute. |
EnumerationValue |
getInStockStatus(SessionContext ctx)
Generated method - Getter of the
StockLevel.inStockStatus attribute. |
Integer |
getMaxPreOrder()
Generated method - Getter of the
StockLevel.maxPreOrder attribute. |
Integer |
getMaxPreOrder(SessionContext ctx)
Generated method - Getter of the
StockLevel.maxPreOrder attribute. |
int |
getMaxPreOrderAsPrimitive()
Generated method - Getter of the
StockLevel.maxPreOrder attribute. |
int |
getMaxPreOrderAsPrimitive(SessionContext ctx)
Generated method - Getter of the
StockLevel.maxPreOrder attribute. |
Integer |
getMaxStockLevelHistoryCount()
Generated method - Getter of the
StockLevel.maxStockLevelHistoryCount attribute. |
Integer |
getMaxStockLevelHistoryCount(SessionContext ctx)
Generated method - Getter of the
StockLevel.maxStockLevelHistoryCount attribute. |
int |
getMaxStockLevelHistoryCountAsPrimitive()
Generated method - Getter of the
StockLevel.maxStockLevelHistoryCount attribute. |
int |
getMaxStockLevelHistoryCountAsPrimitive(SessionContext ctx)
Generated method - Getter of the
StockLevel.maxStockLevelHistoryCount attribute. |
Date |
getNextDeliveryTime()
Generated method - Getter of the
StockLevel.nextDeliveryTime attribute. |
Date |
getNextDeliveryTime(SessionContext ctx)
Generated method - Getter of the
StockLevel.nextDeliveryTime attribute. |
Integer |
getOverSelling()
Generated method - Getter of the
StockLevel.overSelling attribute. |
Integer |
getOverSelling(SessionContext ctx)
Generated method - Getter of the
StockLevel.overSelling attribute. |
int |
getOverSellingAsPrimitive()
Generated method - Getter of the
StockLevel.overSelling attribute. |
int |
getOverSellingAsPrimitive(SessionContext ctx)
Generated method - Getter of the
StockLevel.overSelling attribute. |
Integer |
getPreOrder()
Generated method - Getter of the
StockLevel.preOrder attribute. |
Integer |
getPreOrder(SessionContext ctx)
Generated method - Getter of the
StockLevel.preOrder attribute. |
int |
getPreOrderAsPrimitive()
Generated method - Getter of the
StockLevel.preOrder attribute. |
int |
getPreOrderAsPrimitive(SessionContext ctx)
Generated method - Getter of the
StockLevel.preOrder attribute. |
Product |
getProduct()
Generated method - Getter of the
StockLevel.product attribute. |
abstract Product |
getProduct(SessionContext ctx)
Generated method - Getter of the
StockLevel.product attribute. |
String |
getProductCode()
Generated method - Getter of the
StockLevel.productCode attribute. |
String |
getProductCode(SessionContext ctx)
Generated method - Getter of the
StockLevel.productCode attribute. |
Collection<Product> |
getProducts()
Generated method - Getter of the
StockLevel.products attribute. |
Collection<Product> |
getProducts(SessionContext ctx)
Generated method - Getter of the
StockLevel.products attribute. |
long |
getProductsCount() |
long |
getProductsCount(SessionContext ctx) |
Date |
getReleaseDate()
Generated method - Getter of the
StockLevel.releaseDate attribute. |
Date |
getReleaseDate(SessionContext ctx)
Generated method - Getter of the
StockLevel.releaseDate attribute. |
Integer |
getReserved()
Generated method - Getter of the
StockLevel.reserved attribute. |
Integer |
getReserved(SessionContext ctx)
Generated method - Getter of the
StockLevel.reserved attribute. |
int |
getReservedAsPrimitive()
Generated method - Getter of the
StockLevel.reserved attribute. |
int |
getReservedAsPrimitive(SessionContext ctx)
Generated method - Getter of the
StockLevel.reserved attribute. |
List<StockLevelHistoryEntry> |
getStockLevelHistoryEntries()
Generated method - Getter of the
StockLevel.stockLevelHistoryEntries attribute. |
List<StockLevelHistoryEntry> |
getStockLevelHistoryEntries(SessionContext ctx)
Generated method - Getter of the
StockLevel.stockLevelHistoryEntries attribute. |
Warehouse |
getWarehouse()
Generated method - Getter of the
StockLevel.warehouse attribute. |
Warehouse |
getWarehouse(SessionContext ctx)
Generated method - Getter of the
StockLevel.warehouse attribute. |
Boolean |
isTreatNegativeAsZero()
Generated method - Getter of the
StockLevel.treatNegativeAsZero attribute. |
Boolean |
isTreatNegativeAsZero(SessionContext ctx)
Generated method - Getter of the
StockLevel.treatNegativeAsZero attribute. |
boolean |
isTreatNegativeAsZeroAsPrimitive()
Generated method - Getter of the
StockLevel.treatNegativeAsZero attribute. |
boolean |
isTreatNegativeAsZeroAsPrimitive(SessionContext ctx)
Generated method - Getter of the
StockLevel.treatNegativeAsZero attribute. |
void |
removeFromProducts(Product value)
Generated method - Removes
value from products. |
void |
removeFromProducts(SessionContext ctx,
Product value)
Generated method - Removes
value from products. |
void |
removeFromStockLevelHistoryEntries(SessionContext ctx,
StockLevelHistoryEntry value)
Generated method - Removes
value from stockLevelHistoryEntries. |
void |
removeFromStockLevelHistoryEntries(StockLevelHistoryEntry value)
Generated method - Removes
value from stockLevelHistoryEntries. |
void |
setAvailable(int value)
Generated method - Setter of the
StockLevel.available attribute. |
void |
setAvailable(Integer value)
Generated method - Setter of the
StockLevel.available attribute. |
void |
setAvailable(SessionContext ctx,
int value)
Generated method - Setter of the
StockLevel.available attribute. |
void |
setAvailable(SessionContext ctx,
Integer value)
Generated method - Setter of the
StockLevel.available attribute. |
void |
setInStockStatus(EnumerationValue value)
Generated method - Setter of the
StockLevel.inStockStatus attribute. |
void |
setInStockStatus(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
StockLevel.inStockStatus attribute. |
void |
setMaxPreOrder(int value)
Generated method - Setter of the
StockLevel.maxPreOrder attribute. |
void |
setMaxPreOrder(Integer value)
Generated method - Setter of the
StockLevel.maxPreOrder attribute. |
void |
setMaxPreOrder(SessionContext ctx,
int value)
Generated method - Setter of the
StockLevel.maxPreOrder attribute. |
void |
setMaxPreOrder(SessionContext ctx,
Integer value)
Generated method - Setter of the
StockLevel.maxPreOrder attribute. |
void |
setMaxStockLevelHistoryCount(int value)
Generated method - Setter of the
StockLevel.maxStockLevelHistoryCount attribute. |
void |
setMaxStockLevelHistoryCount(Integer value)
Generated method - Setter of the
StockLevel.maxStockLevelHistoryCount attribute. |
void |
setMaxStockLevelHistoryCount(SessionContext ctx,
int value)
Generated method - Setter of the
StockLevel.maxStockLevelHistoryCount attribute. |
void |
setMaxStockLevelHistoryCount(SessionContext ctx,
Integer value)
Generated method - Setter of the
StockLevel.maxStockLevelHistoryCount attribute. |
void |
setNextDeliveryTime(Date value)
Generated method - Setter of the
StockLevel.nextDeliveryTime attribute. |
void |
setNextDeliveryTime(SessionContext ctx,
Date value)
Generated method - Setter of the
StockLevel.nextDeliveryTime attribute. |
void |
setOverSelling(int value)
Generated method - Setter of the
StockLevel.overSelling attribute. |
void |
setOverSelling(Integer value)
Generated method - Setter of the
StockLevel.overSelling attribute. |
void |
setOverSelling(SessionContext ctx,
int value)
Generated method - Setter of the
StockLevel.overSelling attribute. |
void |
setOverSelling(SessionContext ctx,
Integer value)
Generated method - Setter of the
StockLevel.overSelling attribute. |
void |
setPreOrder(int value)
Generated method - Setter of the
StockLevel.preOrder attribute. |
void |
setPreOrder(Integer value)
Generated method - Setter of the
StockLevel.preOrder attribute. |
void |
setPreOrder(SessionContext ctx,
int value)
Generated method - Setter of the
StockLevel.preOrder attribute. |
void |
setPreOrder(SessionContext ctx,
Integer value)
Generated method - Setter of the
StockLevel.preOrder attribute. |
void |
setProduct(Product value)
Generated method - Setter of the
StockLevel.product attribute. |
abstract void |
setProduct(SessionContext ctx,
Product value)
Generated method - Setter of the
StockLevel.product attribute. |
void |
setProductCode(SessionContext ctx,
String value)
Generated method - Setter of the
StockLevel.productCode attribute. |
void |
setProductCode(String value)
Generated method - Setter of the
StockLevel.productCode attribute. |
void |
setProducts(Collection<Product> value)
Generated method - Setter of the
StockLevel.products attribute. |
void |
setProducts(SessionContext ctx,
Collection<Product> value)
Generated method - Setter of the
StockLevel.products attribute. |
void |
setReleaseDate(Date value)
Generated method - Setter of the
StockLevel.releaseDate attribute. |
void |
setReleaseDate(SessionContext ctx,
Date value)
Generated method - Setter of the
StockLevel.releaseDate attribute. |
void |
setReserved(int value)
Generated method - Setter of the
StockLevel.reserved attribute. |
void |
setReserved(Integer value)
Generated method - Setter of the
StockLevel.reserved attribute. |
void |
setReserved(SessionContext ctx,
int value)
Generated method - Setter of the
StockLevel.reserved attribute. |
void |
setReserved(SessionContext ctx,
Integer value)
Generated method - Setter of the
StockLevel.reserved attribute. |
void |
setStockLevelHistoryEntries(List<StockLevelHistoryEntry> value)
Generated method - Setter of the
StockLevel.stockLevelHistoryEntries attribute. |
void |
setStockLevelHistoryEntries(SessionContext ctx,
List<StockLevelHistoryEntry> value)
Generated method - Setter of the
StockLevel.stockLevelHistoryEntries attribute. |
void |
setTreatNegativeAsZero(boolean value)
Generated method - Setter of the
StockLevel.treatNegativeAsZero attribute. |
void |
setTreatNegativeAsZero(Boolean value)
Generated method - Setter of the
StockLevel.treatNegativeAsZero attribute. |
void |
setTreatNegativeAsZero(SessionContext ctx,
boolean value)
Generated method - Setter of the
StockLevel.treatNegativeAsZero attribute. |
void |
setTreatNegativeAsZero(SessionContext ctx,
Boolean value)
Generated method - Setter of the
StockLevel.treatNegativeAsZero attribute. |
protected void |
setWarehouse(SessionContext ctx,
Warehouse value)
Generated method - Setter of the
StockLevel.warehouse attribute. |
protected void |
setWarehouse(Warehouse value)
Generated method - Setter of the
StockLevel.warehouse attribute. |
getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, 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, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, 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, writeReplacegetImplementation, setTenantpublic static final String PRODUCT
StockLevel.product attributepublic static final String AVAILABLE
StockLevel.available attributepublic static final String RELEASEDATE
StockLevel.releaseDate attributepublic static final String NEXTDELIVERYTIME
StockLevel.nextDeliveryTime attributepublic static final String PRODUCTCODE
StockLevel.productCode attributepublic static final String RESERVED
StockLevel.reserved attributepublic static final String OVERSELLING
StockLevel.overSelling attributepublic static final String PREORDER
StockLevel.preOrder attributepublic static final String MAXPREORDER
StockLevel.maxPreOrder attributepublic static final String TREATNEGATIVEASZERO
StockLevel.treatNegativeAsZero attributepublic static final String INSTOCKSTATUS
StockLevel.inStockStatus attributepublic static final String MAXSTOCKLEVELHISTORYCOUNT
StockLevel.maxStockLevelHistoryCount attributepublic static final String PRODUCTS
StockLevel.products attributeprotected static String STOCKLEVELPRODUCTRELATION_SRC_ORDERED
protected static String STOCKLEVELPRODUCTRELATION_TGT_ORDERED
protected static String STOCKLEVELPRODUCTRELATION_MARKMODIFIED
public static final String WAREHOUSE
StockLevel.warehouse attributepublic static final String STOCKLEVELHISTORYENTRIES
StockLevel.stockLevelHistoryEntries attributeprotected static final BidirectionalOneToManyHandler<GeneratedStockLevel> WAREHOUSEHANDLER
BidirectionalOneToManyHandler for handling 1:n WAREHOUSE's relation attributes from 'one' side.protected static final OneToManyHandler<StockLevelHistoryEntry> STOCKLEVELHISTORYENTRIESHANDLER
OneToManyHandler for handling 1:n STOCKLEVELHISTORYENTRIES's relation attributes from 'many' side.protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic Integer getAvailable(SessionContext ctx)
StockLevel.available attribute.public Integer getAvailable()
StockLevel.available attribute.public int getAvailableAsPrimitive(SessionContext ctx)
StockLevel.available attribute.public int getAvailableAsPrimitive()
StockLevel.available attribute.public void setAvailable(SessionContext ctx, Integer value)
StockLevel.available attribute.value - the availablepublic void setAvailable(Integer value)
StockLevel.available attribute.value - the availablepublic void setAvailable(SessionContext ctx, int value)
StockLevel.available attribute.value - the availablepublic void setAvailable(int value)
StockLevel.available attribute.value - the availableprotected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
ItemComposedType.newInstance(Map).
In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
Sn example:
public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
// here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
super.getNonInitialAttributes( ctx, allAttributes );
// remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
createItem in class GenericItemctx - the current session context which this item is created withintype - the actual item type ( since subtypes may not provide a own jalo class this may be different from the
type which this method was implemented for )JaloBusinessException - indicates an error during creation - any changes will be rollbackedpublic EnumerationValue getInStockStatus(SessionContext ctx)
StockLevel.inStockStatus attribute.public EnumerationValue getInStockStatus()
StockLevel.inStockStatus attribute.public void setInStockStatus(SessionContext ctx, EnumerationValue value)
StockLevel.inStockStatus attribute.value - the inStockStatuspublic void setInStockStatus(EnumerationValue value)
StockLevel.inStockStatus attribute.value - the inStockStatuspublic Integer getMaxPreOrder(SessionContext ctx)
StockLevel.maxPreOrder attribute.public Integer getMaxPreOrder()
StockLevel.maxPreOrder attribute.public int getMaxPreOrderAsPrimitive(SessionContext ctx)
StockLevel.maxPreOrder attribute.public int getMaxPreOrderAsPrimitive()
StockLevel.maxPreOrder attribute.public void setMaxPreOrder(SessionContext ctx, Integer value)
StockLevel.maxPreOrder attribute.value - the maxPreOrderpublic void setMaxPreOrder(Integer value)
StockLevel.maxPreOrder attribute.value - the maxPreOrderpublic void setMaxPreOrder(SessionContext ctx, int value)
StockLevel.maxPreOrder attribute.value - the maxPreOrderpublic void setMaxPreOrder(int value)
StockLevel.maxPreOrder attribute.value - the maxPreOrderpublic Integer getMaxStockLevelHistoryCount(SessionContext ctx)
StockLevel.maxStockLevelHistoryCount attribute.public Integer getMaxStockLevelHistoryCount()
StockLevel.maxStockLevelHistoryCount attribute.public int getMaxStockLevelHistoryCountAsPrimitive(SessionContext ctx)
StockLevel.maxStockLevelHistoryCount attribute.public int getMaxStockLevelHistoryCountAsPrimitive()
StockLevel.maxStockLevelHistoryCount attribute.public void setMaxStockLevelHistoryCount(SessionContext ctx, Integer value)
StockLevel.maxStockLevelHistoryCount attribute.value - the maxStockLevelHistoryCount - size of the StockLevelHistoyEntry, negative values for unlimitedpublic void setMaxStockLevelHistoryCount(Integer value)
StockLevel.maxStockLevelHistoryCount attribute.value - the maxStockLevelHistoryCount - size of the StockLevelHistoyEntry, negative values for unlimitedpublic void setMaxStockLevelHistoryCount(SessionContext ctx, int value)
StockLevel.maxStockLevelHistoryCount attribute.value - the maxStockLevelHistoryCount - size of the StockLevelHistoyEntry, negative values for unlimitedpublic void setMaxStockLevelHistoryCount(int value)
StockLevel.maxStockLevelHistoryCount attribute.value - the maxStockLevelHistoryCount - size of the StockLevelHistoyEntry, negative values for unlimitedpublic Date getNextDeliveryTime(SessionContext ctx)
StockLevel.nextDeliveryTime attribute.public Date getNextDeliveryTime()
StockLevel.nextDeliveryTime attribute.public void setNextDeliveryTime(SessionContext ctx, Date value)
StockLevel.nextDeliveryTime attribute.value - the nextDeliveryTimepublic void setNextDeliveryTime(Date value)
StockLevel.nextDeliveryTime attribute.value - the nextDeliveryTimepublic Integer getOverSelling(SessionContext ctx)
StockLevel.overSelling attribute.public Integer getOverSelling()
StockLevel.overSelling attribute.public int getOverSellingAsPrimitive(SessionContext ctx)
StockLevel.overSelling attribute.public int getOverSellingAsPrimitive()
StockLevel.overSelling attribute.public void setOverSelling(SessionContext ctx, Integer value)
StockLevel.overSelling attribute.value - the overSellingpublic void setOverSelling(Integer value)
StockLevel.overSelling attribute.value - the overSellingpublic void setOverSelling(SessionContext ctx, int value)
StockLevel.overSelling attribute.value - the overSellingpublic void setOverSelling(int value)
StockLevel.overSelling attribute.value - the overSellingpublic Integer getPreOrder(SessionContext ctx)
StockLevel.preOrder attribute.public Integer getPreOrder()
StockLevel.preOrder attribute.public int getPreOrderAsPrimitive(SessionContext ctx)
StockLevel.preOrder attribute.public int getPreOrderAsPrimitive()
StockLevel.preOrder attribute.public void setPreOrder(SessionContext ctx, Integer value)
StockLevel.preOrder attribute.value - the preOrderpublic void setPreOrder(Integer value)
StockLevel.preOrder attribute.value - the preOrderpublic void setPreOrder(SessionContext ctx, int value)
StockLevel.preOrder attribute.value - the preOrderpublic void setPreOrder(int value)
StockLevel.preOrder attribute.value - the preOrderpublic abstract Product getProduct(SessionContext ctx)
StockLevel.product attribute.public Product getProduct()
StockLevel.product attribute.public abstract void setProduct(SessionContext ctx, Product value)
StockLevel.product attribute.value - the productpublic void setProduct(Product value)
StockLevel.product attribute.value - the productpublic String getProductCode(SessionContext ctx)
StockLevel.productCode attribute.public String getProductCode()
StockLevel.productCode attribute.public void setProductCode(SessionContext ctx, String value)
StockLevel.productCode attribute.value - the productCodepublic void setProductCode(String value)
StockLevel.productCode attribute.value - the productCodepublic Collection<Product> getProducts(SessionContext ctx)
StockLevel.products attribute.public Collection<Product> getProducts()
StockLevel.products attribute.public long getProductsCount(SessionContext ctx)
public long getProductsCount()
public void setProducts(SessionContext ctx, Collection<Product> value)
StockLevel.products attribute.value - the productspublic void setProducts(Collection<Product> value)
StockLevel.products attribute.value - the productspublic void addToProducts(SessionContext ctx, Product value)
value to products.value - the item to add to productspublic void addToProducts(Product value)
value to products.value - the item to add to productspublic void removeFromProducts(SessionContext ctx, Product value)
value from products.value - the item to remove from productspublic void removeFromProducts(Product value)
value from products.value - the item to remove from productspublic Date getReleaseDate(SessionContext ctx)
StockLevel.releaseDate attribute.public Date getReleaseDate()
StockLevel.releaseDate attribute.public void setReleaseDate(SessionContext ctx, Date value)
StockLevel.releaseDate attribute.value - the releaseDatepublic void setReleaseDate(Date value)
StockLevel.releaseDate attribute.value - the releaseDatepublic Integer getReserved(SessionContext ctx)
StockLevel.reserved attribute.public Integer getReserved()
StockLevel.reserved attribute.public int getReservedAsPrimitive(SessionContext ctx)
StockLevel.reserved attribute.public int getReservedAsPrimitive()
StockLevel.reserved attribute.public void setReserved(SessionContext ctx, Integer value)
StockLevel.reserved attribute.value - the reservedpublic void setReserved(Integer value)
StockLevel.reserved attribute.value - the reservedpublic void setReserved(SessionContext ctx, int value)
StockLevel.reserved attribute.value - the reservedpublic void setReserved(int value)
StockLevel.reserved attribute.value - the reservedpublic List<StockLevelHistoryEntry> getStockLevelHistoryEntries(SessionContext ctx)
StockLevel.stockLevelHistoryEntries attribute.public List<StockLevelHistoryEntry> getStockLevelHistoryEntries()
StockLevel.stockLevelHistoryEntries attribute.public void setStockLevelHistoryEntries(SessionContext ctx, List<StockLevelHistoryEntry> value)
StockLevel.stockLevelHistoryEntries attribute.value - the stockLevelHistoryEntriespublic void setStockLevelHistoryEntries(List<StockLevelHistoryEntry> value)
StockLevel.stockLevelHistoryEntries attribute.value - the stockLevelHistoryEntriespublic void addToStockLevelHistoryEntries(SessionContext ctx, StockLevelHistoryEntry value)
value to stockLevelHistoryEntries.value - the item to add to stockLevelHistoryEntriespublic void addToStockLevelHistoryEntries(StockLevelHistoryEntry value)
value to stockLevelHistoryEntries.value - the item to add to stockLevelHistoryEntriespublic void removeFromStockLevelHistoryEntries(SessionContext ctx, StockLevelHistoryEntry value)
value from stockLevelHistoryEntries.value - the item to remove from stockLevelHistoryEntriespublic void removeFromStockLevelHistoryEntries(StockLevelHistoryEntry value)
value from stockLevelHistoryEntries.value - the item to remove from stockLevelHistoryEntriespublic Boolean isTreatNegativeAsZero(SessionContext ctx)
StockLevel.treatNegativeAsZero attribute.public Boolean isTreatNegativeAsZero()
StockLevel.treatNegativeAsZero attribute.public boolean isTreatNegativeAsZeroAsPrimitive(SessionContext ctx)
StockLevel.treatNegativeAsZero attribute.public boolean isTreatNegativeAsZeroAsPrimitive()
StockLevel.treatNegativeAsZero attribute.public void setTreatNegativeAsZero(SessionContext ctx, Boolean value)
StockLevel.treatNegativeAsZero attribute.value - the treatNegativeAsZeropublic void setTreatNegativeAsZero(Boolean value)
StockLevel.treatNegativeAsZero attribute.value - the treatNegativeAsZeropublic void setTreatNegativeAsZero(SessionContext ctx, boolean value)
StockLevel.treatNegativeAsZero attribute.value - the treatNegativeAsZeropublic void setTreatNegativeAsZero(boolean value)
StockLevel.treatNegativeAsZero attribute.value - the treatNegativeAsZeropublic Warehouse getWarehouse(SessionContext ctx)
StockLevel.warehouse attribute.public Warehouse getWarehouse()
StockLevel.warehouse attribute.protected void setWarehouse(SessionContext ctx, Warehouse value)
StockLevel.warehouse attribute.value - the warehouseprotected void setWarehouse(Warehouse value)
StockLevel.warehouse attribute.value - the warehouseCopyright © 2017 SAP SE. All Rights Reserved.