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

Packages that use ServiceMethod
org.kuali.student.contract.model   
org.kuali.student.contract.model.impl   
org.kuali.student.contract.model.util   
org.kuali.student.contract.model.validation   
org.kuali.student.contract.writer.service   
 

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

Methods in org.kuali.student.contract.model that return types with arguments of type ServiceMethod
 List<ServiceMethod> ServiceContractModel.getServiceMethods()
          Get service methods
 

Uses of ServiceMethod in org.kuali.student.contract.model.impl
 

Methods in org.kuali.student.contract.model.impl that return types with arguments of type ServiceMethod
 List<ServiceMethod> ServiceContractModelQDoxLoader.getServiceMethods()
           
 List<ServiceMethod> ServiceContractModelPescXsdLoader.getServiceMethods()
           
 List<ServiceMethod> ServiceContractModelCache.getServiceMethods()
           
 

Uses of ServiceMethod in org.kuali.student.contract.model.util
 

Methods in org.kuali.student.contract.model.util that return ServiceMethod
 ServiceMethod ModelFinder.findServiceMethod(String service, String name)
           
 

Methods in org.kuali.student.contract.model.util that return types with arguments of type ServiceMethod
static Set<ServiceMethod> HtmlContractMessageStructureWriter.calcUsageByMethods(ServiceContractModel mdl, XmlType xmlType)
           
 List<ServiceMethod> ModelFinder.findServiceMethods(String service)
           
 List<ServiceMethod> ModelFinder.getServiceMethodsInService(String service)
           
 

Methods in org.kuali.student.contract.model.util with parameters of type ServiceMethod
 void HtmlContractServiceWriter.writeMethod(ServiceMethod method)
           
 

Constructors in org.kuali.student.contract.model.util with parameters of type ServiceMethod
ServiceMethodDumper(ServiceMethod method, PrintStream out)
           
 

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

Constructors in org.kuali.student.contract.model.validation with parameters of type ServiceMethod
ServiceMethodErrorValidator(ServiceMethodError error, ServiceMethod method)
           
ServiceMethodParameterValidator(ServiceMethodParameter parameter, ServiceMethod method)
           
ServiceMethodReturnValueValidator(ServiceMethodReturnValue returnValue, ServiceMethod serviceMethod)
           
ServiceMethodValidator(ServiceMethod method, ServiceContractModel model)
           
 

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

Methods in org.kuali.student.contract.writer.service with parameters of type ServiceMethod
static String EachMethodServiceWriterForOneMethod.calcClassName(String servKey, ServiceMethod method)
           
 

Constructors in org.kuali.student.contract.writer.service with parameters of type ServiceMethod
EachMethodServiceWriterForOneMethod(ServiceContractModel model, String directory, String rootPackage, String servKey, ServiceMethod method)
           
 

Constructor parameters in org.kuali.student.contract.writer.service with type arguments of type ServiceMethod
MockImplServiceWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods, boolean isR1)
           
PureJavaInfcServiceWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods)
           
ValidationDecoratorServiceWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods)
           
 



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