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
 

Fields in org.kuali.student.contract.model.impl with type parameters of type ServiceMethod
private  List<ServiceMethod> ServiceContractModelPescXsdLoader.serviceMethods
           
private  List<ServiceMethod> ServiceContractModelQDoxLoader.serviceMethods
           
private  List<ServiceMethod> ServiceContractModelCache.serviceMethods
           
 

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

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

Fields in org.kuali.student.contract.model.util declared as ServiceMethod
private  ServiceMethod ServiceMethodDumper.method
           
 

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)
           
private  Set<ServiceMethod> HtmlContractMessageStructureWriter.calcUsageByMethods(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
 

Fields in org.kuali.student.contract.model.validation declared as ServiceMethod
private  ServiceMethod ServiceMethodValidator.method
           
private  ServiceMethod ServiceMethodParameterValidator.method
           
private  ServiceMethod ServiceMethodErrorValidator.method
           
private  ServiceMethod ServiceMethodReturnValueValidator.serviceMethod
           
 

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
 

Fields in org.kuali.student.contract.writer.service with type parameters of type ServiceMethod
private  List<ServiceMethod> PureJavaInfcServiceWriter.methods
           
 

Method parameters in org.kuali.student.contract.writer.service with type arguments of type ServiceMethod
private  Set<XmlType> PureJavaInfcWriterForOneService.getXmlTypesUsedByService(List<ServiceMethod> methods)
           
 

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



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