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 TypeMethodDescriptionvoidGetTransactionGlAccountCategoryDescriptionsResult.setTransactionGlAccountCategory(TransactionGlAccountCategoryTransfer transactionGlAccountCategory) voidGetTransactionGlAccountCategoryResult.setTransactionGlAccountCategory(TransactionGlAccountCategoryTransfer transactionGlAccountCategory) Method parameters in com.echothree.control.user.accounting.common.result with type arguments of type TransactionGlAccountCategoryTransferModifier and TypeMethodDescriptionvoidGetTransactionGlAccountCategoriesResult.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 TypeMethodDescriptionvoidTransactionGlAccountCategoryDescriptionTransfer.setTransactionGlAccountCategory(TransactionGlAccountCategoryTransfer transactionGlAccountCategory) voidTransactionGlAccountTransfer.setTransactionGlAccountCategory(TransactionGlAccountCategoryTransfer transactionGlAccountCategory) voidTransactionGlEntryTransfer.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, 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 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, 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(UserVisit userVisit, TransactionGlAccountCategory transactionGlAccountCategory)