|
|||||||||||
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.item.impl.persistence.db.oracle.OracleDepartmentDao
Constructor Summary | |
OracleDepartmentDao()
|
Method Summary | |
java.util.Set |
findAll()
|
DepartmentDto |
persist(DepartmentDto dto)
|
DepartmentDto |
read(java.lang.String 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 OracleDepartmentDao()
Method Detail |
public DepartmentDto persist(DepartmentDto dto) throws SystemException
persist
in interface DepartmentDao
SystemException
public DepartmentDto read(java.lang.String id) throws InvalidIdException, SystemException
read
in interface DepartmentDao
InvalidIdException
SystemException
public java.util.Set findAll() throws SystemException
findAll
in interface DepartmentDao
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |