com.retek.component.payment.impl.persistence.cache
Class CacheAvsCodeDao
java.lang.Object
com.retek.commons.domain.core.impl.persistence.cache.CacheDao
com.retek.component.payment.impl.persistence.cache.CacheAvsCodeDao
- All Implemented Interfaces:
- AvsCodeDao
- public class CacheAvsCodeDao
- extends CacheDao
- implements AvsCodeDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheAvsCodeDao
public CacheAvsCodeDao()
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