|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServiceContractModel in org.kuali.student.admin.ui.mojo |
---|
Constructors in org.kuali.student.admin.ui.mojo with parameters of type ServiceContractModel | |
---|---|
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)
|
|
AdminUiWriter(ServiceContractModel model,
String directory,
String rootPackage,
ServicesFilter filter)
|
|
AdminUiWriterForOneService(ServiceContractModel model,
String directory,
String rootPackage,
String servKey)
|
Uses of ServiceContractModel in org.kuali.student.common.mojo |
---|
Methods in org.kuali.student.common.mojo that return ServiceContractModel | |
---|---|
protected ServiceContractModel |
AbstractKSMojo.getModel()
|
Methods in org.kuali.student.common.mojo with parameters of type ServiceContractModel | |
---|---|
protected boolean |
AbstractKSMojo.validate(ServiceContractModel model)
|
Uses of ServiceContractModel in org.kuali.student.contract.model |
---|
Subinterfaces of ServiceContractModel in org.kuali.student.contract.model | |
---|---|
interface |
DictionaryModel
Abstration of the spreadsheet that holds the data so we can implement both google and excel versions as well as caching and expanding ones. |
Uses of ServiceContractModel in org.kuali.student.contract.model.impl |
---|
Classes in org.kuali.student.contract.model.impl that implement ServiceContractModel | |
---|---|
class |
ServiceContractModelCache
This reads the supplied spreadsheet but then caches it so it doesn't have to re-read it again. |
class |
ServiceContractModelPescXsdLoader
|
class |
ServiceContractModelQDoxLoader
|
Constructors in org.kuali.student.contract.model.impl with parameters of type ServiceContractModel | |
---|---|
ServiceContractModelCache(ServiceContractModel model)
|
Uses of ServiceContractModel in org.kuali.student.contract.model.util |
---|
Methods in org.kuali.student.contract.model.util with parameters of type ServiceContractModel | |
---|---|
static Set<XmlType> |
HtmlContractServiceWriter.calcMainMessageStructures(ServiceContractModel mdl,
String serviceOptionaFilter)
|
static Set<String> |
HtmlContractMessageStructureWriter.calcOtherXmlTypeUsages(ServiceContractModel mdl,
XmlType xmlType)
|
static Set<ServiceMethod> |
HtmlContractMessageStructureWriter.calcUsageByMethods(ServiceContractModel mdl,
XmlType xmlType)
|
static Set<String> |
HtmlContractMessageStructureWriter.calcUsageByService(ServiceContractModel mdl,
XmlType xmlType)
|
Constructors in org.kuali.student.contract.model.util with parameters of type ServiceContractModel | |
---|---|
HtmlContractMessageStructureWriter(XmlType xmlType,
String directory,
ServiceContractModel model)
|
|
HtmlContractServiceWriter(Service service,
String directory,
ServiceContractModel model)
|
|
HtmlContractWriter(String directory,
ServiceContractModel model)
|
|
MessageStructureHierarchyDumper(PrintStream out,
ServiceContractModel model)
|
|
ModelFinder(ServiceContractModel model)
|
Uses of ServiceContractModel in org.kuali.student.contract.model.validation |
---|
Constructors in org.kuali.student.contract.model.validation with parameters of type ServiceContractModel | |
---|---|
ServiceContractModelValidator(ServiceContractModel model)
|
|
ServiceMethodValidator(ServiceMethod method,
ServiceContractModel model)
|
|
XmlTypesValidator(XmlType xmlType,
ServiceContractModel model)
|
Uses of ServiceContractModel in org.kuali.student.contract.writer.service |
---|
Methods in org.kuali.student.contract.writer.service with parameters of type ServiceContractModel | |
---|---|
static String |
MessageStructureTypeCalculator.calculate(JavaClassWriter writer,
ServiceContractModel model,
String type,
String realType,
String importPackage)
|
static String |
MessageStructureTypeCalculator.calculate(ServiceContractModel model,
String type,
String realType)
|
Uses of ServiceContractModel in org.kuali.student.datadictionary.util |
---|
Constructors in org.kuali.student.datadictionary.util with parameters of type ServiceContractModel | |
---|---|
KradDictionaryCreator(String directory,
ServiceContractModel model,
String className,
boolean writeManual,
boolean writeGenerated,
Map<String,String> typeOverrides)
|
Uses of ServiceContractModel in org.kuali.student.mock.mojo |
---|
Fields in org.kuali.student.mock.mojo declared as ServiceContractModel | |
---|---|
protected ServiceContractModel |
MockImplWriter.model
|
protected ServiceContractModel |
MockImplServiceWriter.model
|
protected ServiceContractModel |
MockImplWriterForOneService.model
|
Methods in org.kuali.student.mock.mojo with parameters of type ServiceContractModel | |
---|---|
static List<Service> |
ConformanceTestBaseCrudClassServiceWriter.filterServices(ServiceContractModel model,
ServicesFilter filter)
|
Uses of ServiceContractModel in org.kuali.student.remote.impl.mojo |
---|
Constructors in org.kuali.student.remote.impl.mojo with parameters of type ServiceContractModel | |
---|---|
RemoteImplServiceSpringBeanWriter(ServiceContractModel model,
String directory,
String rootPackage)
|
|
RemoteImplServiceTestWriter(ServiceContractModel model,
String directory,
String rootPackage,
String servKey,
List<ServiceMethod> methods)
|
|
RemoteImplServiceWriter(ServiceContractModel model,
String directory,
String rootPackage,
String servKey,
List<ServiceMethod> methods)
|
|
RemoteImplWriter(ServiceContractModel model,
String directory,
String rootPackage,
ServicesFilter filter)
|
|
RemoteImplWriterForOneService(ServiceContractModel model,
String directory,
String rootPackage,
String servKey)
|
Uses of ServiceContractModel in org.kuali.student.validation.decorator.mojo |
---|
Constructors in org.kuali.student.validation.decorator.mojo with parameters of type ServiceContractModel | |
---|---|
ValidationDecoratorServiceWriter(ServiceContractModel model,
String directory,
String rootPackage,
String servKey,
List<ServiceMethod> methods)
|
|
ValidationDecoratorWriter(ServiceContractModel model,
String directory,
String rootPackage,
ServicesFilter filter)
|
|
ValidationDecoratorWriterForOneService(ServiceContractModel model,
String directory,
String rootPackage,
String servKey)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |