com.retek.component.item.impl.persistence
Interface SkuDao
- All Known Implementing Classes:
- CacheSkuDao, OracleSkuDao
- public interface SkuDao
readSku
public SkuDto readSku(java.lang.String id)
throws SystemException,
InvalidIdException
- Throws:
SystemException
InvalidIdException
readSkus
public java.util.Set readSkus(java.util.Set ids)
throws SystemException,
InvalidIdException
- Throws:
SystemException
InvalidIdException
submit
public SkuDto submit(SkuDto dto)
throws SystemException
- Throws:
SystemException
delete
public void delete(SkuDto dto)
throws SystemException
- Throws:
SystemException
findSellableItems
public java.util.Collection findSellableItems(ItemSearchCriteria searchCriteria)
throws SystemException
- Throws:
SystemException
findIds
public java.util.Collection findIds(ItemSearchCriteria searchCriteria)
throws SystemException
- Throws:
SystemException
findLevelOneSellableItems
public java.util.Collection findLevelOneSellableItems(ItemSearchCriteria searchCriteria)
throws SystemException
- Throws:
SystemException
findLevelOneSkuIds
public java.util.Collection findLevelOneSkuIds(ItemSearchCriteria searchCriteria)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28