Class BundleTemplateDependsOnItselfValidator
- java.lang.Object
-
- de.hybris.platform.configurablebundleservices.constraints.TypeValidatorHelper
-
- de.hybris.platform.configurablebundleservices.constraints.BasicBundleTemplateValidator<BundleTemplateDependsOnItself>
-
- de.hybris.platform.configurablebundleservices.constraints.BundleTemplateDependsOnItselfValidator
-
- All Implemented Interfaces:
javax.validation.ConstraintValidator<BundleTemplateDependsOnItself,BundleTemplateModel>
public class BundleTemplateDependsOnItselfValidator extends BasicBundleTemplateValidator<BundleTemplateDependsOnItself>
Triggers when one of theBundleTemplateModel.getDependentBundleTemplates()is is the model itself.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.configurablebundleservices.constraints.TypeValidatorHelper
MESSAGE_PARAMETER_PATTERN
-
-
Constructor Summary
Constructors Constructor Description BundleTemplateDependsOnItselfValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisValid(BundleTemplateModel value, javax.validation.ConstraintValidatorContext context)-
Methods inherited from class de.hybris.platform.configurablebundleservices.constraints.BasicBundleTemplateValidator
initialize
-
Methods inherited from class de.hybris.platform.configurablebundleservices.constraints.TypeValidatorHelper
buildErrorMessage, getCurrentLocale, getI18nService, getLocalizedString, getResourceBundleProvider
-
-
-
-
Method Detail
-
isValid
public boolean isValid(BundleTemplateModel value, javax.validation.ConstraintValidatorContext context)
-
-