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 SiteMessage
createSiteMessage(SessionContext ctx, java.util.Map attributeValues)
SiteMessage
createSiteMessage(java.util.Map attributeValues)
SiteMessageForCustomer
createSiteMessageForCustomer(SessionContext ctx, java.util.Map attributeValues)
SiteMessageForCustomer
createSiteMessageForCustomer(java.util.Map attributeValues)
java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
java.lang.String
getName()
java.util.Set<EnumerationValue>
getNotificationChannels(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.notificationChannels
attribute.java.util.Set<EnumerationValue>
getNotificationChannels(Customer item)
Generated method - Getter of theCustomer.notificationChannels
attribute.java.lang.Boolean
isEmailPreference(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.emailPreference
attribute.java.lang.Boolean
isEmailPreference(Customer item)
Generated method - Getter of theCustomer.emailPreference
attribute.boolean
isEmailPreferenceAsPrimitive(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.emailPreference
attribute.boolean
isEmailPreferenceAsPrimitive(Customer item)
Generated method - Getter of theCustomer.emailPreference
attribute.java.lang.Boolean
isSmsPreference(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.smsPreference
attribute.java.lang.Boolean
isSmsPreference(Customer item)
Generated method - Getter of theCustomer.smsPreference
attribute.boolean
isSmsPreferenceAsPrimitive(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.smsPreference
attribute.boolean
isSmsPreferenceAsPrimitive(Customer item)
Generated method - Getter of theCustomer.smsPreference
attribute.void
setEmailPreference(SessionContext ctx, Customer item, boolean value)
Generated method - Setter of theCustomer.emailPreference
attribute.void
setEmailPreference(SessionContext ctx, Customer item, java.lang.Boolean value)
Generated method - Setter of theCustomer.emailPreference
attribute.void
setEmailPreference(Customer item, boolean value)
Generated method - Setter of theCustomer.emailPreference
attribute.void
setEmailPreference(Customer item, java.lang.Boolean value)
Generated method - Setter of theCustomer.emailPreference
attribute.void
setNotificationChannels(SessionContext ctx, Customer item, java.util.Set<EnumerationValue> value)
Generated method - Setter of theCustomer.notificationChannels
attribute.void
setNotificationChannels(Customer item, java.util.Set<EnumerationValue> value)
Generated method - Setter of theCustomer.notificationChannels
attribute.void
setSmsPreference(SessionContext ctx, Customer item, boolean value)
Generated method - Setter of theCustomer.smsPreference
attribute.void
setSmsPreference(SessionContext ctx, Customer item, java.lang.Boolean value)
Generated method - Setter of theCustomer.smsPreference
attribute.void
setSmsPreference(Customer item, boolean value)
Generated method - Setter of theCustomer.smsPreference
attribute.void
setSmsPreference(Customer item, java.lang.Boolean value)
Generated method - Setter of theCustomer.smsPreference
attribute.-
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:
getDefaultAttributeModes
in 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.emailPreference
attribute.- 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.emailPreference
attribute.- 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.emailPreference
attribute.- Returns:
- the emailPreference - Deprecated since 6.7, will be removed in the future.
-
isEmailPreferenceAsPrimitive
public boolean isEmailPreferenceAsPrimitive(Customer item)
Generated method - Getter of theCustomer.emailPreference
attribute.- 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.emailPreference
attribute.- 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.emailPreference
attribute.- 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.emailPreference
attribute.- 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.emailPreference
attribute.- 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.notificationChannels
attribute.- Returns:
- the notificationChannels
-
getNotificationChannels
public java.util.Set<EnumerationValue> getNotificationChannels(Customer item)
Generated method - Getter of theCustomer.notificationChannels
attribute.- Returns:
- the notificationChannels
-
setNotificationChannels
public void setNotificationChannels(SessionContext ctx, Customer item, java.util.Set<EnumerationValue> value)
Generated method - Setter of theCustomer.notificationChannels
attribute.- Parameters:
value
- the notificationChannels
-
setNotificationChannels
public void setNotificationChannels(Customer item, java.util.Set<EnumerationValue> value)
Generated method - Setter of theCustomer.notificationChannels
attribute.- Parameters:
value
- the notificationChannels
-
isSmsPreference
public java.lang.Boolean isSmsPreference(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.smsPreference
attribute.- 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.smsPreference
attribute.- 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.smsPreference
attribute.- Returns:
- the smsPreference - Deprecated since 6.7, will be removed in the future.
-
isSmsPreferenceAsPrimitive
public boolean isSmsPreferenceAsPrimitive(Customer item)
Generated method - Getter of theCustomer.smsPreference
attribute.- 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.smsPreference
attribute.- 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.smsPreference
attribute.- 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.smsPreference
attribute.- 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.smsPreference
attribute.- Parameters:
value
- the smsPreference - Deprecated since 6.7, will be removed in the future.
-
-