com.retek.component.item.impl.persistence
Interface DepartmentDao

All Known Implementing Classes:
CacheDepartmentDao, OracleDepartmentDao

public interface DepartmentDao


Method Summary
 java.util.Set findAll()
           
 DepartmentDto persist(DepartmentDto dto)
           
 DepartmentDto read(java.lang.String id)
           
 

Method Detail

read

public DepartmentDto read(java.lang.String id)
                   throws InvalidIdException,
                          SystemException
Throws:
InvalidIdException
SystemException

persist

public DepartmentDto persist(DepartmentDto dto)
                      throws SystemException
Throws:
SystemException

findAll

public java.util.Set findAll()
                      throws SystemException
Throws:
SystemException


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