com.retek.component.payment.impl.persistence.cache
Class CacheTenderTypeDao

java.lang.Object
  extended bycom.retek.commons.component.impl.persistence.cache.MemoryDao
      extended bycom.retek.component.payment.impl.persistence.cache.CacheTenderTypeDao
All Implemented Interfaces:
TenderTypeDao

public class CacheTenderTypeDao
extends MemoryDao
implements TenderTypeDao


Field Summary
static java.lang.String BED_AND_BATH_PLCC_DESC
           
static java.lang.String POTTERY_BARN_GOLD_PLCC_DESC
           
 
Constructor Summary
CacheTenderTypeDao()
           
 
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.component.impl.persistence.cache.MemoryDao
doCreateReferenceCache, doCreateReferenceCache, doDelete, doPersist, doPersist, doRead, doRead, getDtosForType, getSizeReport, isWildCardEqual, resetAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POTTERY_BARN_GOLD_PLCC_DESC

public static final java.lang.String POTTERY_BARN_GOLD_PLCC_DESC
See Also:
Constant Field Values

BED_AND_BATH_PLCC_DESC

public static final java.lang.String BED_AND_BATH_PLCC_DESC
See Also:
Constant Field Values
Constructor Detail

CacheTenderTypeDao

public CacheTenderTypeDao()
                   throws SystemException
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

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

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

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

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


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