com.retek.component.item.impl.persistence
Interface PackDao
- All Known Implementing Classes:
- CachePackDao, OraclePackDao
- public interface PackDao
readPack
public PackDto readPack(java.lang.String id)
throws SystemException,
InvalidIdException
- Throws:
SystemException
InvalidIdException
readPacks
public java.util.Set readPacks(java.util.Set ids)
throws SystemException,
InvalidIdException
- Throws:
SystemException
InvalidIdException
submit
public PackDto submit(PackDto dto)
throws SystemException
- Throws:
SystemException
find
public java.util.Set find(ItemSearchCriteria searchCriteria)
throws SystemException
- Throws:
SystemException
findIds
public java.util.Set findIds(ItemSearchCriteria searchCriteria)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28