Class ProductInterestData
java.lang.Object
de.hybris.platform.customerinterestsfacades.data.ProductInterestData
- 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.truebooleanDeprecated, 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.truevoidsetCreationDate(Date creationDate) voidsetEmailAddress(String emailAddress) Deprecated, for removal: This API element is subject to removal in a future version.truevoidsetEmailNotificationEnabled(boolean emailNotificationEnabled) Deprecated, for removal: This API element is subject to removal in a future version.truevoidsetExpiryDate(Date expiryDate) voidsetMobileNumber(String mobileNumber) Deprecated, for removal: This API element is subject to removal in a future version.truevoidsetNotificationChannels(List<NotificationPreferenceData> notificationChannels) voidsetNotificationType(NotificationType notificationType) voidsetProduct(ProductData product) voidsetSiteMsgNotificationEnabled(boolean siteMsgNotificationEnabled) voidsetSmsNotificationEnabled(boolean smsNotificationEnabled) Deprecated, for removal: This API element is subject to removal in a future version.true
-
Constructor Details
-
ProductInterestData
public ProductInterestData()
-
-
Method Details
-
setExpiryDate
-
getExpiryDate
-
setCreationDate
-
getCreationDate
-
setSiteMsgNotificationEnabled
public void setSiteMsgNotificationEnabled(boolean siteMsgNotificationEnabled) -
isSiteMsgNotificationEnabled
public boolean isSiteMsgNotificationEnabled() -
setEmailNotificationEnabled
@Deprecated(since="6.7", forRemoval=true) public void setEmailNotificationEnabled(boolean emailNotificationEnabled) Deprecated, for removal: This API element is subject to removal in a future version.true -
isEmailNotificationEnabled
Deprecated, for removal: This API element is subject to removal in a future version.true -
setSmsNotificationEnabled
@Deprecated(since="6.7", forRemoval=true) public void setSmsNotificationEnabled(boolean smsNotificationEnabled) Deprecated, for removal: This API element is subject to removal in a future version.true -
isSmsNotificationEnabled
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 -
setNotificationType
-
getNotificationType
-
setProduct
-
getProduct
-
setNotificationChannels
-
getNotificationChannels
-