|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ShippedContainer in com.retek.component.customerorder |
Methods in com.retek.component.customerorder that return ShippedContainer | |
ShippedContainer |
ShippedContainerLine.getShippedContainer()
|
ShippedContainer |
TaxAccommodationDetail.getShippedContainer()
|
ShippedContainer |
ReturnLineTaxInvoiceRecord.getShippedContainer()
|
ShippedContainer |
CustomerOrderManager.readShippedContainer(DistributedReference shippedContainerRef)
|
ShippedContainer |
CustomerOrderManager.buildShippedContainerInstance()
|
Methods in com.retek.component.customerorder with parameters of type ShippedContainer | |
void |
CustomerOrderSettlement.addShippedContainer(ShippedContainer shippedContainer)
|
void |
CustomerOrderPayment.allocateSettlement(Money amount,
RDate dateOfPurchase,
ShippedContainer container)
|
void |
ShipmentRequest.addShippedContainer(ShippedContainer container)
|
void |
CustomerOrder.settle(ShippedContainer shippedContainer,
User user,
Money origOrderTotalTax)
Finalize payments for the shippedContainer, generate credit payment if there was any tax adjustment in the customers favor at ship time, and allocate settlement for all payments that are ready to be settled. |
void |
TaxAccommodationDetail.setShippedContainer(ShippedContainer shippedContainer)
|
void |
CustomerOrderManager.publishShipConfirmationCorrespondence(ShippedContainer shippedContainer)
|
void |
CustomerOrderPaymentHistoryEvent.addShippedContainer(ShippedContainer container)
|
Uses of ShippedContainer in com.retek.component.customerorder.impl |
Classes in com.retek.component.customerorder.impl that implement ShippedContainer | |
class |
ShippedContainerImpl
|
Methods in com.retek.component.customerorder.impl that return ShippedContainer | |
ShippedContainer |
CustomerOrderLineImpl.getMostRecentShippedContainer()
|
ShippedContainer |
TaxAccommodationDetailImpl.getShippedContainer()
|
ShippedContainer |
CustomerOrderManagerImpl.buildShippedContainerInstance()
|
ShippedContainer |
CustomerOrderManagerImpl.readShippedContainer(DistributedReference shippedContainerRef)
|
ShippedContainer |
ReturnLineTaxInvoiceRecordImpl.getShippedContainer()
|
ShippedContainer |
ShippedContainerLineImpl.getShippedContainer()
|
Methods in com.retek.component.customerorder.impl with parameters of type ShippedContainer | |
void |
CustomerOrderPaymentImpl.allocateSettlement(Money amount,
RDate dateOfPurchase,
ShippedContainer container)
|
void |
CustomerOrderPaymentHistoryEventImpl.addShippedContainer(ShippedContainer container)
|
static PublishShipConfirmationRemoteCommand |
CustomerOrderCommandFactory.createPublishShipConfirmationRemoteCommand(DistributedContext context,
ShippedContainer shippedContainer)
|
void |
TaxAccommodationDetailImpl.setShippedContainer(ShippedContainer shippedContainer)
|
void |
CustomerOrderImpl.settle(ShippedContainer shippedContainer,
User user,
Money origOrderTotalTax)
|
void |
CustomerOrderManagerImpl.publishShipConfirmationCorrespondence(ShippedContainer shippedContainer)
|
void |
ReturnLineTaxInvoiceRecordImpl.setShippedContainer(ShippedContainer container)
|
void |
ShipmentRequestImpl.addShippedContainer(ShippedContainer container)
|
void |
CustomerOrderSettlementImpl.addShippedContainer(ShippedContainer shippedContainer)
|
Uses of ShippedContainer in com.retek.component.customerorder.impl.remote.command |
Methods in com.retek.component.customerorder.impl.remote.command with parameters of type ShippedContainer | |
void |
PublishShipConfirmationRemoteCommand.setShippedContainer(ShippedContainer shippedContainer)
|
static void |
CustomerCorrespondenceHeaderAndDetailCreator.setHeaderAmounts(com.retek.rib.binding.payload.CustCorresDesc correspondenceHeaderPayload,
ShippedContainer shippedContainer)
|
Uses of ShippedContainer in com.retek.component.customerorder.test |
Methods in com.retek.component.customerorder.test that return ShippedContainer | |
static ShippedContainer |
CustomerOrderObjectMaster.shipConfirm(CustomerOrder order,
CustomerOrderLine line)
|
static ShippedContainer |
CustomerOrderObjectMaster.shipConfirm(CustomerOrder order,
CustomerOrderLine orderLine,
Warehouse physicalWarehouse)
|
static ShippedContainer |
CustomerOrderObjectMaster.shipConfirm(CustomerOrder order,
CustomerOrderLine line,
RDate shipDate)
|
static ShippedContainer |
CustomerOrderObjectMaster.shipConfirm(CustomerOrder order,
CustomerOrderLine line,
Quantity quantity)
|
static ShippedContainer |
CustomerOrderObjectMaster.shipConfirm(CustomerOrder order,
CustomerOrderLine line,
Quantity quantity,
RDate shipDate)
|
static ShippedContainer |
CustomerOrderObjectMaster.shipConfirm(CustomerOrder order,
ShipmentRequest shipRequest)
|
static ShippedContainer |
CustomerOrderObjectMaster.shipConfirm(CustomerOrder order,
ShipmentRequest shipRequest,
RDate shipDate)
|
static ShippedContainer |
CustomerOrderObjectMaster.shipConfirm(CustomerOrder order,
ShipmentRequest shipRequest,
java.util.Map orderLineQtyMap)
|
static ShippedContainer |
CustomerOrderObjectMaster.shipConfirm(CustomerOrder order,
CustomerOrderLine line,
Quantity quantity,
java.lang.String carrierCode,
java.lang.String trackingNumber,
RDate shipDate)
|
static ShippedContainer |
CustomerOrderObjectMaster.shipConfirm(CustomerOrder order,
CustomerOrderLine line,
Quantity quantity,
java.lang.String carrierCode,
java.lang.String trackingNumber,
RDate shipDate,
Warehouse physicalWarehouse)
|
static ShippedContainer |
CustomerOrderObjectMaster.shipConfirmNoRMA(CustomerOrder order,
CustomerOrderLine line)
|
Methods in com.retek.component.customerorder.test with parameters of type ShippedContainer | |
static ReturnLine |
CustomerOrderObjectMaster.attachReturnLineAndReturnConfirm(CustomerOrder order,
CustomerOrderLine orderLine,
Quantity returnQty,
CustomerOrderPayment payment,
ShippedContainer shippedContainer)
|
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)
|
Uses of ShippedContainer in com.retek.component.salesaudit.impl.remote.command |
Constructors in com.retek.component.salesaudit.impl.remote.command with parameters of type ShippedContainer | |
SaeExportShippedContainer(ShippedContainer container)
|
|
SaleTransactionConverter(SaeStoreTransactionContainer storeTxnContainer,
ShippedContainer container,
java.util.Set containerLines)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |