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

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.persistence.cache.CacheDao
      extended bycom.retek.component.payment.impl.persistence.cache.CachePaymentDao
All Implemented Interfaces:
PaymentDao

public class CachePaymentDao
extends CacheDao
implements PaymentDao


Constructor Summary
CachePaymentDao()
           
 
Method Summary
 java.util.HashMap getMap()
           
 java.lang.String getNextPaymentAuthorizationId()
          Retrieves the next unique payment authorization id.
static java.lang.String getSizeReport()
           
static void reset()
           
 
Methods inherited from class com.retek.commons.domain.core.impl.persistence.cache.CacheDao
deleteDto, findAllDtos, getLogger, getNextId, isWildCardEqual, readDto, submitDto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachePaymentDao

public CachePaymentDao()
Method Detail

getMap

public java.util.HashMap getMap()
Specified by:
getMap in class CacheDao

reset

public static void reset()

getSizeReport

public static java.lang.String getSizeReport()

getNextPaymentAuthorizationId

public java.lang.String getNextPaymentAuthorizationId()
                                               throws SystemException
Description copied from interface: PaymentDao
Retrieves the next unique payment authorization id.

Specified by:
getNextPaymentAuthorizationId in interface PaymentDao
Returns:
paymentAuthrizationId
Throws:
SystemException


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