org.kuali.student.lum.course.service.utils
Class RevenuePercentValidator

java.lang.Object
  extended by org.kuali.student.common.validator.BaseAbstractValidator
      extended by org.kuali.student.common.validator.DefaultValidatorImpl
          extended by org.kuali.student.lum.course.service.utils.RevenuePercentValidator
All Implemented Interfaces:
Validator

public class RevenuePercentValidator
extends DefaultValidatorImpl


Field Summary
private static String COURSE_REVENUE_FIELD
           
 
Fields inherited from class org.kuali.student.common.validator.BaseAbstractValidator
validatorFactory
 
Constructor Summary
RevenuePercentValidator()
           
 
Method Summary
 List<ValidationResultInfo> validateObject(FieldDefinition field, Object data, ObjectStructureDefinition objStructure, Stack<String> elementStack)
           
 List<ValidationResultInfo> validateObject(Object data, ObjectStructureDefinition objStructure)
          Validate Object and all its nested child objects for given type and state
 
Methods inherited from class org.kuali.student.common.validator.DefaultValidatorImpl
getDateParser, getElementXpath, getMessage, getMessageGroupKey, getMessageLocaleKey, getMessageService, getSearchDispatcher, hasText, isServerSide, processBaseConstraints, processCaseConstraint, processConstraint, processLookupConstraint, processNestedObjectStructure, processOccursConstraint, processRequireConstraint, processValidCharConstraint, setDateParser, setMessageGroupKey, setMessageLocaleKey, setMessageService, setSearchDispatcher, setServerSide, toMap, tryParse, validateBoolean, validateDate, validateDouble, validateField, validateFloat, validateInteger, validateLong, validateString
 
Methods inherited from class org.kuali.student.common.validator.BaseAbstractValidator
getValidatorFactory, setValidatorFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COURSE_REVENUE_FIELD

private static final String COURSE_REVENUE_FIELD
See Also:
Constant Field Values
Constructor Detail

RevenuePercentValidator

public RevenuePercentValidator()
Method Detail

validateObject

public List<ValidationResultInfo> validateObject(Object data,
                                                 ObjectStructureDefinition objStructure)
Description copied from class: DefaultValidatorImpl
Validate Object and all its nested child objects for given type and state

Specified by:
validateObject in interface Validator
Overrides:
validateObject in class DefaultValidatorImpl
See Also:
Validator.validateObject(java.lang.Object, org.kuali.student.core.dictionary.dto.ObjectStructureDefinition)

validateObject

public List<ValidationResultInfo> validateObject(FieldDefinition field,
                                                 Object data,
                                                 ObjectStructureDefinition objStructure,
                                                 Stack<String> elementStack)
Specified by:
validateObject in interface Validator
Overrides:
validateObject in class DefaultValidatorImpl
See Also:
Validator.validateObject(org.kuali.student.core.dictionary.dto.FieldDefinition, java.lang.Object, org.kuali.student.core.dictionary.dto.ObjectStructureDefinition, java.util.Stack)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.