Uses of Interface
de.hybris.platform.cmsfacades.common.function.Validator
-
-
Uses of Validator in de.hybris.platform.acceleratorfacades.cmsitems.validators
Classes in de.hybris.platform.acceleratorfacades.cmsitems.validators that implement Validator Modifier and Type Class Description classDefaultEmailPageValidatorDefault implementation of the validator forEmailPageModel -
Uses of Validator in de.hybris.platform.cmsfacades.cmsitems
Subinterfaces of Validator in de.hybris.platform.cmsfacades.cmsitems Modifier and Type Interface Description interfaceCMSItemValidator<T extends ItemModel>Interface that deals with Type Validation. -
Uses of Validator in de.hybris.platform.cmsfacades.cmsitems.impl
Classes in de.hybris.platform.cmsfacades.cmsitems.impl that implement Validator Modifier and Type Class Description classDefaultCMSItemValidatorDefault implementation ofCMSItemValidatorPerforms all Validators from validatorMap that are part of the same type hierarchy.Methods in de.hybris.platform.cmsfacades.cmsitems.impl that return types with arguments of type Validator Modifier and Type Method Description protected java.util.Map<java.lang.String,Validator>DefaultCMSItemValidator. getValidatorMap()Method parameters in de.hybris.platform.cmsfacades.cmsitems.impl with type arguments of type Validator Modifier and Type Method Description voidDefaultCMSItemValidator. setValidatorMap(java.util.Map<java.lang.String,Validator> validatorMap) -
Uses of Validator in de.hybris.platform.cmsfacades.cmsitems.validator
Classes in de.hybris.platform.cmsfacades.cmsitems.validator that implement Validator Modifier and Type Class Description classDefaultAbstractCMSComponentValidatorDefault implementation of the validator forAbstractCMSComponentModelclassDefaultAbstractRestrictionValidatorDefault implementation of the validator forAbstractRestrictionModelclassDefaultBannerComponentValidatorDefault implementation of the validator forBannerComponentModelclassDefaultBaseAbstractPageValidatorDefault implementation of the validator forAbstractPageModelclassDefaultCMSCategoryRestrictionValidatorDefault implementation of the validator forCMSCategoryRestrictionModelclassDefaultCMSLinkComponentValidatorDefault implementation of the validator forCMSLinkComponentModelclassDefaultCMSNavigationNodeValidatorDefault implementation of the validator forCMSNavigationNodeModelclassDefaultCMSParagraphComponentValidatorDefault implementation of the validator forCMSParagraphComponentModelclassDefaultCMSTimeRestrictionValidatorDefault implementation of the validator forCMSTimeRestrictionModelclassDefaultCMSUserGroupRestrictionValidatorDefault implementation of the validator forCMSUserGroupRestrictionModelclassDefaultCreateAbstractPageValidatorDefault implementation of the validator forAbstractPageModelclassDefaultCreateAbstractRestrictionValidatorDefault implementation of the validator forAbstractRestrictionModelclassDefaultCreateCMSItemValidatorDefault implementation of the validator forCMSItemModelclassDefaultCreateContentPageValidatorDefault implementation of the validator forContentPageModelclassDefaultTrashContentPageValidatorValidator to ensure that a content page can be moved to trash.classDefaultUniqueNameForAttributeValidatorValidator to ensure that anyCMSItemModelcannot have a provided attribute with the same name.classDefaultUpdateAbstractPageValidatorDefault implementation of the validator forAbstractPageModelclassDefaultUpdateAbstractRestrictionValidatorDefault implementation of the validator forAbstractRestrictionModelclassDefaultUpdateCMSItemValidatorDefault implementation of the validator forCMSItemModelclassDefaultUpdateContentPageValidatorDefault implementation of the validator forAbstractPageModelclassDefaultWorkflowItemValidatorValidates whether the item model can be edited in current workflow context.Methods in de.hybris.platform.cmsfacades.cmsitems.validator that return Validator Modifier and Type Method Description protected Validator<CMSItemModel>DefaultAbstractCMSComponentValidator. getWorkflowItemValidator()protected Validator<CMSItemModel>DefaultUpdateAbstractPageValidator. getWorkflowItemValidator()protected Validator<CMSItemModel>DefaultUpdateAbstractRestrictionValidator. getWorkflowItemValidator()Methods in de.hybris.platform.cmsfacades.cmsitems.validator with parameters of type Validator Modifier and Type Method Description voidDefaultAbstractCMSComponentValidator. setWorkflowItemValidator(Validator<CMSItemModel> workflowItemValidator)voidDefaultUpdateAbstractPageValidator. setWorkflowItemValidator(Validator<CMSItemModel> workflowItemValidator)voidDefaultUpdateAbstractRestrictionValidator. setWorkflowItemValidator(Validator<CMSItemModel> workflowItemValidator) -
Uses of Validator in de.hybris.platform.cmsfacades.common.function.impl
Classes in de.hybris.platform.cmsfacades.common.function.impl that implement Validator Modifier and Type Class Description classDefaultCompositeValidator<T>Methods in de.hybris.platform.cmsfacades.common.function.impl that return types with arguments of type Validator Modifier and Type Method Description protected java.util.List<Validator<T>>DefaultCompositeValidator. getValidators()Method parameters in de.hybris.platform.cmsfacades.common.function.impl with type arguments of type Validator Modifier and Type Method Description voidDefaultCompositeValidator. setValidators(java.util.List<Validator<T>> validators)
-