Uses of Class
com.echothree.model.control.payment.common.transfer.BillingAccountTransfer
Packages that use BillingAccountTransfer
Package
Description
-
Uses of BillingAccountTransfer in com.echothree.model.control.invoice.common.transfer
Methods in com.echothree.model.control.invoice.common.transfer that return BillingAccountTransferModifier and TypeMethodDescriptionInvoiceTransfer.getBillingAccount()
Returns the billingAccount.Methods in com.echothree.model.control.invoice.common.transfer with parameters of type BillingAccountTransferModifier and TypeMethodDescriptionvoid
InvoiceTransfer.setBillingAccount
(BillingAccountTransfer billingAccount) Sets the billingAccount.Constructors in com.echothree.model.control.invoice.common.transfer with parameters of type BillingAccountTransferModifierConstructorDescriptionInvoiceTransfer
(InvoiceTypeTransfer invoiceType, String invoiceName, BillingAccountTransfer billingAccount, GlAccountTransfer glAccount, TermTransfer term, String reference, String description, WorkflowEntityStatusTransfer invoiceStatus) Creates a new instance of InvoiceTransfer -
Uses of BillingAccountTransfer in com.echothree.model.control.party.common.transfer
Methods in com.echothree.model.control.party.common.transfer that return types with arguments of type BillingAccountTransferModifier and TypeMethodDescriptionPartyTransfer.getBillingAccounts()
Returns the billingAccounts.Method parameters in com.echothree.model.control.party.common.transfer with type arguments of type BillingAccountTransferModifier and TypeMethodDescriptionvoid
PartyTransfer.setBillingAccounts
(ListWrapper<BillingAccountTransfer> billingAccounts) Sets the billingAccounts. -
Uses of BillingAccountTransfer in com.echothree.model.control.payment.common.transfer
Methods in com.echothree.model.control.payment.common.transfer that return BillingAccountTransferMethods in com.echothree.model.control.payment.common.transfer with parameters of type BillingAccountTransferModifier and TypeMethodDescriptionvoid
BillingAccountRoleTransfer.setBillingAccount
(BillingAccountTransfer billingAccount) Constructors in com.echothree.model.control.payment.common.transfer with parameters of type BillingAccountTransferModifierConstructorDescriptionBillingAccountRoleTransfer
(BillingAccountTransfer billingAccount, PartyTransfer party, PartyContactMechanismTransfer partyContactMechanism, BillingAccountRoleTypeTransfer billingAccountRoleType) Creates a new instance of BillingAccountRoleTransfer -
Uses of BillingAccountTransfer in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control that return BillingAccountTransferModifier and TypeMethodDescriptionBillingControl.getBillingAccountTransfer
(UserVisit userVisit, BillingAccount billingAccount) Methods in com.echothree.model.control.payment.server.control that return types with arguments of type BillingAccountTransferModifier and TypeMethodDescriptionBillingControl.getBillingAccountTransfers
(UserVisit userVisit, Collection<BillingAccount> billingAccounts) BillingControl.getBillingAccountTransfersByBillFrom
(UserVisit userVisit, Party billFrom) BillingControl.getBillingAccountTransfersByBillTo
(UserVisit userVisit, Party billTo) -
Uses of BillingAccountTransfer in com.echothree.model.control.payment.server.transfer
Methods in com.echothree.model.control.payment.server.transfer that return BillingAccountTransferModifier and TypeMethodDescriptionBillingAccountTransferCache.getTransfer
(BillingAccount billingAccount)