com.retek.component.customerorder.impl.persistence.db.oracle
Class OracleCustomerOrderLineDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.customerorder.impl.persistence.db.oracle.OracleCustomerOrderLineDao
All Implemented Interfaces:
CustomerOrderLineDao

public class OracleCustomerOrderLineDao
extends AbstractOracleDao
implements CustomerOrderLineDao


Constructor Summary
OracleCustomerOrderLineDao()
           
 
Method Summary
 OrderLineDto read(DistributedReference ref)
          Retrieves a specific OrderLineDto based on the reference.
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache, getDaoResourceProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleCustomerOrderLineDao

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


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