com.retek.component.item.impl.persistence.db.oracle
Class OracleSkuDao
java.lang.Object
com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.item.impl.persistence.db.oracle.OracleSkuDao
- All Implemented Interfaces:
- SkuDao
- public class OracleSkuDao
- extends AbstractOracleDao
- implements SkuDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleSkuDao
public OracleSkuDao()
readSku
public SkuDto readSku(java.lang.String id)
throws SystemException,
InvalidIdException
- Specified by:
readSku
in interface SkuDao
- Throws:
SystemException
InvalidIdException
readSkus
public java.util.Set readSkus(java.util.Set ids)
throws SystemException,
InvalidIdException
- Specified by:
readSkus
in interface SkuDao
- Throws:
SystemException
InvalidIdException
submit
public SkuDto submit(SkuDto dto)
throws SystemException
- Specified by:
submit
in interface SkuDao
- Throws:
SystemException
delete
public void delete(SkuDto dto)
throws SystemException
- Specified by:
delete
in interface SkuDao
- Throws:
SystemException
findSellableItems
public java.util.Collection findSellableItems(ItemSearchCriteria searchCriteria)
throws SystemException
- Specified by:
findSellableItems
in interface SkuDao
- Throws:
SystemException
findLevelOneSellableItems
public java.util.Collection findLevelOneSellableItems(ItemSearchCriteria searchCriteria)
throws SystemException
- Specified by:
findLevelOneSellableItems
in interface SkuDao
- Throws:
SystemException
findSellableItems
public java.util.Collection findSellableItems(java.lang.String itemParentId)
throws SystemException
- Throws:
SystemException
findIds
public java.util.Collection findIds(ItemSearchCriteria searchCriteria)
throws SystemException
- Specified by:
findIds
in interface SkuDao
- Throws:
SystemException
findLevelOneSkuIds
public java.util.Collection findLevelOneSkuIds(ItemSearchCriteria searchCriteria)
throws SystemException
- Specified by:
findLevelOneSkuIds
in interface SkuDao
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28