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

Packages that use ServiceMethod
org.kuali.student.admin.ui.mojo   
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   
org.kuali.student.jpa.mojo   
org.kuali.student.mock.mojo   
org.kuali.student.remote.impl.mojo   
org.kuali.student.validation.decorator.mojo   
 

Uses of ServiceMethod in org.kuali.student.admin.ui.mojo
 

Methods in org.kuali.student.admin.ui.mojo that return ServiceMethod
static ServiceMethod AdminUiLookupableWriter.findSearchMethod(XmlType xmlType, List<ServiceMethod> methods)
           
 

Method parameters in org.kuali.student.admin.ui.mojo with type arguments of type ServiceMethod
static ServiceMethod AdminUiLookupableWriter.findSearchMethod(XmlType xmlType, List<ServiceMethod> methods)
           
 

Constructor parameters in org.kuali.student.admin.ui.mojo with type arguments of type ServiceMethod
AdminUiInquirableWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, XmlType xmlType, List<ServiceMethod> methods)
           
AdminUiInquiryViewBeanWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, XmlType xmlType, List<ServiceMethod> methods)
           
AdminUiLookupableWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, XmlType xmlType, List<ServiceMethod> methods)
           
AdminUiLookupViewBeanWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, XmlType xmlType, List<ServiceMethod> methods)
           
 

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
PureJavaInfcServiceWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods)
           
 

Uses of ServiceMethod in org.kuali.student.jpa.mojo
 

Fields in org.kuali.student.jpa.mojo with type parameters of type ServiceMethod
protected  List<ServiceMethod> JpaImplServiceWriter.methods
           
 

Methods in org.kuali.student.jpa.mojo with parameters of type ServiceMethod
protected  JpaEntityWriter.MethodType JpaEntityWriter.calcMethodType(ServiceMethod method)
          Analyses the method and returns a MethodType enum that describes what type of method this is.
protected  JpaImplServiceWriter.MethodType JpaImplServiceWriter.calcMethodType(ServiceMethod method)
          Analyses the method and returns a MethodType enum that describes what type of method this is.
protected  JpaAttributeEntityWriter.MethodType JpaAttributeEntityWriter.calcMethodType(ServiceMethod method)
          Analyses the method and returns a MethodType enum that describes what type of method this is.
protected  JpaDaoWriter.MethodType JpaDaoWriter.calcMethodType(ServiceMethod method)
           
protected  String JpaEntityWriter.calcObjectName(ServiceMethod method)
           
protected  String JpaImplServiceWriter.calcObjectName(ServiceMethod method)
           
protected  String JpaAttributeEntityWriter.calcObjectName(ServiceMethod method)
           
protected  String JpaDaoWriter.calcObjectName(ServiceMethod method)
           
 

Constructor parameters in org.kuali.student.jpa.mojo with type arguments of type ServiceMethod
JpaAttributeEntityWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods, XmlType xmlType, boolean isR1, String mainEntityName)
           
JpaAttributeEntityWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods, XmlType xmlType, boolean isR1, String packageName, String className)
           
JpaDaoWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods, XmlType xmlType, boolean isR1)
           
JpaDaoWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods, XmlType xmlType, boolean isR1, String packageName, String className)
           
JpaEntityWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods, XmlType xmlType, boolean isR1)
           
JpaEntityWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods, XmlType xmlType, boolean isR1, String packageName, String className)
           
JpaImplServiceWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods, boolean isR1)
           
JpaImplServiceWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods, boolean isR1, String packageName, String className)
           
 

Uses of ServiceMethod in org.kuali.student.mock.mojo
 

Fields in org.kuali.student.mock.mojo with type parameters of type ServiceMethod
protected  List<ServiceMethod> MockImplServiceWriter.methods
           
 

Methods in org.kuali.student.mock.mojo with parameters of type ServiceMethod
protected  MockImplServiceWriter.MethodType MockImplServiceWriter.calcMethodType(ServiceMethod method)
          Analyses the method and returns a MethodType enum that describes what type of method this is.
protected  String MockImplServiceWriter.calcObjectName(ServiceMethod method)
           
protected  boolean ConformanceTestBaseCrudClassServiceWriter.isServiceMethodTestedAsPartofCrudInBaseConformanceTest(ServiceMethod method)
          Given a method type, returns true if this method is tested as part of CRUD operations tested by the base test conformance class.
 

Constructor parameters in org.kuali.student.mock.mojo with type arguments of type ServiceMethod
ConformanceTestBaseCrudClassServiceWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods, boolean isR1)
           
ConformanceTestBaseCrudClassServiceWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods, boolean isR1, String packageName, String className)
           
ConformanceTestExtendedCrudClassServiceWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods, boolean isR1)
           
MockImplServiceWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods, boolean isR1)
           
MockImplServiceWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods, boolean isR1, String packageName, String className)
           
 

Uses of ServiceMethod in org.kuali.student.remote.impl.mojo
 

Constructor parameters in org.kuali.student.remote.impl.mojo with type arguments of type ServiceMethod
RemoteImplServiceTestWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods)
           
RemoteImplServiceWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods)
           
 

Uses of ServiceMethod in org.kuali.student.validation.decorator.mojo
 

Constructor parameters in org.kuali.student.validation.decorator.mojo with type arguments of type ServiceMethod
ValidationDecoratorServiceWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, List<ServiceMethod> methods)
           
 



Copyright © 2004–2014 The Kuali Foundation. All rights reserved.