Class GeneratedNotificationservicesManager

    • 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
    • Constructor Detail

      • GeneratedNotificationservicesManager

        public GeneratedNotificationservicesManager()
    • Method Detail

      • createSiteMessage

        public SiteMessage createSiteMessage​(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 the Customer.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 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,
                                       java.lang.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,
                                       java.lang.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 java.lang.String getName()
        Specified by:
        getName in class Extension
      • getNotificationChannels

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

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

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

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

        public java.lang.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 java.lang.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,
                                     java.lang.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,
                                     java.lang.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.