|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.payment.impl.persistence.db.oracle.OracleTenderTypeDao
Constructor Summary | |
OracleTenderTypeDao()
|
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. |
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao |
buildReferenceCache, getDaoResourceProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OracleTenderTypeDao()
Method Detail |
public java.util.List findAllTenderTypeGroups() throws SystemException
TenderTypeDao
findAllTenderTypeGroups
in interface TenderTypeDao
SystemException
public TenderTypeDto readTenderType(DistributedReference ref) throws SystemException
TenderTypeDao
readTenderType
in interface TenderTypeDao
ref
- reference of the tender type to be read
SystemException
public TenderTypeGroupDto readTenderTypeGroup(DistributedReference ref) throws SystemException
TenderTypeDao
readTenderTypeGroup
in interface TenderTypeDao
ref
- reference of the tender type group to be read
SystemException
public java.util.List findAllTenderTypes() throws SystemException
TenderTypeDao
findAllTenderTypes
in interface TenderTypeDao
SystemException
public java.util.List findTenderTypes(TenderTypeSearchCriteria criteria) throws SystemException
TenderTypeDao
findTenderTypes
in interface TenderTypeDao
criteria
- search criteria to filter the results
SystemException
public PaymentPlanCodeDto readPaymentPlanCode(DistributedReference ref) throws SystemException
TenderTypeDao
readPaymentPlanCode
in interface TenderTypeDao
ref
- reference of the payment plan code to be read
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |