Class FindVariationPageValidator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.pages.validator.FindVariationPageValidator
-
- All Implemented Interfaces:
org.springframework.validation.Validator
@Deprecated(since="6.6", forRemoval=true) public class FindVariationPageValidator extends java.lang.Object implements org.springframework.validation.ValidatorDeprecated, for removal: This API element is subject to removal in a future version.since 6.6Validates fields ofAbstractPageDatawhen retrieving all default or variation pages
-
-
Constructor Summary
Constructors Constructor Description FindVariationPageValidator()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected TypeCodeExistsPredicategetTypeCodeExistsPredicate()Deprecated, for removal: This API element is subject to removal in a future version.protected TypeServicegetTypeService()Deprecated, for removal: This API element is subject to removal in a future version.voidsetTypeCodeExistsPredicate(TypeCodeExistsPredicate typeCodeExistsPredicate)Deprecated, for removal: This API element is subject to removal in a future version.voidsetTypeService(TypeService typeService)Deprecated, for removal: This API element is subject to removal in a future version.booleansupports(java.lang.Class<?> clazz)Deprecated, for removal: This API element is subject to removal in a future version.voidvalidate(java.lang.Object target, org.springframework.validation.Errors errors)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
supports
public boolean supports(java.lang.Class<?> clazz)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
public void validate(java.lang.Object target, org.springframework.validation.Errors errors)Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
validatein interfaceorg.springframework.validation.Validator
-
getTypeCodeExistsPredicate
protected TypeCodeExistsPredicate getTypeCodeExistsPredicate()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setTypeCodeExistsPredicate
public void setTypeCodeExistsPredicate(TypeCodeExistsPredicate typeCodeExistsPredicate)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTypeService
protected TypeService getTypeService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setTypeService
public void setTypeService(TypeService typeService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-