Class NotificationTypeValidator
java.lang.Object
de.hybris.platform.notificationservices.validators.NotificationTypeValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
public class NotificationTypeValidator
extends Object
implements org.springframework.validation.Validator
Validate the notification type by the extension which inject the specific notification type list.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<NotificationType>voidsetNotificationTypes(List<NotificationType> notificationTypes) booleanvoid
-
Constructor Details
-
NotificationTypeValidator
public NotificationTypeValidator()
-
-
Method Details
-
supports
- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
- Specified by:
validatein interfaceorg.springframework.validation.Validator
-
getNotificationTypes
-
setNotificationTypes
-