Uses of Class
com.echothree.model.control.sales.common.transfer.SalesOrderBatchTransfer
Packages that use SalesOrderBatchTransfer
Package
Description
-
Uses of SalesOrderBatchTransfer in com.echothree.control.user.sales.common.result
Methods in com.echothree.control.user.sales.common.result that return SalesOrderBatchTransferModifier and TypeMethodDescriptionEditSalesOrderBatchResult.getSalesOrderBatch()GetSalesOrderBatchResult.getSalesOrderBatch()Methods in com.echothree.control.user.sales.common.result that return types with arguments of type SalesOrderBatchTransferMethods in com.echothree.control.user.sales.common.result with parameters of type SalesOrderBatchTransferModifier and TypeMethodDescriptionvoidEditSalesOrderBatchResult.setSalesOrderBatch(SalesOrderBatchTransfer salesOrderBatch) voidGetSalesOrderBatchResult.setSalesOrderBatch(SalesOrderBatchTransfer salesOrderBatch) Method parameters in com.echothree.control.user.sales.common.result with type arguments of type SalesOrderBatchTransferModifier and TypeMethodDescriptionvoidGetSalesOrderBatchesResult.setSalesOrderBatches(List<SalesOrderBatchTransfer> salesOrderBatches) -
Uses of SalesOrderBatchTransfer in com.echothree.model.control.sales.common.transfer
Methods in com.echothree.model.control.sales.common.transfer that return SalesOrderBatchTransferModifier and TypeMethodDescriptionSalesOrderBatchResultTransfer.getSalesOrderBatch()Returns the salesOrderBatch.Methods in com.echothree.model.control.sales.common.transfer with parameters of type SalesOrderBatchTransferModifier and TypeMethodDescriptionvoidSalesOrderBatchResultTransfer.setSalesOrderBatch(SalesOrderBatchTransfer salesOrderBatch) Sets the salesOrderBatch.Constructors in com.echothree.model.control.sales.common.transfer with parameters of type SalesOrderBatchTransferModifierConstructorDescriptionSalesOrderBatchResultTransfer(String batchName, SalesOrderBatchTransfer salesOrderBatch) Creates a new instance of SalesOrderBatchResultTransfer -
Uses of SalesOrderBatchTransfer in com.echothree.model.control.sales.server.control
Methods in com.echothree.model.control.sales.server.control that return SalesOrderBatchTransferModifier and TypeMethodDescriptionSalesOrderBatchControl.getSalesOrderBatchTransfer(UserVisit userVisit, Batch batch) Methods in com.echothree.model.control.sales.server.control that return types with arguments of type SalesOrderBatchTransferModifier and TypeMethodDescriptionSalesOrderBatchControl.getSalesOrderBatchTransfers(UserVisit userVisit) -
Uses of SalesOrderBatchTransfer in com.echothree.model.control.sales.server.transfer
Methods in com.echothree.model.control.sales.server.transfer that return SalesOrderBatchTransferModifier and TypeMethodDescriptionSalesOrderBatchTransferCache.getTransfer(UserVisit userVisit, Batch batch)