Uses of Interface
com.retek.component.internet.ExAOrderLine

Packages that use ExAOrderLine
com.retek.component.internet   
com.retek.component.internet.impl   
com.retek.component.internet.test   
 

Uses of ExAOrderLine in com.retek.component.internet
 

Methods in com.retek.component.internet that return ExAOrderLine
 ExAOrderLine ExAOrder.getOrderLine(int lineNumber)
           
 ExAOrderLine ExAReturnLine.getOrderLine()
           
 ExAOrderLine ExAShippedContainerLine.getOrderLine()
           
 

Methods in com.retek.component.internet with parameters of type ExAOrderLine
 ExAReturnLine ExARequestManager.buildExAReturnLine(ExAOrderLine orderLine)
          Build a return line request instance.
 boolean ExAShipToLabel.removeExAOrderLine(ExAOrderLine exAOrderLine)
          Removes exAOrderLine from the collection of order lines on the ExAShipToLabel
 

Uses of ExAOrderLine in com.retek.component.internet.impl
 

Classes in com.retek.component.internet.impl that implement ExAOrderLine
 class ExAOrderLineImpl
           
 

Methods in com.retek.component.internet.impl that return ExAOrderLine
 ExAOrderLine ExAReturnLineImpl.getOrderLine()
           
 ExAOrderLine ExAShippedContainerLineImpl.getOrderLine()
           
 ExAOrderLine ExAOrderImpl.getOrderLine(int lineNumber)
           
 

Methods in com.retek.component.internet.impl with parameters of type ExAOrderLine
 boolean ExAShipToLabelImpl.removeExAOrderLine(ExAOrderLine exAOrderLine)
           
 void ExAReturnLineImpl.setOrderLine(ExAOrderLine line)
           
 ExAReturnLine ExARequestManagerImpl.buildExAReturnLine(ExAOrderLine exAOrderLine)
           
 void ExAShippedContainerLineImpl.setOrderLine(ExAOrderLine exaOrderLine)
           
 

Constructors in com.retek.component.internet.impl with parameters of type ExAOrderLine
ExAReturnLineImpl(ExAOrderLine exaOrderLine)
           
 

Uses of ExAOrderLine in com.retek.component.internet.test
 

Methods in com.retek.component.internet.test with parameters of type ExAOrderLine
protected  void ExATestCase.assertOrderLinesEqual(CustomerOrderLine orderLine, ExAOrderLine exaOrderLine)
           
protected  void ExAWizOrderCommand.displayOrderLine(ExAOrderLine orderLine)
           
 



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