Class BasicConfigurableGuidedSellingValidator<C extends Annotation>
java.lang.Object
de.hybris.platform.b2ctelcoservices.constraints.TmaTypeValidatorHelper
de.hybris.platform.b2ctelcoservices.constraints.BasicConfigurableGuidedSellingValidator<C>
- Type Parameters:
C- validator's annotation class
- All Implemented Interfaces:
javax.validation.ConstraintValidator<C,ItemModel>
- Direct Known Subclasses:
TmaBpoPreconfigurationValidator,TmaPoGroupImmediateChildrenValidator,TmaPoGroupValidSpoBpoValidator
public abstract class BasicConfigurableGuidedSellingValidator<C extends Annotation>
extends TmaTypeValidatorHelper
implements javax.validation.ConstraintValidator<C,ItemModel>
Base class for Guided Selling Journey and Guided Selling Step validators.
Despite validators are not spring beans, this class and it's derivables support Spring DI.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.b2ctelcoservices.constraints.TmaTypeValidatorHelper
buildErrorMessage, getCurrentLocale, getI18nService, getLocalizedString, getResourceBundleProviderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.validation.ConstraintValidator
isValid
-
Constructor Details
-
BasicConfigurableGuidedSellingValidator
public BasicConfigurableGuidedSellingValidator()
-
-
Method Details
-
initialize
- Specified by:
initializein interfacejavax.validation.ConstraintValidator<C extends Annotation,ItemModel>
-