Uses of Class
org.kuali.student.contract.model.ServiceMethodError

Packages that use ServiceMethodError
org.kuali.student.contract.model   
org.kuali.student.contract.model.validation   
org.kuali.student.contract.writer.service   
 

Uses of ServiceMethodError in org.kuali.student.contract.model
 

Fields in org.kuali.student.contract.model with type parameters of type ServiceMethodError
private  List<ServiceMethodError> ServiceMethod.errors
           
 

Methods in org.kuali.student.contract.model that return types with arguments of type ServiceMethodError
 List<ServiceMethodError> ServiceMethod.getErrors()
           
 

Method parameters in org.kuali.student.contract.model with type arguments of type ServiceMethodError
 void ServiceMethod.setErrors(List<ServiceMethodError> errors)
           
 

Uses of ServiceMethodError in org.kuali.student.contract.model.validation
 

Fields in org.kuali.student.contract.model.validation declared as ServiceMethodError
private  ServiceMethodError ServiceMethodErrorValidator.error
           
 

Constructors in org.kuali.student.contract.model.validation with parameters of type ServiceMethodError
ServiceMethodErrorValidator(ServiceMethodError error, ServiceMethod method)
           
 

Uses of ServiceMethodError in org.kuali.student.contract.writer.service
 

Fields in org.kuali.student.contract.writer.service declared as ServiceMethodError
private  ServiceMethodError ServiceExceptionWriter.error
          Deprecated.  
 

Methods in org.kuali.student.contract.writer.service that return types with arguments of type ServiceMethodError
private  Map<String,ServiceMethodError> PureJavaInfcWriter.getServiceMethodErrors()
           
 

Methods in org.kuali.student.contract.writer.service with parameters of type ServiceMethodError
private  String PureJavaInfcServiceWriter.calcExceptionClassName(ServiceMethodError error)
           
private  String PureJavaInfcServiceWriter.calcExceptionPackageName(ServiceMethodError error)
           
 

Constructors in org.kuali.student.contract.writer.service with parameters of type ServiceMethodError
ServiceExceptionWriter(ServiceContractModel model, String directory, String rootPackage, ServiceMethodError error)
          Deprecated.  
 



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