Class PrCreatePartyRoleValidator
java.lang.Object
de.hybris.platform.partyroletmfwebservices.v1.validators.PrCreatePartyRoleValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
@Deprecated(since="2208")
public class PrCreatePartyRoleValidator
extends Object
implements org.springframework.validation.Validator
Deprecated.
2208
Validator for POST /partyRole API.
- Since:
- 2205
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PrGenericServiceDeprecated.booleanDeprecated.voidDeprecated.Verifies that thePartyRolehas valid id and name.
-
Constructor Details
-
PrCreatePartyRoleValidator
Deprecated.
-
-
Method Details
-
supports
Deprecated.- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
Deprecated.Verifies that thePartyRolehas valid id and name.- Specified by:
validatein interfaceorg.springframework.validation.Validator- Parameters:
o- the partyRoleerrors- the validation errors
-
getPrGenericService
Deprecated.
-