com.jaspersoft.jasperserver.war.validation
Class ListOfValuesValidator
java.lang.Object
com.jaspersoft.jasperserver.war.validation.ListOfValuesValidator
- All Implemented Interfaces:
- org.springframework.validation.Validator
public class ListOfValuesValidator
- extends java.lang.Object
- implements org.springframework.validation.Validator
- Version:
- $Id: ListOfValuesValidator.java 10178 2007-09-20 13:57:21Z lucian $
- Author:
- Ionut Nedelcu (ionutned@users.sourceforge.net)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListOfValuesValidator
public ListOfValuesValidator()
getRepository
public RepositoryService getRepository()
setRepository
public void setRepository(RepositoryService repository)
supports
public boolean supports(java.lang.Class klass)
- Specified by:
supports
in interface org.springframework.validation.Validator
validate
public void validate(java.lang.Object object,
org.springframework.validation.Errors errors)
- Specified by:
validate
in interface org.springframework.validation.Validator
validateResourceData
public void validateResourceData(ListOfValuesDTO listOfValuesDTO,
org.springframework.validation.Errors errors)
validateAddValue
public void validateAddValue(ListOfValuesDTO listOfValuesDTO,
org.springframework.validation.Errors errors)
validateLovSave
public void validateLovSave(ListOfValuesDTO listOfValuesDTO,
org.springframework.validation.Errors errors)
Copyright © 2007. All Rights Reserved.