Class PmCreateOrganizationValidator

java.lang.Object
de.hybris.platform.partytmfwebservices.v1.validators.PmCreateOrganizationValidator
All Implemented Interfaces:
org.springframework.validation.Validator

@Deprecated(since="2208") public class PmCreateOrganizationValidator extends Object implements org.springframework.validation.Validator
Deprecated.
2208
Validator for POST/organization API.
Since:
2205
  • Constructor Details

    • PmCreateOrganizationValidator

      public PmCreateOrganizationValidator(PmGenericService pmGenericService)
      Deprecated.
  • Method Details

    • supports

      public boolean supports(Class<?> aClass)
      Deprecated.
      Specified by:
      supports in interface org.springframework.validation.Validator
    • validate

      public void validate(Object o, org.springframework.validation.Errors errors)
      Deprecated.
      Specified by:
      validate in interface org.springframework.validation.Validator
    • getPmGenericService

      protected PmGenericService getPmGenericService()
      Deprecated.