com.retek.component.item.impl.persistence.db.oracle
Class OracleSellableItemRetriever
java.lang.Object
com.retek.commons.domain.core.persistence.db.DbOperation
com.retek.component.item.impl.persistence.db.oracle.OracleSellableItemRetriever
- public class OracleSellableItemRetriever
- extends DbOperation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleSellableItemRetriever
public OracleSellableItemRetriever(java.sql.Connection connectionVal)
OracleSellableItemRetriever
public OracleSellableItemRetriever(DbOperation parentOperation)
find
public java.util.Set find(ItemSearchCriteria criteria,
boolean isLevelOne)
throws SystemException
- Throws:
SystemException
find
public java.util.Collection find(java.lang.String parentItemId)
throws SystemException
- Throws:
SystemException
findIds
public java.util.Set findIds(ItemSearchCriteria criteria,
boolean isLevelOne)
throws SystemException
- Throws:
SystemException
readSellableItems
public java.util.Set readSellableItems(java.util.Set sellableItemIds)
throws SystemException
- Throws:
SystemException
readExistingSellableItems
public java.util.Set readExistingSellableItems(java.util.Set itemIds)
throws SystemException
- Throws:
SystemException
readPacks
public java.util.Set readPacks(java.util.Set packIds)
throws SystemException
- Throws:
SystemException
readPack
public PackDto readPack(java.lang.String packId)
throws SystemException
- Throws:
SystemException
readSkus
public java.util.Set readSkus(java.util.Set skuIds)
throws SystemException
- Throws:
SystemException
readSku
public SkuDto readSku(java.lang.String skuId)
throws SystemException
- Throws:
SystemException
doPerform
protected void doPerform()
throws java.sql.SQLException,
SystemException
- Specified by:
doPerform
in class DbOperation
- Throws:
java.sql.SQLException
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28