| 
 | ||||||||||
| 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.
| 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 | 
|  String | toString()Gets the structure of this object as a String. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| 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 ServiceContractModelpublic String toString()
ServiceContractModel
toString in interface ServiceContractModeltoString in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||