org.kuali.student.contract.model.validation
Class OrchestrationModelValidator

java.lang.Object
  extended by org.kuali.student.contract.model.validation.OrchestrationModelValidator
All Implemented Interfaces:
ModelValidator

public class OrchestrationModelValidator
extends Object
implements ModelValidator

Validates the entire spreadsheet model

Author:
nwright

Field Summary
(package private)  List<String> errors
           
private  ModelFinder finder
           
private  DictionaryModel model
           
 
Constructor Summary
OrchestrationModelValidator(DictionaryModel model)
           
 
Method Summary
private  void addError(String msg)
           
 Collection<String> validate()
           
private  void validateOrchObjs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

private DictionaryModel model

finder

private ModelFinder finder

errors

List<String> errors
Constructor Detail

OrchestrationModelValidator

public OrchestrationModelValidator(DictionaryModel model)
Method Detail

validate

public Collection<String> validate()
Specified by:
validate in interface ModelValidator

validateOrchObjs

private void validateOrchObjs()

addError

private void addError(String msg)


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