Class NotificationPreferenceData

java.lang.Object
de.hybris.platform.notificationfacades.data.NotificationPreferenceData
All Implemented Interfaces:
Serializable

public class NotificationPreferenceData extends Object implements Serializable
See Also:
  • Constructor Details

    • NotificationPreferenceData

      public NotificationPreferenceData()
  • Method Details

    • setEmailEnabled

      @Deprecated(since="1905", forRemoval=true) public void setEmailEnabled(boolean emailEnabled)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • isEmailEnabled

      @Deprecated(since="1905", forRemoval=true) public boolean isEmailEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • setSmsEnabled

      @Deprecated(since="1905", forRemoval=true) public void setSmsEnabled(boolean smsEnabled)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • isSmsEnabled

      @Deprecated(since="1905", forRemoval=true) public boolean isSmsEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • setEmailAddress

      @Deprecated(since="1905", forRemoval=true) public void setEmailAddress(String emailAddress)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • getEmailAddress

      @Deprecated(since="1905", forRemoval=true) public String getEmailAddress()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • setMobileNumber

      @Deprecated(since="1905", forRemoval=true) public void setMobileNumber(String mobileNumber)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • getMobileNumber

      @Deprecated(since="1905", forRemoval=true) public String getMobileNumber()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • setChannel

      public void setChannel(NotificationChannel channel)
    • getChannel

      public NotificationChannel getChannel()
    • setValue

      public void setValue(String value)
    • getValue

      public String getValue()
    • setEnabled

      public void setEnabled(boolean enabled)
    • isEnabled

      public boolean isEnabled()
    • setVisible

      public void setVisible(boolean visible)
    • isVisible

      public boolean isVisible()