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

All Known Implementing Classes:
CacheItemClassDao, OracleItemClassDao

public interface ItemClassDao


Method Summary
 java.util.Set find(java.lang.String departmentId)
           
 ItemClassDto persist(ItemClassDto dto)
           
 ItemClassDto read(java.lang.String departmentId, java.lang.String itemClassId)
           
 

Method Detail

read

public ItemClassDto read(java.lang.String departmentId,
                         java.lang.String itemClassId)
                  throws InvalidIdException,
                         SystemException
Throws:
InvalidIdException
SystemException

persist

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

find

public java.util.Set find(java.lang.String departmentId)
                   throws SystemException
Throws:
SystemException


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