Class NotificationPreferenceData
- java.lang.Object
-
- de.hybris.platform.notificationfacades.data.NotificationPreferenceData
-
- All Implemented Interfaces:
java.io.Serializable
public class NotificationPreferenceData extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotificationPreferenceData()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description NotificationChannel
getChannel()
java.lang.String
getEmailAddress()
Deprecated, for removal: This API element is subject to removal in a future version.truejava.lang.String
getMobileNumber()
Deprecated, for removal: This API element is subject to removal in a future version.truejava.lang.String
getValue()
boolean
isEmailEnabled()
Deprecated, for removal: This API element is subject to removal in a future version.trueboolean
isEnabled()
boolean
isSmsEnabled()
Deprecated, for removal: This API element is subject to removal in a future version.trueboolean
isVisible()
void
setChannel(NotificationChannel channel)
void
setEmailAddress(java.lang.String emailAddress)
Deprecated, for removal: This API element is subject to removal in a future version.truevoid
setEmailEnabled(boolean emailEnabled)
Deprecated, for removal: This API element is subject to removal in a future version.truevoid
setEnabled(boolean enabled)
void
setMobileNumber(java.lang.String mobileNumber)
Deprecated, for removal: This API element is subject to removal in a future version.truevoid
setSmsEnabled(boolean smsEnabled)
Deprecated, for removal: This API element is subject to removal in a future version.truevoid
setValue(java.lang.String value)
void
setVisible(boolean visible)
-
-
-
Method Detail
-
setEmailEnabled
@Deprecated(forRemoval=true) public void setEmailEnabled(boolean emailEnabled)
Deprecated, for removal: This API element is subject to removal in a future version.true
-
isEmailEnabled
@Deprecated(forRemoval=true) public boolean isEmailEnabled()
Deprecated, for removal: This API element is subject to removal in a future version.true
-
setSmsEnabled
@Deprecated(forRemoval=true) public void setSmsEnabled(boolean smsEnabled)
Deprecated, for removal: This API element is subject to removal in a future version.true
-
isSmsEnabled
@Deprecated(forRemoval=true) public boolean isSmsEnabled()
Deprecated, for removal: This API element is subject to removal in a future version.true
-
setEmailAddress
@Deprecated(forRemoval=true) public void setEmailAddress(java.lang.String emailAddress)
Deprecated, for removal: This API element is subject to removal in a future version.true
-
getEmailAddress
@Deprecated(forRemoval=true) public java.lang.String getEmailAddress()
Deprecated, for removal: This API element is subject to removal in a future version.true
-
setMobileNumber
@Deprecated(forRemoval=true) public void setMobileNumber(java.lang.String mobileNumber)
Deprecated, for removal: This API element is subject to removal in a future version.true
-
getMobileNumber
@Deprecated(forRemoval=true) public java.lang.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(java.lang.String value)
-
getValue
public java.lang.String getValue()
-
setEnabled
public void setEnabled(boolean enabled)
-
isEnabled
public boolean isEnabled()
-
setVisible
public void setVisible(boolean visible)
-
isVisible
public boolean isVisible()
-
-