Class EmailChannelHook
- java.lang.Object
-
- de.hybris.platform.customercouponfacades.hooks.impl.EmailChannelHook
-
- All Implemented Interfaces:
NotificationChannelHook
@Deprecated(since="6.7", forRemoval=true) public class EmailChannelHook extends java.lang.Object implements NotificationChannelHookDeprecated, for removal: This API element is subject to removal in a future version.since 6.7.Email channel implementation ofNotificationChannelHook.
-
-
Constructor Summary
Constructors Constructor Description EmailChannelHook()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.BooleanisChannelOn(CustomerModel customer)Deprecated, for removal: This API element is subject to removal in a future version.Checks the channel status for the customer
-
-
-
Method Detail
-
isChannelOn
public java.lang.Boolean isChannelOn(CustomerModel customer)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:NotificationChannelHookChecks the channel status for the customer- Specified by:
isChannelOnin interfaceNotificationChannelHook- Parameters:
customer- the customer model- Returns:
- true if the specific channel is on and false otherwise
-
-