com.retek.component.customerorder.impl.persistence.cache
Class CacheCustomerOrderLineDao

java.lang.Object
  extended bycom.retek.commons.component.impl.persistence.cache.MemoryDao
      extended bycom.retek.component.customerorder.impl.persistence.cache.CacheCustomerOrderLineDao
All Implemented Interfaces:
CustomerOrderLineDao

public class CacheCustomerOrderLineDao
extends MemoryDao
implements CustomerOrderLineDao


Constructor Summary
CacheCustomerOrderLineDao()
           
 
Method Summary
 OrderLineDto read(DistributedReference ref)
          Retrieves a specific OrderLineDto based on the reference.
static void reset()
           
 
Methods inherited from class com.retek.commons.component.impl.persistence.cache.MemoryDao
doCreateReferenceCache, doCreateReferenceCache, doDelete, doPersist, doPersist, doRead, doRead, getDtosForType, getSizeReport, isWildCardEqual, resetAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheCustomerOrderLineDao

public CacheCustomerOrderLineDao()
Method Detail

read

public OrderLineDto read(DistributedReference ref)
                  throws SystemException
Description copied from interface: CustomerOrderLineDao
Retrieves a specific OrderLineDto based on the reference.

Specified by:
read in interface CustomerOrderLineDao
Parameters:
ref - reference of the specific order line to be retrived.
Returns:
OrderLineDto specified by the reference
Throws:
SystemException

reset

public static void reset()


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