com.retek.component.item.impl.persistence.cache
Class CacheItemSubclassDao
java.lang.Object
com.retek.commons.domain.core.impl.persistence.cache.CacheDao
com.retek.component.item.impl.persistence.cache.CacheItemSubclassDao
- All Implemented Interfaces:
- ItemSubclassDao
- public class CacheItemSubclassDao
- extends CacheDao
- implements ItemSubclassDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheItemSubclassDao
public CacheItemSubclassDao()
getMap
protected java.util.HashMap getMap()
- Specified by:
getMap
in class CacheDao
getSizeReport
public static java.lang.String getSizeReport()
read
public ItemSubclassDto read(java.lang.String departmentId,
java.lang.String itemClassId,
java.lang.String itemSubclassId)
throws InvalidIdException,
SystemException
- Specified by:
read
in interface ItemSubclassDao
- Throws:
InvalidIdException
SystemException
persist
public ItemSubclassDto persist(ItemSubclassDto dto)
throws SystemException
- Specified by:
persist
in interface ItemSubclassDao
- Throws:
SystemException
find
public java.util.Set find(java.lang.String departmentId,
java.lang.String itemClassId)
throws SystemException
- Specified by:
find
in interface ItemSubclassDao
- Throws:
SystemException
reset
public static void reset()
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28