Package com.hybris.yprofile.jalo
Class GeneratedProfileservicesManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- com.hybris.yprofile.jalo.GeneratedProfileservicesManager
-
- All Implemented Interfaces:
ItemLifecycleListener,java.io.Serializable
- Direct Known Subclasses:
ProfileservicesManager
public abstract class GeneratedProfileservicesManager extends Extension
Generated class for typeProfileservicesManager.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProvider
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>>DEFAULT_INITIAL_ATTRIBUTES
-
Constructor Summary
Constructors Constructor Description GeneratedProfileservicesManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCartIdReference(AbstractOrder item)Generated method - Getter of theAbstractOrder.cartIdReferenceattribute.java.lang.StringgetCartIdReference(SessionContext ctx, AbstractOrder item)Generated method - Getter of theAbstractOrder.cartIdReferenceattribute.java.lang.StringgetConsentReference(AbstractOrder item)Generated method - Getter of theAbstractOrder.consentReferenceattribute.java.lang.StringgetConsentReference(SessionContext ctx, AbstractOrder item)Generated method - Getter of theAbstractOrder.consentReferenceattribute.java.lang.StringgetConsentReference(SessionContext ctx, User item)Generated method - Getter of theUser.consentReferenceattribute.java.lang.StringgetConsentReference(User item)Generated method - Getter of theUser.consentReferenceattribute.java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)java.lang.StringgetName()java.lang.BooleanisProfileTagDebug(SessionContext ctx, User item)Generated method - Getter of theUser.profileTagDebugattribute.java.lang.BooleanisProfileTagDebug(User item)Generated method - Getter of theUser.profileTagDebugattribute.booleanisProfileTagDebugAsPrimitive(SessionContext ctx, User item)Generated method - Getter of theUser.profileTagDebugattribute.booleanisProfileTagDebugAsPrimitive(User item)Generated method - Getter of theUser.profileTagDebugattribute.voidsetCartIdReference(AbstractOrder item, java.lang.String value)Generated method - Setter of theAbstractOrder.cartIdReferenceattribute.voidsetCartIdReference(SessionContext ctx, AbstractOrder item, java.lang.String value)Generated method - Setter of theAbstractOrder.cartIdReferenceattribute.voidsetConsentReference(AbstractOrder item, java.lang.String value)Generated method - Setter of theAbstractOrder.consentReferenceattribute.voidsetConsentReference(SessionContext ctx, AbstractOrder item, java.lang.String value)Generated method - Setter of theAbstractOrder.consentReferenceattribute.voidsetConsentReference(SessionContext ctx, User item, java.lang.String value)Generated method - Setter of theUser.consentReferenceattribute.voidsetConsentReference(User item, java.lang.String value)Generated method - Setter of theUser.consentReferenceattribute.voidsetProfileTagDebug(SessionContext ctx, User item, boolean value)Generated method - Setter of theUser.profileTagDebugattribute.voidsetProfileTagDebug(SessionContext ctx, User item, java.lang.Boolean value)Generated method - Setter of theUser.profileTagDebugattribute.voidsetProfileTagDebug(User item, boolean value)Generated method - Setter of theUser.profileTagDebugattribute.voidsetProfileTagDebug(User item, java.lang.Boolean value)Generated method - Setter of theUser.profileTagDebugattribute.-
Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeInitialization, checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplace
-
Methods inherited from class de.hybris.platform.jalo.Manager
afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrap
-
-
-
-
Field Detail
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
- Overrides:
getDefaultAttributeModesin classExtension
-
getCartIdReference
public java.lang.String getCartIdReference(SessionContext ctx, AbstractOrder item)
Generated method - Getter of theAbstractOrder.cartIdReferenceattribute.- Returns:
- the cartIdReference
-
getCartIdReference
public java.lang.String getCartIdReference(AbstractOrder item)
Generated method - Getter of theAbstractOrder.cartIdReferenceattribute.- Returns:
- the cartIdReference
-
setCartIdReference
public void setCartIdReference(SessionContext ctx, AbstractOrder item, java.lang.String value)
Generated method - Setter of theAbstractOrder.cartIdReferenceattribute.- Parameters:
value- the cartIdReference
-
setCartIdReference
public void setCartIdReference(AbstractOrder item, java.lang.String value)
Generated method - Setter of theAbstractOrder.cartIdReferenceattribute.- Parameters:
value- the cartIdReference
-
getConsentReference
public java.lang.String getConsentReference(SessionContext ctx, AbstractOrder item)
Generated method - Getter of theAbstractOrder.consentReferenceattribute.- Returns:
- the consentReference
-
getConsentReference
public java.lang.String getConsentReference(AbstractOrder item)
Generated method - Getter of theAbstractOrder.consentReferenceattribute.- Returns:
- the consentReference
-
setConsentReference
public void setConsentReference(SessionContext ctx, AbstractOrder item, java.lang.String value)
Generated method - Setter of theAbstractOrder.consentReferenceattribute.- Parameters:
value- the consentReference
-
setConsentReference
public void setConsentReference(AbstractOrder item, java.lang.String value)
Generated method - Setter of theAbstractOrder.consentReferenceattribute.- Parameters:
value- the consentReference
-
getConsentReference
public java.lang.String getConsentReference(SessionContext ctx, User item)
Generated method - Getter of theUser.consentReferenceattribute.- Returns:
- the consentReference
-
getConsentReference
public java.lang.String getConsentReference(User item)
Generated method - Getter of theUser.consentReferenceattribute.- Returns:
- the consentReference
-
setConsentReference
public void setConsentReference(SessionContext ctx, User item, java.lang.String value)
Generated method - Setter of theUser.consentReferenceattribute.- Parameters:
value- the consentReference
-
setConsentReference
public void setConsentReference(User item, java.lang.String value)
Generated method - Setter of theUser.consentReferenceattribute.- Parameters:
value- the consentReference
-
isProfileTagDebug
public java.lang.Boolean isProfileTagDebug(SessionContext ctx, User item)
Generated method - Getter of theUser.profileTagDebugattribute.- Returns:
- the profileTagDebug
-
isProfileTagDebug
public java.lang.Boolean isProfileTagDebug(User item)
Generated method - Getter of theUser.profileTagDebugattribute.- Returns:
- the profileTagDebug
-
isProfileTagDebugAsPrimitive
public boolean isProfileTagDebugAsPrimitive(SessionContext ctx, User item)
Generated method - Getter of theUser.profileTagDebugattribute.- Returns:
- the profileTagDebug
-
isProfileTagDebugAsPrimitive
public boolean isProfileTagDebugAsPrimitive(User item)
Generated method - Getter of theUser.profileTagDebugattribute.- Returns:
- the profileTagDebug
-
setProfileTagDebug
public void setProfileTagDebug(SessionContext ctx, User item, java.lang.Boolean value)
Generated method - Setter of theUser.profileTagDebugattribute.- Parameters:
value- the profileTagDebug
-
setProfileTagDebug
public void setProfileTagDebug(User item, java.lang.Boolean value)
Generated method - Setter of theUser.profileTagDebugattribute.- Parameters:
value- the profileTagDebug
-
setProfileTagDebug
public void setProfileTagDebug(SessionContext ctx, User item, boolean value)
Generated method - Setter of theUser.profileTagDebugattribute.- Parameters:
value- the profileTagDebug
-
setProfileTagDebug
public void setProfileTagDebug(User item, boolean value)
Generated method - Setter of theUser.profileTagDebugattribute.- Parameters:
value- the profileTagDebug
-
-