public abstract class GeneratedSelectivecartservicesManager extends Extension
SelectivecartservicesManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
| Constructor and Description |
|---|
GeneratedSelectivecartservicesManager() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getAddToCartTime(AbstractOrderEntry item)
Generated method - Getter of the
AbstractOrderEntry.addToCartTime attribute. |
java.util.Date |
getAddToCartTime(SessionContext ctx,
AbstractOrderEntry item)
Generated method - Getter of the
AbstractOrderEntry.addToCartTime attribute. |
java.util.Date |
getAddToCartTime(SessionContext ctx,
Wishlist2Entry item)
Generated method - Getter of the
Wishlist2Entry.addToCartTime attribute. |
java.util.Date |
getAddToCartTime(Wishlist2Entry item)
Generated method - Getter of the
Wishlist2Entry.addToCartTime attribute. |
java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass) |
java.lang.String |
getName() |
java.lang.Integer |
getQuantity(SessionContext ctx,
Wishlist2Entry item)
Generated method - Getter of the
Wishlist2Entry.quantity attribute. |
java.lang.Integer |
getQuantity(Wishlist2Entry item)
Generated method - Getter of the
Wishlist2Entry.quantity attribute. |
int |
getQuantityAsPrimitive(SessionContext ctx,
Wishlist2Entry item)
Generated method - Getter of the
Wishlist2Entry.quantity attribute. |
int |
getQuantityAsPrimitive(Wishlist2Entry item)
Generated method - Getter of the
Wishlist2Entry.quantity attribute. |
void |
setAddToCartTime(AbstractOrderEntry item,
java.util.Date value)
Generated method - Setter of the
AbstractOrderEntry.addToCartTime attribute. |
void |
setAddToCartTime(SessionContext ctx,
AbstractOrderEntry item,
java.util.Date value)
Generated method - Setter of the
AbstractOrderEntry.addToCartTime attribute. |
void |
setAddToCartTime(SessionContext ctx,
Wishlist2Entry item,
java.util.Date value)
Generated method - Setter of the
Wishlist2Entry.addToCartTime attribute. |
void |
setAddToCartTime(Wishlist2Entry item,
java.util.Date value)
Generated method - Setter of the
Wishlist2Entry.addToCartTime attribute. |
void |
setQuantity(SessionContext ctx,
Wishlist2Entry item,
int value)
Generated method - Setter of the
Wishlist2Entry.quantity attribute. |
void |
setQuantity(SessionContext ctx,
Wishlist2Entry item,
java.lang.Integer value)
Generated method - Setter of the
Wishlist2Entry.quantity attribute. |
void |
setQuantity(Wishlist2Entry item,
int value)
Generated method - Setter of the
Wishlist2Entry.quantity attribute. |
void |
setQuantity(Wishlist2Entry item,
java.lang.Integer value)
Generated method - Setter of the
Wishlist2Entry.quantity attribute. |
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceafterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrapprotected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public GeneratedSelectivecartservicesManager()
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic java.util.Date getAddToCartTime(SessionContext ctx, Wishlist2Entry item)
Wishlist2Entry.addToCartTime attribute.public java.util.Date getAddToCartTime(Wishlist2Entry item)
Wishlist2Entry.addToCartTime attribute.public void setAddToCartTime(SessionContext ctx, Wishlist2Entry item, java.util.Date value)
Wishlist2Entry.addToCartTime attribute.value - the addToCartTime - The time when item is added to cart.public void setAddToCartTime(Wishlist2Entry item, java.util.Date value)
Wishlist2Entry.addToCartTime attribute.value - the addToCartTime - The time when item is added to cart.public java.util.Date getAddToCartTime(SessionContext ctx, AbstractOrderEntry item)
AbstractOrderEntry.addToCartTime attribute.public java.util.Date getAddToCartTime(AbstractOrderEntry item)
AbstractOrderEntry.addToCartTime attribute.public void setAddToCartTime(SessionContext ctx, AbstractOrderEntry item, java.util.Date value)
AbstractOrderEntry.addToCartTime attribute.value - the addToCartTime - The time when item is added to cart.public void setAddToCartTime(AbstractOrderEntry item, java.util.Date value)
AbstractOrderEntry.addToCartTime attribute.value - the addToCartTime - The time when item is added to cart.public java.lang.Integer getQuantity(SessionContext ctx, Wishlist2Entry item)
Wishlist2Entry.quantity attribute.public java.lang.Integer getQuantity(Wishlist2Entry item)
Wishlist2Entry.quantity attribute.public int getQuantityAsPrimitive(SessionContext ctx, Wishlist2Entry item)
Wishlist2Entry.quantity attribute.public int getQuantityAsPrimitive(Wishlist2Entry item)
Wishlist2Entry.quantity attribute.public void setQuantity(SessionContext ctx, Wishlist2Entry item, java.lang.Integer value)
Wishlist2Entry.quantity attribute.value - the quantity - Attribute that represents total number saved for this productpublic void setQuantity(Wishlist2Entry item, java.lang.Integer value)
Wishlist2Entry.quantity attribute.value - the quantity - Attribute that represents total number saved for this productpublic void setQuantity(SessionContext ctx, Wishlist2Entry item, int value)
Wishlist2Entry.quantity attribute.value - the quantity - Attribute that represents total number saved for this productpublic void setQuantity(Wishlist2Entry item, int value)
Wishlist2Entry.quantity attribute.value - the quantity - Attribute that represents total number saved for this productCopyright © 2018 SAP SE. All Rights Reserved.