Class NotificationPreferenceData
java.lang.Object
de.hybris.platform.notificationfacades.data.NotificationPreferenceData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.trueDeprecated, for removal: This API element is subject to removal in a future version.truegetValue()booleanDeprecated, for removal: This API element is subject to removal in a future version.truebooleanbooleanDeprecated, for removal: This API element is subject to removal in a future version.truebooleanvoidsetChannel(NotificationChannel channel) voidsetEmailAddress(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(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.truevoidvoidsetVisible(boolean visible)
-
Constructor Details
-
NotificationPreferenceData
public NotificationPreferenceData()
-
-
Method Details
-
setEmailEnabled
Deprecated, for removal: This API element is subject to removal in a future version.true -
isEmailEnabled
Deprecated, for removal: This API element is subject to removal in a future version.true -
setSmsEnabled
Deprecated, for removal: This API element is subject to removal in a future version.true -
isSmsEnabled
Deprecated, for removal: This API element is subject to removal in a future version.true -
setEmailAddress
Deprecated, for removal: This API element is subject to removal in a future version.true -
getEmailAddress
Deprecated, for removal: This API element is subject to removal in a future version.true -
setMobileNumber
Deprecated, for removal: This API element is subject to removal in a future version.true -
getMobileNumber
Deprecated, for removal: This API element is subject to removal in a future version.true -
setChannel
-
getChannel
-
setValue
-
getValue
-
setEnabled
public void setEnabled(boolean enabled) -
isEnabled
public boolean isEnabled() -
setVisible
public void setVisible(boolean visible) -
isVisible
public boolean isVisible()
-