com.retek.component.item.impl.persistence.db.oracle
Class OracleDepartmentDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.item.impl.persistence.db.oracle.OracleDepartmentDao
All Implemented Interfaces:
DepartmentDao

public class OracleDepartmentDao
extends AbstractOracleDao
implements DepartmentDao


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

OracleDepartmentDao

public OracleDepartmentDao()
Method Detail

persist

public DepartmentDto persist(DepartmentDto dto)
                      throws SystemException
Specified by:
persist in interface DepartmentDao
Throws:
SystemException

read

public DepartmentDto read(java.lang.String id)
                   throws InvalidIdException,
                          SystemException
Specified by:
read in interface DepartmentDao
Throws:
InvalidIdException
SystemException

findAll

public java.util.Set findAll()
                      throws SystemException
Specified by:
findAll in interface DepartmentDao
Throws:
SystemException


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