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 NotificationChannelgetChannel()java.lang.StringgetEmailAddress()Deprecated, for removal: This API element is subject to removal in a future version.truejava.lang.StringgetMobileNumber()Deprecated, for removal: This API element is subject to removal in a future version.truejava.lang.StringgetValue()booleanisEmailEnabled()Deprecated, for removal: This API element is subject to removal in a future version.truebooleanisEnabled()booleanisSmsEnabled()Deprecated, for removal: This API element is subject to removal in a future version.truebooleanisVisible()voidsetChannel(NotificationChannel channel)voidsetEmailAddress(java.lang.String emailAddress)Deprecated, for removal: This API element is subject to removal in a future version.truevoidsetEmailEnabled(boolean emailEnabled)Deprecated, for removal: This API element is subject to removal in a future version.truevoidsetEnabled(boolean enabled)voidsetMobileNumber(java.lang.String mobileNumber)Deprecated, for removal: This API element is subject to removal in a future version.truevoidsetSmsEnabled(boolean smsEnabled)Deprecated, for removal: This API element is subject to removal in a future version.truevoidsetValue(java.lang.String value)voidsetVisible(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()
-
-