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

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.item.impl.persistence.db.oracle.OracleSkuDao
All Implemented Interfaces:
SkuDao

public class OracleSkuDao
extends AbstractOracleDao
implements SkuDao


Constructor Summary
OracleSkuDao()
           
 
Method Summary
 void delete(SkuDto dto)
           
 java.util.Collection findIds(ItemSearchCriteria searchCriteria)
           
 java.util.Collection findLevelOneSellableItems(ItemSearchCriteria searchCriteria)
           
 java.util.Collection findLevelOneSkuIds(ItemSearchCriteria searchCriteria)
           
 java.util.Collection findSellableItems(ItemSearchCriteria searchCriteria)
           
 java.util.Collection findSellableItems(java.lang.String itemParentId)
           
 SkuDto readSku(java.lang.String id)
           
 java.util.Set readSkus(java.util.Set ids)
           
 SkuDto submit(SkuDto dto)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache, getDaoResourceProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleSkuDao

public OracleSkuDao()
Method Detail

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