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

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

public class CacheDepartmentDao
extends CacheDao
implements DepartmentDao


Constructor Summary
CacheDepartmentDao()
           
 
Method Summary
 java.util.Set findAll()
           
protected  java.util.HashMap getMap()
           
static java.lang.String getSizeReport()
           
 DepartmentDto persist(DepartmentDto dto)
           
 DepartmentDto read(java.lang.String id)
           
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

CacheDepartmentDao

public CacheDepartmentDao()
Method Detail

getMap

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

read

public DepartmentDto read(java.lang.String id)
                   throws InvalidIdException,
                          SystemException
Specified by:
read in interface DepartmentDao
Throws:
InvalidIdException
SystemException

persist

public DepartmentDto persist(DepartmentDto dto)
                      throws SystemException
Specified by:
persist in interface DepartmentDao
Throws:
SystemException

findAll

public java.util.Set findAll()
                      throws SystemException
Specified by:
findAll in interface DepartmentDao
Throws:
SystemException

getSizeReport

public static java.lang.String getSizeReport()

reset

public static void reset()


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