com.retek.component.item.impl.persistence.cache
Class CacheSkuDao

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.persistence.cache.CacheDao
      extended bycom.retek.component.item.impl.persistence.cache.CacheSkuDao
All Implemented Interfaces:
SkuDao

public class CacheSkuDao
extends CacheDao
implements SkuDao


Constructor Summary
CacheSkuDao()
           
 
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)
           
protected  java.util.HashMap getMap()
           
static java.lang.String getSizeReport()
           
 SkuDto readSku(java.lang.String id)
           
 java.util.Set readSkus(java.util.Set ids)
           
static void reset()
           
 SkuDto submit(SkuDto dto)
           
 
Methods inherited from class com.retek.commons.domain.core.impl.persistence.cache.CacheDao
deleteDto, findAllDtos, getLogger, getNextId, isWildCardEqual, readDto, submitDto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheSkuDao

public CacheSkuDao()
Method Detail

getMap

protected java.util.HashMap getMap()
Specified by:
getMap in class CacheDao

reset

public static void reset()

getSizeReport

public static java.lang.String getSizeReport()

readSkus

public java.util.Set readSkus(java.util.Set ids)
                       throws SystemException,
                              InvalidIdException
Specified by:
readSkus in interface SkuDao
Throws:
SystemException
InvalidIdException

delete

public void delete(SkuDto dto)
            throws SystemException
Specified by:
delete 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(ItemSearchCriteria searchCriteria)
                                       throws SystemException
Specified by:
findSellableItems in interface SkuDao
Throws:
SystemException

findLevelOneSkuIds

public java.util.Collection findLevelOneSkuIds(ItemSearchCriteria searchCriteria)
                                        throws SystemException
Specified by:
findLevelOneSkuIds in interface SkuDao
Throws:
SystemException

findIds

public java.util.Collection findIds(ItemSearchCriteria searchCriteria)
                             throws SystemException
Specified by:
findIds in interface SkuDao
Throws:
SystemException

readSku

public SkuDto readSku(java.lang.String id)
               throws SystemException,
                      InvalidIdException
Specified by:
readSku in interface SkuDao
Throws:
SystemException
InvalidIdException

submit

public SkuDto submit(SkuDto dto)
              throws SystemException
Specified by:
submit in interface SkuDao
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28