|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageStructure in org.kuali.student.contract.model |
---|
Methods in org.kuali.student.contract.model that return types with arguments of type MessageStructure | |
---|---|
List<MessageStructure> |
ServiceContractModel.getMessageStructures()
Get Message Structure Definitions |
Uses of MessageStructure in org.kuali.student.contract.model.impl |
---|
Methods in org.kuali.student.contract.model.impl that return types with arguments of type MessageStructure | |
---|---|
List<MessageStructure> |
ServiceContractModelQDoxLoader.getMessageStructures()
|
List<MessageStructure> |
ServiceContractModelPescXsdLoader.getMessageStructures()
|
List<MessageStructure> |
ServiceContractModelCache.getMessageStructures()
|
Uses of MessageStructure in org.kuali.student.contract.model.util |
---|
Methods in org.kuali.student.contract.model.util that return MessageStructure | |
---|---|
MessageStructure |
ModelFinder.findMessageStructure(String xmlType,
String shortName)
|
Methods in org.kuali.student.contract.model.util that return types with arguments of type MessageStructure | |
---|---|
List<MessageStructure> |
ModelFinder.findMessageStructures(String xmlType)
|
Methods in org.kuali.student.contract.model.util with parameters of type MessageStructure | |
---|---|
String |
MessageStructureHierarchyDumper.calcId(MessageStructure ms,
Stack<String> parents)
|
void |
MessageStructureHierarchyDumper.writeTabbedData(MessageStructure ms,
Stack<String> parents)
|
Constructors in org.kuali.student.contract.model.util with parameters of type MessageStructure | |
---|---|
MessageStructureDumper(MessageStructure messageStructure,
PrintStream out)
|
Uses of MessageStructure in org.kuali.student.contract.writer.service |
---|
Constructors in org.kuali.student.contract.writer.service with parameters of type MessageStructure | |
---|---|
GetterSetterNameCalculator(MessageStructure ms,
JavaClassWriter writer,
ServiceContractModel model)
|
Uses of MessageStructure in org.kuali.student.mock.mojo |
---|
Method parameters in org.kuali.student.mock.mojo with type arguments of type MessageStructure | |
---|---|
void |
ConformanceTestBaseCrudClassServiceWriter.writeTestCreate(String dtoObjectName,
List<MessageStructure> messageStructures)
Write the 'test create' portion. |
void |
ConformanceTestBaseCrudClassServiceWriter.writetestCrudXXX_setDTOFieldsForTestCreate(String dtoObjectName,
List<MessageStructure> messageStructures)
Writes the section to set fields specific to this dto for testCreate section. |
void |
ConformanceTestExtendedCrudClassServiceWriter.writetestCrudXXX_setDTOFieldsForTestCreate(String dtoObjectName,
List<MessageStructure> messageStructures)
Writes the section to set fields specific to this dto for testCreate section. |
void |
ConformanceTestBaseCrudClassServiceWriter.writetestCrudXXX_setDTOFieldsForTestReadAfterUpdate(String dtoObjectName,
List<MessageStructure> messageStructures)
Writes the section to set fields specific to this dto for testReadAfterUpdate sections. |
void |
ConformanceTestExtendedCrudClassServiceWriter.writetestCrudXXX_setDTOFieldsForTestReadAfterUpdate(String dtoObjectName,
List<MessageStructure> messageStructures)
Writes the section to set fields specific to this dto for testReadAfterUpdate sections. |
void |
ConformanceTestBaseCrudClassServiceWriter.writetestCrudXXX_setDTOFieldsForTestUpdate(String dtoObjectName,
List<MessageStructure> messageStructures)
Writes the section to set fields specific to this dto for testUpdate sections. |
void |
ConformanceTestExtendedCrudClassServiceWriter.writetestCrudXXX_setDTOFieldsForTestUpdate(String dtoObjectName,
List<MessageStructure> messageStructures)
Writes the section to set fields specific to this dto for testUpdate sections. |
void |
ConformanceTestBaseCrudClassServiceWriter.writetestCrudXXX_testDTOFieldsForTestCreateUpdate(String dtoObjectName,
List<MessageStructure> messageStructures)
Writes the section to test fields specific to this dto for testCreate and testUpdate sections. |
void |
ConformanceTestExtendedCrudClassServiceWriter.writetestCrudXXX_testDTOFieldsForTestCreateUpdate(String dtoObjectName,
List<MessageStructure> messageStructures)
Writes the section to test fields specific to this dto for testCreate and testUpdate sections. |
void |
ConformanceTestBaseCrudClassServiceWriter.writetestCrudXXX_testDTOFieldsForTestReadAfterUpdate(String dtoObjectName,
List<MessageStructure> messageStructures)
Writes the section to test fields specific to this dto for testReadAfterUpdate sections. |
void |
ConformanceTestExtendedCrudClassServiceWriter.writetestCrudXXX_testDTOFieldsForTestReadAfterUpdate(String dtoObjectName,
List<MessageStructure> messageStructures)
Writes the section to test fields specific to this dto for testReadAfterUpdate sections. |
void |
ConformanceTestBaseCrudClassServiceWriter.writeTestDelete(String dtoObjectName,
List<MessageStructure> messageStructures)
Write the 'delete' portion. |
void |
ConformanceTestBaseCrudClassServiceWriter.writeTestReadAfterUpdate(String dtoObjectName,
List<MessageStructure> messageStructures)
Write the 'read after update' portion. |
void |
ConformanceTestBaseCrudClassServiceWriter.writeTestUpdate(String dtoObjectName,
List<MessageStructure> messageStructures)
Write the 'test update' portion. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |