Class GeneratedNotificationservicesManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.notificationservices.jalo.GeneratedNotificationservicesManager
-
- All Implemented Interfaces:
ItemLifecycleListener,java.io.Serializable
- Direct Known Subclasses:
NotificationservicesManager
public abstract class GeneratedNotificationservicesManager extends Extension
Generated class for typeNotificationservicesManager.- 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 GeneratedNotificationservicesManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SiteMessagecreateSiteMessage(SessionContext ctx, java.util.Map attributeValues)SiteMessagecreateSiteMessage(java.util.Map attributeValues)SiteMessageForCustomercreateSiteMessageForCustomer(SessionContext ctx, java.util.Map attributeValues)SiteMessageForCustomercreateSiteMessageForCustomer(java.util.Map attributeValues)java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)java.lang.StringgetName()java.util.Set<EnumerationValue>getNotificationChannels(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.notificationChannelsattribute.java.util.Set<EnumerationValue>getNotificationChannels(Customer item)Generated method - Getter of theCustomer.notificationChannelsattribute.java.lang.BooleanisEmailPreference(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.emailPreferenceattribute.java.lang.BooleanisEmailPreference(Customer item)Generated method - Getter of theCustomer.emailPreferenceattribute.booleanisEmailPreferenceAsPrimitive(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.emailPreferenceattribute.booleanisEmailPreferenceAsPrimitive(Customer item)Generated method - Getter of theCustomer.emailPreferenceattribute.java.lang.BooleanisSmsPreference(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.smsPreferenceattribute.java.lang.BooleanisSmsPreference(Customer item)Generated method - Getter of theCustomer.smsPreferenceattribute.booleanisSmsPreferenceAsPrimitive(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.smsPreferenceattribute.booleanisSmsPreferenceAsPrimitive(Customer item)Generated method - Getter of theCustomer.smsPreferenceattribute.voidsetEmailPreference(SessionContext ctx, Customer item, boolean value)Generated method - Setter of theCustomer.emailPreferenceattribute.voidsetEmailPreference(SessionContext ctx, Customer item, java.lang.Boolean value)Generated method - Setter of theCustomer.emailPreferenceattribute.voidsetEmailPreference(Customer item, boolean value)Generated method - Setter of theCustomer.emailPreferenceattribute.voidsetEmailPreference(Customer item, java.lang.Boolean value)Generated method - Setter of theCustomer.emailPreferenceattribute.voidsetNotificationChannels(SessionContext ctx, Customer item, java.util.Set<EnumerationValue> value)Generated method - Setter of theCustomer.notificationChannelsattribute.voidsetNotificationChannels(Customer item, java.util.Set<EnumerationValue> value)Generated method - Setter of theCustomer.notificationChannelsattribute.voidsetSmsPreference(SessionContext ctx, Customer item, boolean value)Generated method - Setter of theCustomer.smsPreferenceattribute.voidsetSmsPreference(SessionContext ctx, Customer item, java.lang.Boolean value)Generated method - Setter of theCustomer.smsPreferenceattribute.voidsetSmsPreference(Customer item, boolean value)Generated method - Setter of theCustomer.smsPreferenceattribute.voidsetSmsPreference(Customer item, java.lang.Boolean value)Generated method - Setter of theCustomer.smsPreferenceattribute.-
Methods inherited from class de.hybris.platform.jalo.extension.Extension
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
-
createSiteMessage
public SiteMessage createSiteMessage(SessionContext ctx, java.util.Map attributeValues)
-
createSiteMessage
public SiteMessage createSiteMessage(java.util.Map attributeValues)
-
createSiteMessageForCustomer
public SiteMessageForCustomer createSiteMessageForCustomer(SessionContext ctx, java.util.Map attributeValues)
-
createSiteMessageForCustomer
public SiteMessageForCustomer createSiteMessageForCustomer(java.util.Map attributeValues)
-
isEmailPreference
public java.lang.Boolean isEmailPreference(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.emailPreferenceattribute.- Returns:
- the emailPreference - Deprecated since 6.7, will be removed in the future.
-
isEmailPreference
public java.lang.Boolean isEmailPreference(Customer item)
Generated method - Getter of theCustomer.emailPreferenceattribute.- Returns:
- the emailPreference - Deprecated since 6.7, will be removed in the future.
-
isEmailPreferenceAsPrimitive
public boolean isEmailPreferenceAsPrimitive(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.emailPreferenceattribute.- Returns:
- the emailPreference - Deprecated since 6.7, will be removed in the future.
-
isEmailPreferenceAsPrimitive
public boolean isEmailPreferenceAsPrimitive(Customer item)
Generated method - Getter of theCustomer.emailPreferenceattribute.- Returns:
- the emailPreference - Deprecated since 6.7, will be removed in the future.
-
setEmailPreference
public void setEmailPreference(SessionContext ctx, Customer item, java.lang.Boolean value)
Generated method - Setter of theCustomer.emailPreferenceattribute.- Parameters:
value- the emailPreference - Deprecated since 6.7, will be removed in the future.
-
setEmailPreference
public void setEmailPreference(Customer item, java.lang.Boolean value)
Generated method - Setter of theCustomer.emailPreferenceattribute.- Parameters:
value- the emailPreference - Deprecated since 6.7, will be removed in the future.
-
setEmailPreference
public void setEmailPreference(SessionContext ctx, Customer item, boolean value)
Generated method - Setter of theCustomer.emailPreferenceattribute.- Parameters:
value- the emailPreference - Deprecated since 6.7, will be removed in the future.
-
setEmailPreference
public void setEmailPreference(Customer item, boolean value)
Generated method - Setter of theCustomer.emailPreferenceattribute.- Parameters:
value- the emailPreference - Deprecated since 6.7, will be removed in the future.
-
getNotificationChannels
public java.util.Set<EnumerationValue> getNotificationChannels(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.notificationChannelsattribute.- Returns:
- the notificationChannels
-
getNotificationChannels
public java.util.Set<EnumerationValue> getNotificationChannels(Customer item)
Generated method - Getter of theCustomer.notificationChannelsattribute.- Returns:
- the notificationChannels
-
setNotificationChannels
public void setNotificationChannels(SessionContext ctx, Customer item, java.util.Set<EnumerationValue> value)
Generated method - Setter of theCustomer.notificationChannelsattribute.- Parameters:
value- the notificationChannels
-
setNotificationChannels
public void setNotificationChannels(Customer item, java.util.Set<EnumerationValue> value)
Generated method - Setter of theCustomer.notificationChannelsattribute.- Parameters:
value- the notificationChannels
-
isSmsPreference
public java.lang.Boolean isSmsPreference(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.smsPreferenceattribute.- Returns:
- the smsPreference - Deprecated since 6.7, will be removed in the future.
-
isSmsPreference
public java.lang.Boolean isSmsPreference(Customer item)
Generated method - Getter of theCustomer.smsPreferenceattribute.- Returns:
- the smsPreference - Deprecated since 6.7, will be removed in the future.
-
isSmsPreferenceAsPrimitive
public boolean isSmsPreferenceAsPrimitive(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.smsPreferenceattribute.- Returns:
- the smsPreference - Deprecated since 6.7, will be removed in the future.
-
isSmsPreferenceAsPrimitive
public boolean isSmsPreferenceAsPrimitive(Customer item)
Generated method - Getter of theCustomer.smsPreferenceattribute.- Returns:
- the smsPreference - Deprecated since 6.7, will be removed in the future.
-
setSmsPreference
public void setSmsPreference(SessionContext ctx, Customer item, java.lang.Boolean value)
Generated method - Setter of theCustomer.smsPreferenceattribute.- Parameters:
value- the smsPreference - Deprecated since 6.7, will be removed in the future.
-
setSmsPreference
public void setSmsPreference(Customer item, java.lang.Boolean value)
Generated method - Setter of theCustomer.smsPreferenceattribute.- Parameters:
value- the smsPreference - Deprecated since 6.7, will be removed in the future.
-
setSmsPreference
public void setSmsPreference(SessionContext ctx, Customer item, boolean value)
Generated method - Setter of theCustomer.smsPreferenceattribute.- Parameters:
value- the smsPreference - Deprecated since 6.7, will be removed in the future.
-
setSmsPreference
public void setSmsPreference(Customer item, boolean value)
Generated method - Setter of theCustomer.smsPreferenceattribute.- Parameters:
value- the smsPreference - Deprecated since 6.7, will be removed in the future.
-
-