public abstract class GeneratedProfileservicesManager extends Extension
ProfileservicesManager.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 |
|---|
GeneratedProfileservicesManager() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCartIdReference(AbstractOrder item)
Generated method - Getter of the
AbstractOrder.cartIdReference attribute. |
java.lang.String |
getCartIdReference(SessionContext ctx,
AbstractOrder item)
Generated method - Getter of the
AbstractOrder.cartIdReference attribute. |
java.lang.String |
getConsentReference(AbstractOrder item)
Generated method - Getter of the
AbstractOrder.consentReference attribute. |
java.lang.String |
getConsentReference(SessionContext ctx,
AbstractOrder item)
Generated method - Getter of the
AbstractOrder.consentReference attribute. |
java.lang.String |
getConsentReference(SessionContext ctx,
User item)
Generated method - Getter of the
User.consentReference attribute. |
java.lang.String |
getConsentReference(User item)
Generated method - Getter of the
User.consentReference attribute. |
java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass) |
java.lang.String |
getName() |
java.lang.Boolean |
isProfileTagDebug(SessionContext ctx,
User item)
Generated method - Getter of the
User.profileTagDebug attribute. |
java.lang.Boolean |
isProfileTagDebug(User item)
Generated method - Getter of the
User.profileTagDebug attribute. |
boolean |
isProfileTagDebugAsPrimitive(SessionContext ctx,
User item)
Generated method - Getter of the
User.profileTagDebug attribute. |
boolean |
isProfileTagDebugAsPrimitive(User item)
Generated method - Getter of the
User.profileTagDebug attribute. |
void |
setCartIdReference(AbstractOrder item,
java.lang.String value)
Generated method - Setter of the
AbstractOrder.cartIdReference attribute. |
void |
setCartIdReference(SessionContext ctx,
AbstractOrder item,
java.lang.String value)
Generated method - Setter of the
AbstractOrder.cartIdReference attribute. |
void |
setConsentReference(AbstractOrder item,
java.lang.String value)
Generated method - Setter of the
AbstractOrder.consentReference attribute. |
void |
setConsentReference(SessionContext ctx,
AbstractOrder item,
java.lang.String value)
Generated method - Setter of the
AbstractOrder.consentReference attribute. |
void |
setConsentReference(SessionContext ctx,
User item,
java.lang.String value)
Generated method - Setter of the
User.consentReference attribute. |
void |
setConsentReference(User item,
java.lang.String value)
Generated method - Setter of the
User.consentReference attribute. |
void |
setProfileTagDebug(SessionContext ctx,
User item,
boolean value)
Generated method - Setter of the
User.profileTagDebug attribute. |
void |
setProfileTagDebug(SessionContext ctx,
User item,
java.lang.Boolean value)
Generated method - Setter of the
User.profileTagDebug attribute. |
void |
setProfileTagDebug(User item,
boolean value)
Generated method - Setter of the
User.profileTagDebug attribute. |
void |
setProfileTagDebug(User item,
java.lang.Boolean value)
Generated method - Setter of the
User.profileTagDebug 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 java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic java.lang.String getCartIdReference(SessionContext ctx, AbstractOrder item)
AbstractOrder.cartIdReference attribute.public java.lang.String getCartIdReference(AbstractOrder item)
AbstractOrder.cartIdReference attribute.public void setCartIdReference(SessionContext ctx, AbstractOrder item, java.lang.String value)
AbstractOrder.cartIdReference attribute.value - the cartIdReferencepublic void setCartIdReference(AbstractOrder item, java.lang.String value)
AbstractOrder.cartIdReference attribute.value - the cartIdReferencepublic java.lang.String getConsentReference(SessionContext ctx, AbstractOrder item)
AbstractOrder.consentReference attribute.public java.lang.String getConsentReference(AbstractOrder item)
AbstractOrder.consentReference attribute.public void setConsentReference(SessionContext ctx, AbstractOrder item, java.lang.String value)
AbstractOrder.consentReference attribute.value - the consentReferencepublic void setConsentReference(AbstractOrder item, java.lang.String value)
AbstractOrder.consentReference attribute.value - the consentReferencepublic java.lang.String getConsentReference(SessionContext ctx, User item)
User.consentReference attribute.public java.lang.String getConsentReference(User item)
User.consentReference attribute.public void setConsentReference(SessionContext ctx, User item, java.lang.String value)
User.consentReference attribute.value - the consentReferencepublic void setConsentReference(User item, java.lang.String value)
User.consentReference attribute.value - the consentReferencepublic java.lang.Boolean isProfileTagDebug(SessionContext ctx, User item)
User.profileTagDebug attribute.public java.lang.Boolean isProfileTagDebug(User item)
User.profileTagDebug attribute.public boolean isProfileTagDebugAsPrimitive(SessionContext ctx, User item)
User.profileTagDebug attribute.public boolean isProfileTagDebugAsPrimitive(User item)
User.profileTagDebug attribute.public void setProfileTagDebug(SessionContext ctx, User item, java.lang.Boolean value)
User.profileTagDebug attribute.value - the profileTagDebugpublic void setProfileTagDebug(User item, java.lang.Boolean value)
User.profileTagDebug attribute.value - the profileTagDebugpublic void setProfileTagDebug(SessionContext ctx, User item, boolean value)
User.profileTagDebug attribute.value - the profileTagDebugpublic void setProfileTagDebug(User item, boolean value)
User.profileTagDebug attribute.value - the profileTagDebugCopyright © 2018 SAP SE. All Rights Reserved.