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

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

public class CacheDifferentiatorTypeDao
extends CacheDao
implements DifferentiatorTypeDao


Constructor Summary
CacheDifferentiatorTypeDao()
           
 
Method Summary
 void delete(DifferentiatorTypeDto dto)
           
protected  java.util.HashMap getMap()
           
static java.lang.String getSizeReport()
           
 DifferentiatorTypeDto read(java.lang.String id)
           
static void reset()
           
 DifferentiatorTypeDto submit(DifferentiatorTypeDto dto)
           
 
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

CacheDifferentiatorTypeDao

public CacheDifferentiatorTypeDao()
Method Detail

getMap

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

reset

public static void reset()

getSizeReport

public static java.lang.String getSizeReport()

read

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

submit

public DifferentiatorTypeDto submit(DifferentiatorTypeDto dto)
                             throws SystemException
Specified by:
submit in interface DifferentiatorTypeDao
Throws:
SystemException

delete

public void delete(DifferentiatorTypeDto dto)
            throws SystemException
Throws:
SystemException


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