Uses of Class
com.retek.component.customerorder.ReplacementLinePair

Packages that use ReplacementLinePair
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.test   
com.retek.rcom.gui.wrapper   
 

Uses of ReplacementLinePair in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return ReplacementLinePair
 ReplacementLinePair CustomerOrder.getReplacementLinePair(CustomerOrderLine saleLine)
           
 ReplacementLinePair CustomerOrder.getReplacementLinePair(ReturnLine returnLine)
           
 ReplacementLinePair CustomerOrderManager.buildReplacementPairInstance(CustomerOrderLine parentOrderLine, User user)
           
 

Methods in com.retek.component.customerorder with parameters of type ReplacementLinePair
 void CustomerOrder.applyReplacement(ReplacementLinePair replacementGroup, User user)
          Adds replacementLine from replacementGroup to the order and reserves the replacement line
 

Uses of ReplacementLinePair in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return ReplacementLinePair
 ReplacementLinePair CustomerOrderImpl.getReplacementLinePair(CustomerOrderLine saleLine)
           
 ReplacementLinePair CustomerOrderImpl.getReplacementLinePair(ReturnLine returnLine)
           
 ReplacementLinePair CustomerOrderManagerImpl.buildReplacementPairInstance(CustomerOrderLine parentOrderLine, User user)
           
 

Methods in com.retek.component.customerorder.impl with parameters of type ReplacementLinePair
 void CustomerOrderImpl.applyReplacement(ReplacementLinePair replacementPair, User user)
           
 

Uses of ReplacementLinePair in com.retek.component.customerorder.test
 

Methods in com.retek.component.customerorder.test that return ReplacementLinePair
static ReplacementLinePair CustomerOrderObjectMaster.attachReplacement(CustomerOrderLine parentOrderLine, Quantity replacementQty)
           
static ReplacementLinePair CustomerOrderObjectMaster.attachReplacement(CustomerOrderLine parentOrderLine, Quantity replacementQty, boolean returnRequired)
           
static ReplacementLinePair CustomerOrderObjectMaster.attachReplacement(CustomerOrderLine parentOrderLine, Quantity replacementQty, boolean returnRequired, ReturnReason returnReason, java.lang.String comment)
           
static ReplacementLinePair CustomerOrderObjectMaster.createReplacement(CustomerOrderLine parentOrderLine, Quantity replacementQty)
           
static ReplacementLinePair CustomerOrderObjectMaster.createReplacement(CustomerOrderLine parentOrderLine, Quantity replacementQty, boolean returnRequired, ReturnReason returnReason, java.lang.String comment)
           
 

Uses of ReplacementLinePair in com.retek.rcom.gui.wrapper
 

Methods in com.retek.rcom.gui.wrapper that return ReplacementLinePair
static ReplacementLinePair RcomOrderLineManager.buildReplacementLine(RcomOrderLine orderLine)
          Builds a new RcomOrderLine around an Exchange Sale Order Line.
 



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