com.retek.component.customerorder.impl.persistence
Interface CustomerOrderLineDao

All Known Implementing Classes:
CacheCustomerOrderLineDao, OracleCustomerOrderLineDao

public interface CustomerOrderLineDao

Contains methods for retrieving customer order lines.


Method Summary
 OrderLineDto read(DistributedReference ref)
          Retrieves a specific OrderLineDto based on the reference.
 

Method Detail

read

public OrderLineDto read(DistributedReference ref)
                  throws SystemException
Retrieves a specific OrderLineDto based on the reference.

Parameters:
ref - reference of the specific order line to be retrived.
Returns:
OrderLineDto specified by the reference
Throws:
InvalidReferenceException - thrown if reference is not a valid order line
SystemException


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