|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains all methods for accessing persisted tender types and tender type groups.
Method Summary | |
java.util.List |
findAllTenderTypeGroups()
Finds all persisted tender type groups. |
java.util.List |
findAllTenderTypes()
Finds all persisted tender types. |
java.util.List |
findTenderTypes(TenderTypeSearchCriteria criteria)
Finds all persisted tender types that match the search criteria. |
PaymentPlanCodeDto |
readPaymentPlanCode(DistributedReference ref)
Reads a specific payment plan code based on the reference. |
TenderTypeDto |
readTenderType(DistributedReference ref)
Reads a specific tender type based on the reference. |
TenderTypeGroupDto |
readTenderTypeGroup(DistributedReference ref)
Reads a specific tender type group based on the reference. |
Method Detail |
public java.util.List findAllTenderTypeGroups() throws SystemException
SystemException
public java.util.List findAllTenderTypes() throws SystemException
SystemException
public java.util.List findTenderTypes(TenderTypeSearchCriteria criteria) throws SystemException
criteria
- search criteria to filter the results
SystemException
public TenderTypeDto readTenderType(DistributedReference ref) throws SystemException
ref
- reference of the tender type to be read
InvalidReferenceException
- thrown when the reference passed
in is not a valid persisted tender type.
SystemException
public TenderTypeGroupDto readTenderTypeGroup(DistributedReference ref) throws SystemException
ref
- reference of the tender type group to be read
InvalidReferenceException
- thrown when the reference passed
in is not a valid persisted tender type group.
SystemException
public PaymentPlanCodeDto readPaymentPlanCode(DistributedReference ref) throws SystemException
ref
- reference of the payment plan code to be read
InvalidReferenceException
- thrown when the reference passed
in is not a valid persisted payment plan code.
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |