| Modifier and Type | Method and Description | 
|---|---|
static ServiceMethod | 
AdminUiLookupableWriter.findSearchMethod(XmlType xmlType,
                                List<ServiceMethod> methods)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ServiceMethod | 
AdminUiLookupableWriter.findSearchMethod(XmlType xmlType,
                                List<ServiceMethod> methods)  | 
| Constructor and Description | 
|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ServiceMethod> | 
ServiceContractModel.getServiceMethods()
Get service methods 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ServiceMethod> | 
ServiceContractModelQDoxLoader.getServiceMethods()  | 
List<ServiceMethod> | 
ServiceContractModelPescXsdLoader.getServiceMethods()  | 
List<ServiceMethod> | 
ServiceContractModelCache.getServiceMethods()  | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceMethod | 
ModelFinder.findServiceMethod(String service,
                                  String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Set<ServiceMethod> | 
HtmlContractMessageStructureWriter.calcUsageByMethods(ServiceContractModel mdl,
                                    XmlType xmlType)  | 
List<ServiceMethod> | 
ModelFinder.findServiceMethods(String service)  | 
List<ServiceMethod> | 
ModelFinder.getServiceMethodsInService(String service)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HtmlContractServiceWriter.writeMethod(ServiceMethod method)  | 
| Constructor and Description | 
|---|
ServiceMethodDumper(ServiceMethod method,
                                      PrintStream out)  | 
| Constructor and Description | 
|---|
ServiceMethodErrorValidator(ServiceMethodError error,
                                                      ServiceMethod method)  | 
ServiceMethodParameterValidator(ServiceMethodParameter parameter,
                                                              ServiceMethod method)  | 
ServiceMethodReturnValueValidator(ServiceMethodReturnValue returnValue,
                                                                  ServiceMethod serviceMethod)  | 
ServiceMethodValidator(ServiceMethod method,
                                            ServiceContractModel model)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
EachMethodServiceWriterForOneMethod.calcClassName(String servKey,
                          ServiceMethod method)  | 
| Constructor and Description | 
|---|
EachMethodServiceWriterForOneMethod(ServiceContractModel model,
                                                                      String directory,
                                                                      String rootPackage,
                                                                      String servKey,
                                                                      ServiceMethod method)  | 
| Constructor and Description | 
|---|
PureJavaInfcServiceWriter(ServiceContractModel model,
                                                  String directory,
                                                  String rootPackage,
                                                  String servKey,
                                                  List<ServiceMethod> methods)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<ServiceMethod> | 
JpaImplServiceWriter.methods  | 
| Modifier and Type | Method and Description | 
|---|---|
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 JpaImplServiceWriter.MethodType | 
JpaImplServiceWriter.calcMethodType(ServiceMethod method)
Analyses the method and returns a MethodType enum that describes what
 type of method this is. 
 | 
protected JpaEntityWriter.MethodType | 
JpaEntityWriter.calcMethodType(ServiceMethod method)
Analyses the method and returns a MethodType enum that describes what
 type of method this is. 
 | 
protected String | 
JpaAttributeEntityWriter.calcObjectName(ServiceMethod method)  | 
protected String | 
JpaDaoWriter.calcObjectName(ServiceMethod method)  | 
protected String | 
JpaImplServiceWriter.calcObjectName(ServiceMethod method)  | 
protected String | 
JpaEntityWriter.calcObjectName(ServiceMethod method)  | 
| Constructor and Description | 
|---|
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)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<ServiceMethod> | 
MockImplServiceWriter.methods  | 
| Modifier and Type | Method and Description | 
|---|---|
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 and Description | 
|---|
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)  | 
| Constructor and Description | 
|---|
RemoteImplServiceTestWriter(ServiceContractModel model,
                                                      String directory,
                                                      String rootPackage,
                                                      String servKey,
                                                      List<ServiceMethod> methods)  | 
RemoteImplServiceWriter(ServiceContractModel model,
                                              String directory,
                                              String rootPackage,
                                              String servKey,
                                              List<ServiceMethod> methods)  | 
| Constructor and Description | 
|---|
ValidationDecoratorServiceWriter(ServiceContractModel model,
                                                                String directory,
                                                                String rootPackage,
                                                                String servKey,
                                                                List<ServiceMethod> methods)  | 
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.