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.Date
getCreationDate()
java.lang.String
getEmailAddress()
Deprecated, for removal: This API element is subject to removal in a future version.truejava.util.Date
getExpiryDate()
java.lang.String
getMobileNumber()
Deprecated, for removal: This API element is subject to removal in a future version.truejava.util.List<NotificationPreferenceData>
getNotificationChannels()
NotificationType
getNotificationType()
ProductData
getProduct()
boolean
isEmailNotificationEnabled()
Deprecated, for removal: This API element is subject to removal in a future version.trueboolean
isSiteMsgNotificationEnabled()
boolean
isSmsNotificationEnabled()
Deprecated, for removal: This API element is subject to removal in a future version.truevoid
setCreationDate(java.util.Date creationDate)
void
setEmailAddress(java.lang.String emailAddress)
Deprecated, for removal: This API element is subject to removal in a future version.truevoid
setEmailNotificationEnabled(boolean emailNotificationEnabled)
Deprecated, for removal: This API element is subject to removal in a future version.truevoid
setExpiryDate(java.util.Date expiryDate)
void
setMobileNumber(java.lang.String mobileNumber)
Deprecated, for removal: This API element is subject to removal in a future version.truevoid
setNotificationChannels(java.util.List<NotificationPreferenceData> notificationChannels)
void
setNotificationType(NotificationType notificationType)
void
setProduct(ProductData product)
void
setSiteMsgNotificationEnabled(boolean siteMsgNotificationEnabled)
void
setSmsNotificationEnabled(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()
-
-