Uses of Class
com.echothree.model.control.accounting.common.transfer.TransactionTransfer
Packages that use TransactionTransfer
Package
Description
-
Uses of TransactionTransfer in com.echothree.control.user.accounting.common.result
Methods in com.echothree.control.user.accounting.common.result that return TransactionTransferMethods in com.echothree.control.user.accounting.common.result that return types with arguments of type TransactionTransferMethods in com.echothree.control.user.accounting.common.result with parameters of type TransactionTransferModifier and TypeMethodDescriptionvoid
GetTransactionResult.setTransaction
(TransactionTransfer transaction) Method parameters in com.echothree.control.user.accounting.common.result with type arguments of type TransactionTransferModifier and TypeMethodDescriptionvoid
GetTransactionsResult.setTransactions
(List<TransactionTransfer> transactions) -
Uses of TransactionTransfer in com.echothree.model.control.accounting.common.transfer
Methods in com.echothree.model.control.accounting.common.transfer that return TransactionTransferModifier and TypeMethodDescriptionTransactionEntityRoleTransfer.getTransaction()
TransactionGlEntryTransfer.getTransaction()
Methods in com.echothree.model.control.accounting.common.transfer that return types with arguments of type TransactionTransferMethods in com.echothree.model.control.accounting.common.transfer with parameters of type TransactionTransferModifier and TypeMethodDescriptionvoid
TransactionEntityRoleTransfer.setTransaction
(TransactionTransfer transaction) void
TransactionGlEntryTransfer.setTransaction
(TransactionTransfer transaction) Method parameters in com.echothree.model.control.accounting.common.transfer with type arguments of type TransactionTransferModifier and TypeMethodDescriptionvoid
TransactionGroupTransfer.setTransactions
(ListWrapper<TransactionTransfer> transactions) Constructors in com.echothree.model.control.accounting.common.transfer with parameters of type TransactionTransferModifierConstructorDescriptionTransactionEntityRoleTransfer
(TransactionTransfer transaction, TransactionEntityRoleTypeTransfer transactionEntityRoleType, EntityInstanceTransfer entityInstance) Creates a new instance of TransactionEntityRoleTransferTransactionGlEntryTransfer
(TransactionTransfer transaction, Integer transactionGlEntrySequence, TransactionGlEntryTransfer parentTransactionGlEntry, PartyTransfer groupParty, TransactionGlAccountCategoryTransfer transactionGlAccountCategory, GlAccountTransfer glAccount, CurrencyTransfer originalCurrency, Long unformattedOriginalAmount, String originalDebit, String originalCredit, Long unformattedAmount, String debit, String credit) Creates a new instance of TransactionGlEntryTransfer -
Uses of TransactionTransfer in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return TransactionTransferModifier and TypeMethodDescriptionAccountingControl.getTransactionTransfer
(UserVisit userVisit, Transaction transaction) Methods in com.echothree.model.control.accounting.server.control that return types with arguments of type TransactionTransferModifier and TypeMethodDescriptionAccountingControl.getTransactionTransfers
(UserVisit userVisit, Collection<Transaction> transactions) AccountingControl.getTransactionTransfersByTransactionGroup
(UserVisit userVisit, TransactionGroup transactionGroup) -
Uses of TransactionTransfer in com.echothree.model.control.accounting.server.transfer
Methods in com.echothree.model.control.accounting.server.transfer that return TransactionTransfer