|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||