com.retek.component.payment.impl.persistence.db.oracle
Class OracleTenderTypeDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.payment.impl.persistence.db.oracle.OracleTenderTypeDao
All Implemented Interfaces:
TenderTypeDao

public class OracleTenderTypeDao
extends AbstractOracleDao
implements TenderTypeDao


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

OracleTenderTypeDao

public OracleTenderTypeDao()
Method Detail

findAllTenderTypeGroups

public java.util.List findAllTenderTypeGroups()
                                       throws SystemException
Description copied from interface: TenderTypeDao
Finds all persisted tender type groups.

Specified by:
findAllTenderTypeGroups in interface TenderTypeDao
Returns:
collection of TenderTypeGroupDto's
Throws:
SystemException

readTenderType

public TenderTypeDto readTenderType(DistributedReference ref)
                             throws SystemException
Description copied from interface: TenderTypeDao
Reads a specific tender type based on the reference.

Specified by:
readTenderType in interface TenderTypeDao
Parameters:
ref - reference of the tender type to be read
Returns:
tender type specified by the reference
Throws:
SystemException

readTenderTypeGroup

public TenderTypeGroupDto readTenderTypeGroup(DistributedReference ref)
                                       throws SystemException
Description copied from interface: TenderTypeDao
Reads a specific tender type group based on the reference.

Specified by:
readTenderTypeGroup in interface TenderTypeDao
Parameters:
ref - reference of the tender type group to be read
Returns:
tender type group specified by the reference
Throws:
SystemException

findAllTenderTypes

public java.util.List findAllTenderTypes()
                                  throws SystemException
Description copied from interface: TenderTypeDao
Finds all persisted tender types.

Specified by:
findAllTenderTypes in interface TenderTypeDao
Returns:
collection of TenderTypeDto's
Throws:
SystemException

findTenderTypes

public java.util.List findTenderTypes(TenderTypeSearchCriteria criteria)
                               throws SystemException
Description copied from interface: TenderTypeDao
Finds all persisted tender types that match the search criteria.

Specified by:
findTenderTypes in interface TenderTypeDao
Parameters:
criteria - search criteria to filter the results
Returns:
collection of TenderTypeDto's
Throws:
SystemException

readPaymentPlanCode

public PaymentPlanCodeDto readPaymentPlanCode(DistributedReference ref)
                                       throws SystemException
Description copied from interface: TenderTypeDao
Reads a specific payment plan code based on the reference.

Specified by:
readPaymentPlanCode in interface TenderTypeDao
Parameters:
ref - reference of the payment plan code to be read
Returns:
tender type specified by the reference
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28