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

All Known Implementing Classes:
CacheItemSubclassDao, OracleItemSubclassDao

public interface ItemSubclassDao


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

Method Detail

read

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

persist

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

find

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


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