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, Serializable
Direct Known Subclasses:
NotificationservicesManager

public abstract class GeneratedNotificationservicesManager extends Extension
Generated class for type NotificationservicesManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedNotificationservicesManager

      public GeneratedNotificationservicesManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • createSiteMessage

      public SiteMessage createSiteMessage(SessionContext ctx, Map attributeValues)
    • createSiteMessage

      public SiteMessage createSiteMessage(Map attributeValues)
    • createSiteMessageForCustomer

      public SiteMessageForCustomer createSiteMessageForCustomer(SessionContext ctx, Map attributeValues)
    • createSiteMessageForCustomer

      public SiteMessageForCustomer createSiteMessageForCustomer(Map attributeValues)
    • isEmailPreference

      public Boolean isEmailPreference(SessionContext ctx, Customer item)
      Generated method - Getter of the Customer.emailPreference attribute.
      Returns:
      the emailPreference - Deprecated since 6.7, will be removed in the future.
    • isEmailPreference

      public Boolean isEmailPreference(Customer item)
      Generated method - Getter of the Customer.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 the Customer.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 the Customer.emailPreference attribute.
      Returns:
      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 the Customer.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 the Customer.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 the Customer.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 the Customer.emailPreference attribute.
      Parameters:
      value - the emailPreference - Deprecated since 6.7, will be removed in the future.
    • getName

      public String getName()
      Specified by:
      getName in class Extension
    • getNotificationChannels

      public Set<EnumerationValue> getNotificationChannels(SessionContext ctx, Customer item)
      Generated method - Getter of the Customer.notificationChannels attribute.
      Returns:
      the notificationChannels
    • getNotificationChannels

      public Set<EnumerationValue> getNotificationChannels(Customer item)
      Generated method - Getter of the Customer.notificationChannels attribute.
      Returns:
      the notificationChannels
    • setNotificationChannels

      public void setNotificationChannels(SessionContext ctx, Customer item, Set<EnumerationValue> value)
      Generated method - Setter of the Customer.notificationChannels attribute.
      Parameters:
      value - the notificationChannels
    • setNotificationChannels

      public void setNotificationChannels(Customer item, Set<EnumerationValue> value)
      Generated method - Setter of the Customer.notificationChannels attribute.
      Parameters:
      value - the notificationChannels
    • isSmsPreference

      public Boolean isSmsPreference(SessionContext ctx, Customer item)
      Generated method - Getter of the Customer.smsPreference attribute.
      Returns:
      the smsPreference - Deprecated since 6.7, will be removed in the future.
    • isSmsPreference

      public Boolean isSmsPreference(Customer item)
      Generated method - Getter of the Customer.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 the Customer.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 the Customer.smsPreference attribute.
      Returns:
      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 the Customer.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 the Customer.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 the Customer.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 the Customer.smsPreference attribute.
      Parameters:
      value - the smsPreference - Deprecated since 6.7, will be removed in the future.