com.retek.component.item.impl.persistence
Interface ItemSubclassDao
- All Known Implementing Classes:
- CacheItemSubclassDao, OracleItemSubclassDao
- public interface ItemSubclassDao
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