Class ProductInterestData
- java.lang.Object
-
- de.hybris.platform.customerinterestsfacades.data.ProductInterestData
-
- All Implemented Interfaces:
java.io.Serializable
public class ProductInterestData extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductInterestData()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.DategetCreationDate()java.lang.StringgetEmailAddress()Deprecated, for removal: This API element is subject to removal in a future version.truejava.util.DategetExpiryDate()java.lang.StringgetMobileNumber()Deprecated, for removal: This API element is subject to removal in a future version.truejava.util.List<NotificationPreferenceData>getNotificationChannels()NotificationTypegetNotificationType()ProductDatagetProduct()booleanisEmailNotificationEnabled()Deprecated, for removal: This API element is subject to removal in a future version.truebooleanisSiteMsgNotificationEnabled()booleanisSmsNotificationEnabled()Deprecated, for removal: This API element is subject to removal in a future version.truevoidsetCreationDate(java.util.Date creationDate)voidsetEmailAddress(java.lang.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(java.util.Date expiryDate)voidsetMobileNumber(java.lang.String mobileNumber)Deprecated, for removal: This API element is subject to removal in a future version.truevoidsetNotificationChannels(java.util.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
-
-
-
Method Detail
-
setExpiryDate
public void setExpiryDate(java.util.Date expiryDate)
-
getExpiryDate
public java.util.Date getExpiryDate()
-
setCreationDate
public void setCreationDate(java.util.Date creationDate)
-
getCreationDate
public java.util.Date getCreationDate()
-
setSiteMsgNotificationEnabled
public void setSiteMsgNotificationEnabled(boolean siteMsgNotificationEnabled)
-
isSiteMsgNotificationEnabled
public boolean isSiteMsgNotificationEnabled()
-
setEmailNotificationEnabled
@Deprecated(forRemoval=true) public void setEmailNotificationEnabled(boolean emailNotificationEnabled)
Deprecated, for removal: This API element is subject to removal in a future version.true
-
isEmailNotificationEnabled
@Deprecated(forRemoval=true) public boolean isEmailNotificationEnabled()
Deprecated, for removal: This API element is subject to removal in a future version.true
-
setSmsNotificationEnabled
@Deprecated(forRemoval=true) public void setSmsNotificationEnabled(boolean smsNotificationEnabled)
Deprecated, for removal: This API element is subject to removal in a future version.true
-
isSmsNotificationEnabled
@Deprecated(forRemoval=true) public boolean isSmsNotificationEnabled()
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
-
setNotificationType
public void setNotificationType(NotificationType notificationType)
-
getNotificationType
public NotificationType getNotificationType()
-
setProduct
public void setProduct(ProductData product)
-
getProduct
public ProductData getProduct()
-
setNotificationChannels
public void setNotificationChannels(java.util.List<NotificationPreferenceData> notificationChannels)
-
getNotificationChannels
public java.util.List<NotificationPreferenceData> getNotificationChannels()
-
-