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 Object
implements org.springframework.validation.Validator
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6
Validates fields of
AbstractPageData when retrieving all default or variation pages-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected TypeCodeExistsPredicateDeprecated, for removal: This API element is subject to removal in a future version.protected TypeServiceDeprecated, 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.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
FindVariationPageValidator
public FindVariationPageValidator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
supports
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
validatein interfaceorg.springframework.validation.Validator
-
getTypeCodeExistsPredicate
Deprecated, for removal: This API element is subject to removal in a future version. -
setTypeCodeExistsPredicate
Deprecated, for removal: This API element is subject to removal in a future version. -
getTypeService
Deprecated, for removal: This API element is subject to removal in a future version. -
setTypeService
Deprecated, for removal: This API element is subject to removal in a future version.
-