Uses of Interface
com.retek.component.customerorder.ReturnLine

Packages that use ReturnLine
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.remote.command   
com.retek.component.customerorder.integration.rib   
com.retek.component.customerorder.test   
com.retek.component.internet.impl   
com.retek.component.salesaudit.impl.remote.command   
com.retek.rcom.gui.wrapper   
 

Uses of ReturnLine in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return ReturnLine
 ReturnLine ReplacementLinePair.getReturnLine()
           
 ReturnLine CustomerOrderPendReason.getReturnLine()
           
 ReturnLine CustomerOrderLine.getReplacementReturnLine()
           
 ReturnLine CustomerOrderManager.readReturnLine(DistributedReference returnLineRef)
           
 ReturnLine CustomerOrderManager.buildReturnLineInstance(CustomerOrderLine orderLine, User user)
           
 ReturnLine CustomerOrderManager.buildReturnLineInstance(CustomerOrderLine orderLine, User user, NoCustomerInformationReturn noCustomerInfoReturn)
           
 

Methods in com.retek.component.customerorder with parameters of type ReturnLine
 void CustomerOrderSettlement.addReturnLine(ReturnLine returnLine)
           
 void ReturnLineReceiveRequest.setReturnLine(ReturnLine returnLine)
          Set the return line for the receive request (if this is an existing pending return line being received).
 void CustomerOrderPayment.allocateSettlement(Money amount, RDate dateOfPurchase, ReturnLine returnLine)
           
 void CustomerOrderPendReason.setReturnLine(ReturnLine returnLine)
           
 ReplacementLinePair CustomerOrder.getReplacementLinePair(ReturnLine returnLine)
           
 void CustomerOrder.applyReturnLine(ReturnLine returnLine, User user)
          Adds returnLine to the order, clears calculated totals on the return line's shipTo.
 void CustomerOrderManager.publishReturnConfirmationCorrespondence(ReturnLine returnLine)
           
 void CustomerOrderManager.publishInventoryAdjustmentMessage(ReturnLine returnLine, Quantity adjustmentQuantity, java.lang.String reasonCode, java.lang.String location)
           
 void CustomerOrderManager.publishCostOfGoodsMessage(ReturnLine returnLine, Quantity returnedQuantity)
           
 

Constructors in com.retek.component.customerorder with parameters of type ReturnLine
ReplacementLinePair(CustomerOrderLine replacementSaleLine, ReturnLine replacementReturnLine)
           
 

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

Classes in com.retek.component.customerorder.impl that implement ReturnLine
 class ReturnLineImpl
           
 

Methods in com.retek.component.customerorder.impl that return ReturnLine
 ReturnLine CustomerOrderLineImpl.getReplacementReturnLine()
           
 ReturnLine CustomerOrderPendReasonImpl.getReturnLine()
           
 ReturnLine CustomerOrderManagerImpl.buildReturnLineInstance(CustomerOrderLine orderLine, User user)
           
 ReturnLine CustomerOrderManagerImpl.buildReturnLineInstance(CustomerOrderLine orderLine, User user, NoCustomerInformationReturn noCustomerInforReturn)
           
 ReturnLine CustomerOrderManagerImpl.readReturnLine(DistributedReference returnLineRef)
           
 

Methods in com.retek.component.customerorder.impl with parameters of type ReturnLine
 void CustomerOrderPaymentImpl.allocateSettlement(Money amount, RDate dateOfPurchase, ReturnLine returnLine)
           
 void CustomerOrderLineImpl.setReplacementReturnLine(ReturnLine returnLine)
           
static PublishReturnConfirmationRemoteCommand CustomerOrderCommandFactory.createPublishReturnConfirmationRemoteCommand(DistributedContext context, ReturnLine returnLine)
           
static PublishPendingReturnLineRemoteCommand CustomerOrderCommandFactory.createPublishPendingReturnLineRemoteCommand(DistributedContext context, ReturnLine returnLine)
           
static PublishInventoryAdjustmentRemoteCommand CustomerOrderCommandFactory.createPublishInventoryAdjustmentRemoteCommand(DistributedContext context, ReturnLine returnLine, Quantity adjustmentQuantity, java.lang.String reasonCode, java.lang.String location)
           
static PublishReturnLineCostOfGoodsRemoteCommand CustomerOrderCommandFactory.createPublishReturnLineCostOfGoodsRemoteCommand(DistributedContext context, ReturnLine returnLine, Quantity returnedQuantity)
           
static PublishReturnSaleRemoteCommand CustomerOrderCommandFactory.createPublishReturnSaleRemoteCommand(DistributedContext context, ReturnLine returnLineBo)
           
 void CustomerOrderPendReasonImpl.setReturnLine(ReturnLine returnLine)
           
static void ReceiveReturnLineValidator.validate(ReturnLine returnLine, Warehouse physicalWarehouse)
           
 ReplacementLinePair CustomerOrderImpl.getReplacementLinePair(ReturnLine returnLine)
           
 void CustomerOrderImpl.applyReturnLine(ReturnLine returnLine, User user)
           
 void CustomerOrderImpl.doAddReturnLine(ReturnLine returnLine, User user)
           
 void CustomerOrderImpl.adjustCreditPaymentsForReturn(Money amount, ReturnLine returnLine)
           
 void CustomerOrderTransactionGroupImpl.settleCreditPaymentsForReturn(Money refundAmount, ReturnLine returnLine)
           
 void CustomerOrderManagerImpl.publishReturnConfirmationCorrespondence(ReturnLine returnLine)
           
 void CustomerOrderManagerImpl.publishInventoryAdjustmentMessage(ReturnLine returnLine, Quantity adjustmentQty, java.lang.String reasonCode, java.lang.String location)
           
 void CustomerOrderManagerImpl.publishCostOfGoodsMessage(ReturnLine returnLine, Quantity returnedQty)
           
static void ReturnLineValidator.validate(ReturnLine returnLine, Quantity shippedQuanity)
           
 void CustomerOrderSettlementImpl.addReturnLine(ReturnLine returnLine)
           
 

Uses of ReturnLine in com.retek.component.customerorder.impl.remote.command
 

Methods in com.retek.component.customerorder.impl.remote.command that return ReturnLine
 ReturnLine PublishInventoryAdjustmentRemoteCommand.getReturnLine()
           
 ReturnLine PublishPendingReturnLineRemoteCommand.getReturnLine()
           
 ReturnLine PublishReturnSaleRemoteCommand.getReturnLine()
           
 ReturnLine PublishReturnLineCostOfGoodsRemoteCommand.getReturnLine()
           
 

Methods in com.retek.component.customerorder.impl.remote.command with parameters of type ReturnLine
 void PublishReturnConfirmationRemoteCommand.setReturnLine(ReturnLine returnLine)
           
 void PublishInventoryAdjustmentRemoteCommand.setReturnLine(ReturnLine returnLine)
           
static void CustomerCorrespondenceHeaderAndDetailCreator.setHeaderAmounts(com.retek.rib.binding.payload.CustCorresDesc correspondenceHeaderPayload, ReturnLine returnLine)
           
static com.retek.rib.binding.payload.CustCorresDtl CustomerCorrespondenceHeaderAndDetailCreator.generateCorrspondenceDetail(ReturnLine returnLine)
           
 void PublishPendingReturnLineRemoteCommand.setReturnLine(ReturnLine returnLine)
           
 void PublishReturnSaleRemoteCommand.setReturnLine(ReturnLine returnLine)
           
 void PublishReturnLineCostOfGoodsRemoteCommand.setReturnLine(ReturnLine returnLine)
           
 

Uses of ReturnLine in com.retek.component.customerorder.integration.rib
 

Subinterfaces of ReturnLine in com.retek.component.customerorder.integration.rib
 interface ReturnLineRib
          Defines the methods that must be implemented in a Return line in order for it to be used in Rib related activities.
 

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

Methods in com.retek.component.customerorder.test that return ReturnLine
static ReturnLine CustomerOrderObjectMaster.createReturnLine(CustomerOrderLine orderLine, Quantity expectedReturnQty, boolean returnRequired, ReturnReason returnReason, java.lang.String comment)
           
static ReturnLine CustomerOrderObjectMaster.attachReturnLine(CustomerOrder order, CustomerOrderLine orderLine)
           
static ReturnLine CustomerOrderObjectMaster.attachReturnLine(CustomerOrder order, CustomerOrderLine orderLine, ReturnReason returnReason)
           
static ReturnLine CustomerOrderObjectMaster.attachReturnLine(CustomerOrder order, CustomerOrderLine orderLine, Quantity expectedReturnQty, boolean returnRequired, ReturnReason returnReason, java.lang.String comment)
           
static ReturnLine CustomerOrderObjectMaster.shipConfirmAndReturnConfirm(CustomerOrder order, CustomerOrderLine orderLine, Quantity shipQty, Quantity returnQty, CustomerOrderPayment payment)
           
static ReturnLine CustomerOrderObjectMaster.attachReturnLineAndReturnConfirm(CustomerOrder order, CustomerOrderLine orderLine, Quantity returnQty, CustomerOrderPayment payment, ShippedContainer shippedContainer)
           
static ReturnLine CustomerOrderObjectMaster.shipConfirmAndReturnConfirm(CustomerOrder order, CustomerOrderLine orderLine, Quantity returnQty, CustomerOrderPayment payment)
           
 

Methods in com.retek.component.customerorder.test with parameters of type ReturnLine
static void CustomerOrderObjectMaster.returnConfirm(ReturnLine returnLine, java.lang.String rmaNbr)
           
static void CustomerOrderObjectMaster.returnConfirm(ReturnLine returnLine, ShippedContainer shippedContainer)
           
static void CustomerOrderObjectMaster.returnConfirm(ReturnLine returnLine, Quantity returnQty, ShippedContainer shippedContainer)
           
static void CustomerOrderObjectMaster.returnConfirm(ReturnLine returnLine, Quantity returnQty, SupplierReturnDisposition disposition, ShippedContainer shippedContainer)
           
static void CustomerOrderObjectMaster.returnConfirm(ReturnLine returnLine, Quantity returnQty, SupplierReturnDisposition disposition, ShippedContainer shippedContainer, Money refundReturnPostage)
           
static void CustomerOrderObjectMaster.returnConfirm(ReturnLine returnLine, Quantity returnQty, SupplierReturnDisposition disposition, java.lang.String rmaNbr, Money refundReturnPostage)
           
 

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

Methods in com.retek.component.internet.impl that return ReturnLine
static ReturnLine CustomerOrderReturnLineConverter.getOrderReturnLine(CustomerOrder custOrder, ExAReturnLineImpl exaReturnLine, ExAShipToLabel shipToLabel, User user, DistributedContext context)
           
 

Methods in com.retek.component.internet.impl with parameters of type ReturnLine
static ExAReturnLineImpl CustomerOrderReturnLineConverter.getExAReturnLine(ReturnLine returnLine, DistributedContext context)
           
 

Uses of ReturnLine in com.retek.component.salesaudit.impl.remote.command
 

Constructors in com.retek.component.salesaudit.impl.remote.command with parameters of type ReturnLine
PaidInTransactionConverter(SaeStoreTransactionContainer orderTxnContainer, ReturnLine replReturnLine)
           
ReturnTransactionConverter(SaeStoreTransactionContainer orderTxnContainer, ReturnLine returnLine)
           
SaeExportReturnLine(ReturnLine returnLine)
           
 

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

Methods in com.retek.rcom.gui.wrapper that return ReturnLine
 ReturnLine RcomOrderLine.getReturnLine()
          Retrieves a return line.
 



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