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 TypeMethodDescriptionvoidGetTransactionResult.setTransaction(TransactionTransfer transaction) Method parameters in com.echothree.control.user.accounting.common.result with type arguments of type TransactionTransferModifier and TypeMethodDescriptionvoidGetTransactionsResult.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 TypeMethodDescriptionvoidTransactionEntityRoleTransfer.setTransaction(TransactionTransfer transaction) voidTransactionGlEntryTransfer.setTransaction(TransactionTransfer transaction) Method parameters in com.echothree.model.control.accounting.common.transfer with type arguments of type TransactionTransferModifier and TypeMethodDescriptionvoidTransactionGroupTransfer.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, PartyTransfer groupParty, TransactionGlAccountCategoryTransfer transactionGlAccountCategory, GlAccountTransfer glAccount, CurrencyTransfer originalCurrency, Long unformattedOriginalDebit, String originalDebit, Long unformattedOriginalCredit, String originalCredit, Long unformattedDebit, String debit, Long unformattedCredit, String credit) -
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 TransactionTransferModifier and TypeMethodDescriptionTransactionTransferCache.getTransfer(UserVisit userVisit, Transaction transaction)