| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.contract.model.impl.ServiceContractModelCache
public class ServiceContractModelCache
This reads the supplied spreadsheet but then caches it so it doesn't have to re-read it again.
| Field Summary | |
|---|---|
private  List<MessageStructure> | 
messageStructures
 | 
private  ServiceContractModel | 
model
 | 
private  List<ServiceMethod> | 
serviceMethods
 | 
private  List<Service> | 
services
 | 
private  List<XmlType> | 
xmlTypes
 | 
| Constructor Summary | |
|---|---|
ServiceContractModelCache(ServiceContractModel model)
 | 
|
| Method Summary | |
|---|---|
 List<MessageStructure> | 
getMessageStructures()
Get Message Structure Definitions  | 
 List<ServiceMethod> | 
getServiceMethods()
Get service methods  | 
 List<Service> | 
getServices()
get the service definitions  | 
 List<String> | 
getSourceNames()
 | 
 List<XmlType> | 
getXmlTypes()
load xml types  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
private ServiceContractModel model
private List<ServiceMethod> serviceMethods
private List<XmlType> xmlTypes
private List<MessageStructure> messageStructures
private List<Service> services
| Constructor Detail | 
|---|
public ServiceContractModelCache(ServiceContractModel model)
| Method Detail | 
|---|
public List<ServiceMethod> getServiceMethods()
ServiceContractModel
getServiceMethods in interface ServiceContractModelpublic List<XmlType> getXmlTypes()
ServiceContractModel
getXmlTypes in interface ServiceContractModelpublic List<MessageStructure> getMessageStructures()
ServiceContractModel
getMessageStructures in interface ServiceContractModelpublic List<Service> getServices()
ServiceContractModel
getServices in interface ServiceContractModelpublic List<String> getSourceNames()
getSourceNames in interface ServiceContractModel
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||