Uses of Class
com.echothree.model.control.accounting.common.transfer.TransactionGlAccountCategoryTransfer
Packages that use TransactionGlAccountCategoryTransfer
Package
Description
-
Uses of TransactionGlAccountCategoryTransfer in com.echothree.control.user.accounting.common.result
Methods in com.echothree.control.user.accounting.common.result that return TransactionGlAccountCategoryTransferModifier and TypeMethodDescriptionGetTransactionGlAccountCategoryDescriptionsResult.getTransactionGlAccountCategory()
GetTransactionGlAccountCategoryResult.getTransactionGlAccountCategory()
Methods in com.echothree.control.user.accounting.common.result that return types with arguments of type TransactionGlAccountCategoryTransferModifier and TypeMethodDescriptionGetTransactionGlAccountCategoriesResult.getTransactionGlAccountCategories()
Methods in com.echothree.control.user.accounting.common.result with parameters of type TransactionGlAccountCategoryTransferModifier and TypeMethodDescriptionvoid
GetTransactionGlAccountCategoryDescriptionsResult.setTransactionGlAccountCategory
(TransactionGlAccountCategoryTransfer transactionGlAccountCategory) void
GetTransactionGlAccountCategoryResult.setTransactionGlAccountCategory
(TransactionGlAccountCategoryTransfer transactionGlAccountCategory) Method parameters in com.echothree.control.user.accounting.common.result with type arguments of type TransactionGlAccountCategoryTransferModifier and TypeMethodDescriptionvoid
GetTransactionGlAccountCategoriesResult.setTransactionGlAccountCategories
(List<TransactionGlAccountCategoryTransfer> transactionGlAccountCategories) -
Uses of TransactionGlAccountCategoryTransfer in com.echothree.model.control.accounting.common.transfer
Methods in com.echothree.model.control.accounting.common.transfer that return TransactionGlAccountCategoryTransferModifier and TypeMethodDescriptionTransactionGlAccountCategoryDescriptionTransfer.getTransactionGlAccountCategory()
TransactionGlAccountTransfer.getTransactionGlAccountCategory()
TransactionGlEntryTransfer.getTransactionGlAccountCategory()
Methods in com.echothree.model.control.accounting.common.transfer with parameters of type TransactionGlAccountCategoryTransferModifier and TypeMethodDescriptionvoid
TransactionGlAccountCategoryDescriptionTransfer.setTransactionGlAccountCategory
(TransactionGlAccountCategoryTransfer transactionGlAccountCategory) void
TransactionGlAccountTransfer.setTransactionGlAccountCategory
(TransactionGlAccountCategoryTransfer transactionGlAccountCategory) void
TransactionGlEntryTransfer.setTransactionGlAccountCategory
(TransactionGlAccountCategoryTransfer transactionGlAccountCategory) Constructors in com.echothree.model.control.accounting.common.transfer with parameters of type TransactionGlAccountCategoryTransferModifierConstructorDescriptionTransactionGlAccountCategoryDescriptionTransfer
(LanguageTransfer language, TransactionGlAccountCategoryTransfer transactionGlAccountCategory, String description) Creates a new instance of TransactionGlAccountCategoryDescriptionTransferTransactionGlAccountTransfer
(TransactionGlAccountCategoryTransfer transactionGlAccountCategory, GlAccountTransfer glAccount) Creates a new instance of TransactionGlAccountTransferTransactionGlEntryTransfer
(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 TransactionGlAccountCategoryTransfer in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return TransactionGlAccountCategoryTransferModifier and TypeMethodDescriptionAccountingControl.getTransactionGlAccountCategoryTransfer
(UserVisit userVisit, TransactionGlAccountCategory transactionGlAccountCategory) Methods in com.echothree.model.control.accounting.server.control that return types with arguments of type TransactionGlAccountCategoryTransferModifier and TypeMethodDescriptionAccountingControl.getTransactionGlAccountCategoryTransfers
(UserVisit userVisit) AccountingControl.getTransactionGlAccountCategoryTransfers
(UserVisit userVisit, Collection<TransactionGlAccountCategory> transactionGlAccountCategories) AccountingControl.getTransactionGlAccountCategoryTransfersByTransactionType
(UserVisit userVisit, TransactionType transactionType) -
Uses of TransactionGlAccountCategoryTransfer in com.echothree.model.control.accounting.server.transfer
Methods in com.echothree.model.control.accounting.server.transfer that return TransactionGlAccountCategoryTransferModifier and TypeMethodDescriptionTransactionGlAccountCategoryTransferCache.getTransfer
(TransactionGlAccountCategory transactionGlAccountCategory)