Class BasicConfigurableGuidedSellingValidator<C extends java.lang.annotation.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 java.lang.annotation.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 Constructor Description BasicConfigurableGuidedSellingValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(C annotation)-
Methods inherited from class de.hybris.platform.b2ctelcoservices.constraints.TmaTypeValidatorHelper
buildErrorMessage, getCurrentLocale, getI18nService, getLocalizedString, getResourceBundleProvider
-
-