com.retek.component.supplier.impl.persistence.cache
Class CacheSupplierDao

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.persistence.cache.CacheDao
      extended bycom.retek.component.supplier.impl.persistence.cache.CacheSupplierDao
All Implemented Interfaces:
SupplierDao

public class CacheSupplierDao
extends CacheDao
implements SupplierDao


Constructor Summary
CacheSupplierDao()
           
 
Method Summary
 java.util.Set findSuppliers(SupplierSearchCriteria criteria)
           
protected  java.util.HashMap getMap()
           
 java.lang.String getNextSupplierLocationId()
           
 java.lang.String getNextSupplierMethodId()
           
static java.lang.String getSizeReport()
           
 SupplierDto read(java.lang.String id)
           
static void reset()
           
 SupplierDto submit(SupplierDto 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

CacheSupplierDao

public CacheSupplierDao()
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()

submit

public SupplierDto submit(SupplierDto dto)
                   throws SystemException
Specified by:
submit in interface SupplierDao
Throws:
SystemException

read

public SupplierDto read(java.lang.String id)
                 throws SystemException
Specified by:
read in interface SupplierDao
Throws:
SystemException

findSuppliers

public java.util.Set findSuppliers(SupplierSearchCriteria criteria)
                            throws SystemException
Specified by:
findSuppliers in interface SupplierDao
Throws:
SystemException

getNextSupplierLocationId

public java.lang.String getNextSupplierLocationId()
                                           throws SystemException
Specified by:
getNextSupplierLocationId in interface SupplierDao
Throws:
SystemException

getNextSupplierMethodId

public java.lang.String getNextSupplierMethodId()
                                         throws SystemException
Specified by:
getNextSupplierMethodId in interface SupplierDao
Throws:
SystemException


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