| |
|
| java.lang.Object org.ofbiz.accounting.invoice.InvoiceWorker
InvoiceWorker | public class InvoiceWorker (Code) | | InvoiceWorker - Worker methods of invoices
author: Andy Zeneski version: $Revision: 1.1 $ since: 2.1 |
getBillToAddress | public static GenericValue getBillToAddress(GenericValue invoice)(Code) | | Method to obtain the billing address for an invoice
Parameters: invoice - GenericValue object of the Invoice GenericValue object of the PostalAddress |
getBillToParty | public static GenericValue getBillToParty(GenericValue invoice)(Code) | | Method to obtain the bill to party for an invoice
Parameters: invoice - GenericValue object of the Invoice GenericValue object of the Party |
getInvoiceTotal | public static double getInvoiceTotal(GenericDelegator delegator, String invoiceId)(Code) | | Method to return the total amount of an invoice
Parameters: invoice - GenericValue object of the Invoice the invoice total as double |
getInvoiceTotal | public static double getInvoiceTotal(GenericValue invoice)(Code) | | Method to return the total amount of an invoice
Parameters: invoice - GenericValue object of the Invoice the invoice total as double |
getSendFromAddress | public static GenericValue getSendFromAddress(GenericValue invoice)(Code) | | Method to obtain the sending address for an invoice
Parameters: invoice - GenericValue object of the Invoice GenericValue object of the PostalAddress |
getSendFromParty | public static GenericValue getSendFromParty(GenericValue invoice)(Code) | | Method to obtain the send from party for an invoice
Parameters: invoice - GenericValue object of the Invoice GenericValue object of the Party |
|
|
|