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

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

public class CacheDirectShipItemSupplierDao
extends CacheDao
implements DirectShipItemSupplierDao


Constructor Summary
CacheDirectShipItemSupplierDao()
           
 
Method Summary
 java.util.Set findDirectShipItemSuppliers(java.lang.String supplierId, java.lang.String itemId, ContactLevelType aContactLevelType)
           
protected  java.util.HashMap getMap()
           
static java.lang.String getSizeReport()
           
 DirectShipItemSupplierDto read(java.lang.String supplierId, java.lang.String itemId, ContactDayType contactDay, ContactLevelType contactLevel)
           
static void reset()
           
static void resetCache()
           
 DirectShipItemSupplierDto submit(DirectShipItemSupplierDto 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

CacheDirectShipItemSupplierDao

public CacheDirectShipItemSupplierDao()
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 DirectShipItemSupplierDto submit(DirectShipItemSupplierDto dto)
                                 throws SystemException
Specified by:
submit in interface DirectShipItemSupplierDao
Throws:
SystemException

read

public DirectShipItemSupplierDto read(java.lang.String supplierId,
                                      java.lang.String itemId,
                                      ContactDayType contactDay,
                                      ContactLevelType contactLevel)
                               throws SystemException
Specified by:
read in interface DirectShipItemSupplierDao
Throws:
SystemException

findDirectShipItemSuppliers

public java.util.Set findDirectShipItemSuppliers(java.lang.String supplierId,
                                                 java.lang.String itemId,
                                                 ContactLevelType aContactLevelType)
                                          throws SystemException
Specified by:
findDirectShipItemSuppliers in interface DirectShipItemSupplierDao
Throws:
SystemException

resetCache

public static void resetCache()


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