Uses of Class
com.echothree.model.control.invoice.common.transfer.InvoiceLineTransfer
Packages that use InvoiceLineTransfer
Package
Description
-
Uses of InvoiceLineTransfer in com.echothree.model.control.invoice.common.transfer
Methods in com.echothree.model.control.invoice.common.transfer that return InvoiceLineTransferModifier and TypeMethodDescriptionInvoiceLineGlAccountTransfer.getInvoiceLine()
InvoiceLineItemTransfer.getInvoiceLine()
InvoiceLineTransfer.getParentInvoiceLine()
Methods in com.echothree.model.control.invoice.common.transfer that return types with arguments of type InvoiceLineTransferMethods in com.echothree.model.control.invoice.common.transfer with parameters of type InvoiceLineTransferModifier and TypeMethodDescriptionvoid
InvoiceLineGlAccountTransfer.setInvoiceLine
(InvoiceLineTransfer invoiceLine) void
InvoiceLineItemTransfer.setInvoiceLine
(InvoiceLineTransfer invoiceLine) void
InvoiceLineTransfer.setParentInvoiceLine
(InvoiceLineTransfer parentInvoiceLine) Method parameters in com.echothree.model.control.invoice.common.transfer with type arguments of type InvoiceLineTransferModifier and TypeMethodDescriptionvoid
InvoiceTransfer.setInvoiceLines
(ListWrapper<InvoiceLineTransfer> invoiceLines) Sets the invoiceLines.Constructors in com.echothree.model.control.invoice.common.transfer with parameters of type InvoiceLineTransferModifierConstructorDescriptionInvoiceLineGlAccountTransfer
(InvoiceLineTransfer invoiceLine, GlAccountTransfer glAccount) Creates a new instance of InvoiceLineGlAccountTransferInvoiceLineItemTransfer
(InvoiceLineTransfer invoiceLine, ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, Integer quantity) Creates a new instance of InvoiceLineItemTransferInvoiceLineTransfer
(InvoiceTransfer invoice, Integer invoiceLineSequence, InvoiceLineTransfer parentInvoiceLine, InvoiceLineTypeTransfer invoiceLineType, InvoiceLineUseTypeTransfer invoiceLineUseType, String amount, Long unformattedAmount, String description) Creates a new instance of InvoiceLineTransfer -
Uses of InvoiceLineTransfer in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control that return InvoiceLineTransferModifier and TypeMethodDescriptionInvoiceControl.getInvoiceLineTransfer
(UserVisit userVisit, InvoiceLine invoiceLine) Methods in com.echothree.model.control.invoice.server.control that return types with arguments of type InvoiceLineTransferModifier and TypeMethodDescriptionInvoiceControl.getInvoiceLineTransfers
(UserVisit userVisit, List<InvoiceLine> invoiceLines) InvoiceControl.getInvoiceLineTransfersByInvoice
(UserVisit userVisit, Invoice invoice) -
Uses of InvoiceLineTransfer in com.echothree.model.control.invoice.server.transfer
Methods in com.echothree.model.control.invoice.server.transfer that return InvoiceLineTransferModifier and TypeMethodDescriptionInvoiceLineTransferCache.getInvoiceLineTransfer
(InvoiceLine invoiceLine)