Class _SearchRequestValidatorImpl
- java.lang.Object
-
- de.knightsoftnet.validators.client.impl.AbstractGwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
-
- de.knightsoftnet.gwtp.spring.shared.search._SearchRequestValidatorImpl
-
- All Implemented Interfaces:
_SearchRequestValidator,de.knightsoftnet.validators.client.impl.GwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
public class _SearchRequestValidatorImpl extends de.knightsoftnet.validators.client.impl.AbstractGwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest> implements _SearchRequestValidator
-
-
Field Summary
-
Fields inherited from interface de.knightsoftnet.gwtp.spring.shared.search._SearchRequestValidator
INSTANCE
-
-
Constructor Summary
Constructors Constructor Description _SearchRequestValidatorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> voidexpandDefaultAndValidateClassGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, de.knightsoftnet.gwtp.spring.shared.search.SearchRequest object, Set<javax.validation.ConstraintViolation<T>> violations, de.knightsoftnet.validators.client.impl.Group... groups)<T> voidexpandDefaultAndValidatePropertyGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, de.knightsoftnet.gwtp.spring.shared.search.SearchRequest object, String propertyName, Set<javax.validation.ConstraintViolation<T>> violations, de.knightsoftnet.validators.client.impl.Group... groups)<T> voidexpandDefaultAndValidateValueGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, Class<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest> beanType, String propertyName, Object value, Set<javax.validation.ConstraintViolation<T>> violations, de.knightsoftnet.validators.client.impl.Group... groups)de.knightsoftnet.validators.client.impl.metadata.BeanMetadatagetBeanMetadata()de.knightsoftnet.validators.client.impl.GwtBeanDescriptor<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>getConstraints(de.knightsoftnet.validators.client.impl.metadata.ValidationGroupsMetadata validationGroupsMetadata)<T> voidvalidateClassGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, de.knightsoftnet.gwtp.spring.shared.search.SearchRequest object, Set<javax.validation.ConstraintViolation<T>> violations, Class<?>... groups)<T> voidvalidatePropertyGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, de.knightsoftnet.gwtp.spring.shared.search.SearchRequest object, String propertyName, Set<javax.validation.ConstraintViolation<T>> violations, Class<?>... groups)<T> voidvalidateValueGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, Class<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest> beanType, String propertyName, Object value, Set<javax.validation.ConstraintViolation<T>> violations, Class<?>... groups)-
Methods inherited from class de.knightsoftnet.validators.client.impl.AbstractGwtSpecificValidator
addDefaultGroupWhenEmpty, addSingleViolation, attributeBuilder, groupsToClasses, validate, validate, validateProperty, validateValue
-
-
-
-
Method Detail
-
validateClassGroups
public <T> void validateClassGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, de.knightsoftnet.gwtp.spring.shared.search.SearchRequest object, Set<javax.validation.ConstraintViolation<T>> violations, Class<?>... groups)- Specified by:
validateClassGroupsin interfacede.knightsoftnet.validators.client.impl.GwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
-
expandDefaultAndValidateClassGroups
public <T> void expandDefaultAndValidateClassGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, de.knightsoftnet.gwtp.spring.shared.search.SearchRequest object, Set<javax.validation.ConstraintViolation<T>> violations, de.knightsoftnet.validators.client.impl.Group... groups)- Specified by:
expandDefaultAndValidateClassGroupsin interfacede.knightsoftnet.validators.client.impl.GwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
-
expandDefaultAndValidatePropertyGroups
public <T> void expandDefaultAndValidatePropertyGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, de.knightsoftnet.gwtp.spring.shared.search.SearchRequest object, String propertyName, Set<javax.validation.ConstraintViolation<T>> violations, de.knightsoftnet.validators.client.impl.Group... groups)- Specified by:
expandDefaultAndValidatePropertyGroupsin interfacede.knightsoftnet.validators.client.impl.GwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
-
expandDefaultAndValidateValueGroups
public <T> void expandDefaultAndValidateValueGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, Class<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest> beanType, String propertyName, Object value, Set<javax.validation.ConstraintViolation<T>> violations, de.knightsoftnet.validators.client.impl.Group... groups)- Specified by:
expandDefaultAndValidateValueGroupsin interfacede.knightsoftnet.validators.client.impl.GwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
-
validatePropertyGroups
public <T> void validatePropertyGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, de.knightsoftnet.gwtp.spring.shared.search.SearchRequest object, String propertyName, Set<javax.validation.ConstraintViolation<T>> violations, Class<?>... groups) throws javax.validation.ValidationException- Specified by:
validatePropertyGroupsin interfacede.knightsoftnet.validators.client.impl.GwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>- Throws:
javax.validation.ValidationException
-
validateValueGroups
public <T> void validateValueGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, Class<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest> beanType, String propertyName, Object value, Set<javax.validation.ConstraintViolation<T>> violations, Class<?>... groups)- Specified by:
validateValueGroupsin interfacede.knightsoftnet.validators.client.impl.GwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
-
getBeanMetadata
public de.knightsoftnet.validators.client.impl.metadata.BeanMetadata getBeanMetadata()
- Specified by:
getBeanMetadatain interfacede.knightsoftnet.validators.client.impl.GwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
-
getConstraints
public de.knightsoftnet.validators.client.impl.GwtBeanDescriptor<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest> getConstraints(de.knightsoftnet.validators.client.impl.metadata.ValidationGroupsMetadata validationGroupsMetadata)
- Specified by:
getConstraintsin interfacede.knightsoftnet.validators.client.impl.GwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
-
-