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

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

public class CacheItemSubclassDao
extends CacheDao
implements ItemSubclassDao


Constructor Summary
CacheItemSubclassDao()
           
 
Method Summary
 java.util.Set find(java.lang.String departmentId, java.lang.String itemClassId)
           
protected  java.util.HashMap getMap()
           
static java.lang.String getSizeReport()
           
 ItemSubclassDto persist(ItemSubclassDto dto)
           
 ItemSubclassDto read(java.lang.String departmentId, java.lang.String itemClassId, java.lang.String itemSubclassId)
           
static void reset()
           
 
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

CacheItemSubclassDao

public CacheItemSubclassDao()
Method Detail

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