com.retek.component.item.impl.persistence.db.oracle
Class OracleSellableItemRetriever

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.DbOperation
      extended bycom.retek.component.item.impl.persistence.db.oracle.OracleSellableItemRetriever

public class OracleSellableItemRetriever
extends DbOperation


Field Summary
 
Fields inherited from class com.retek.commons.domain.core.persistence.db.DbOperation
DUMMY_VERSION_UNTIL_VERSION_COLUMN_ADDED
 
Constructor Summary
OracleSellableItemRetriever(java.sql.Connection connectionVal)
           
OracleSellableItemRetriever(DbOperation parentOperation)
           
 
Method Summary
protected  void doPerform()
           
 java.util.Set find(ItemSearchCriteria criteria, boolean isLevelOne)
           
 java.util.Collection find(java.lang.String parentItemId)
           
 java.util.Set findIds(ItemSearchCriteria criteria, boolean isLevelOne)
           
 java.util.Set readExistingSellableItems(java.util.Set itemIds)
           
 PackDto readPack(java.lang.String packId)
           
 java.util.Set readPacks(java.util.Set packIds)
           
 java.util.Set readSellableItems(java.util.Set sellableItemIds)
           
 SkuDto readSku(java.lang.String skuId)
           
 java.util.Set readSkus(java.util.Set skuIds)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.DbOperation
checkUpdate, close, getCallableStatement, getConnection, getRetekPreparedStatement, getStatement, perform, setInitialState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleSellableItemRetriever

public OracleSellableItemRetriever(java.sql.Connection connectionVal)

OracleSellableItemRetriever

public OracleSellableItemRetriever(DbOperation parentOperation)
Method Detail

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