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

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

public class CacheItemClassDao
extends CacheDao
implements ItemClassDao


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

CacheItemClassDao

public CacheItemClassDao()
Method Detail

getMap

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

read

public ItemClassDto read(java.lang.String departmentId,
                         java.lang.String itemClassId)
                  throws InvalidIdException,
                         SystemException
Specified by:
read in interface ItemClassDao
Throws:
InvalidIdException
SystemException

persist

public ItemClassDto persist(ItemClassDto dto)
                     throws SystemException
Specified by:
persist in interface ItemClassDao
Throws:
SystemException

getSizeReport

public static java.lang.String getSizeReport()

find

public java.util.Set find(java.lang.String departmentId)
                   throws SystemException
Specified by:
find in interface ItemClassDao
Throws:
SystemException

reset

public static void reset()


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