Class NotificationChannelForm
- java.lang.Object
-
- de.hybris.platform.notificationaddon.forms.NotificationChannelForm
-
public class NotificationChannelForm extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NotificationChannelForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<NotificationPreferenceData>getChannels()voidsetChannels(java.util.List<NotificationPreferenceData> channels)
-
-
-
Method Detail
-
getChannels
public java.util.List<NotificationPreferenceData> getChannels()
-
setChannels
public void setChannels(java.util.List<NotificationPreferenceData> channels)
-
-