com.retek.component.item.impl.persistence.cache
Class CacheSkuDao
java.lang.Object
com.retek.commons.domain.core.impl.persistence.cache.CacheDao
com.retek.component.item.impl.persistence.cache.CacheSkuDao
- All Implemented Interfaces:
- SkuDao
- public class CacheSkuDao
- extends CacheDao
- implements SkuDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheSkuDao
public CacheSkuDao()
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