|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.payment.impl.persistence.db.oracle.OracleAvsCodeDao
Constructor Summary | |
OracleAvsCodeDao()
|
Method Summary | |
java.util.Set |
findAllAvsCodes()
Finds all persisted AvsCodes. |
AvsCodeDto |
readAvsCode(java.lang.String avsCode)
Reads a specific AvsCode based on the id. |
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 |
public OracleAvsCodeDao()
Method Detail |
public java.util.Set findAllAvsCodes() throws SystemException
AvsCodeDao
findAllAvsCodes
in interface AvsCodeDao
AvsCodeDto
SystemException
public AvsCodeDto readAvsCode(java.lang.String avsCode) throws InvalidIdException, BusinessException, SystemException
AvsCodeDao
readAvsCode
in interface AvsCodeDao
avsCode
- id that represents the AvsCode to be read
InvalidIdException
- thrown when the id passed
in is not a valid persisted avs code id
BusinessException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |