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

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

public class CacheAvsCodeDao
extends CacheDao
implements AvsCodeDao


Constructor Summary
CacheAvsCodeDao()
           
 
Method Summary
 java.util.Set findAllAvsCodes()
          Finds all persisted AvsCodes.
protected  java.util.HashMap getMap()
           
static java.lang.String getSizeReport()
           
 AvsCodeDto readAvsCode(java.lang.String avsCode)
          Reads a specific AvsCode based on the id.
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

CacheAvsCodeDao

public CacheAvsCodeDao()
Method Detail

reset

public static void reset()

getMap

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

getSizeReport

public static java.lang.String getSizeReport()

findAllAvsCodes

public java.util.Set findAllAvsCodes()
                              throws SystemException
Description copied from interface: AvsCodeDao
Finds all persisted AvsCodes.

Specified by:
findAllAvsCodes in interface AvsCodeDao
Returns:
collection of AvsCodeDto
Throws:
SystemException

readAvsCode

public AvsCodeDto readAvsCode(java.lang.String avsCode)
                       throws InvalidIdException,
                              BusinessException,
                              SystemException
Description copied from interface: AvsCodeDao
Reads a specific AvsCode based on the id.

Specified by:
readAvsCode in interface AvsCodeDao
Parameters:
avsCode - id that represents the AvsCode to be read
Returns:
AvsCodeDto specified by the id
Throws:
InvalidIdException - thrown when the id passed in is not a valid persisted avs code id
BusinessException
SystemException


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