Class PmCreateIndividualValidator
java.lang.Object
de.hybris.platform.partytmfwebservices.v1.validators.PmCreateIndividualValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
@Deprecated(since="2208")
public class PmCreateIndividualValidator
extends Object
implements org.springframework.validation.Validator
Deprecated.
2208
Validator for POST /individual API.
- Since:
- 2205.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PmGenericServiceDeprecated.booleanDeprecated.voidDeprecated.Checks that theIndividualhas a valid id, familyName and givenName
-
Constructor Details
-
PmCreateIndividualValidator
Deprecated.
-
-
Method Details
-
supports
Deprecated.- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
Deprecated.Checks that theIndividualhas a valid id, familyName and givenName- Specified by:
validatein interfaceorg.springframework.validation.Validator- Parameters:
o- the individual partyerrors- the validation errors
-
getPmGenericService
Deprecated.
-