Uses of Class
com.echothree.model.control.accounting.common.transfer.GlAccountCategoryTransfer
Packages that use GlAccountCategoryTransfer
Package
Description
-
Uses of GlAccountCategoryTransfer in com.echothree.control.user.accounting.common.result
Methods in com.echothree.control.user.accounting.common.result that return GlAccountCategoryTransferModifier and TypeMethodDescriptionGetGlAccountCategoryDescriptionsResult.getGlAccountCategory()GetGlAccountCategoryResult.getGlAccountCategory()GetGlAccountsResult.getGlAccountCategory()Methods in com.echothree.control.user.accounting.common.result that return types with arguments of type GlAccountCategoryTransferMethods in com.echothree.control.user.accounting.common.result with parameters of type GlAccountCategoryTransferModifier and TypeMethodDescriptionvoidGetGlAccountCategoryDescriptionsResult.setGlAccountCategory(GlAccountCategoryTransfer glAccountCategory) voidGetGlAccountCategoryResult.setGlAccountCategory(GlAccountCategoryTransfer glAccountCategory) voidGetGlAccountsResult.setGlAccountCategory(GlAccountCategoryTransfer glAccountCategory) Method parameters in com.echothree.control.user.accounting.common.result with type arguments of type GlAccountCategoryTransferModifier and TypeMethodDescriptionvoidGetGlAccountCategoriesResult.setGlAccountCategories(List<GlAccountCategoryTransfer> glAccountCategories) -
Uses of GlAccountCategoryTransfer in com.echothree.model.control.accounting.common.transfer
Methods in com.echothree.model.control.accounting.common.transfer that return GlAccountCategoryTransferModifier and TypeMethodDescriptionGlAccountCategoryDescriptionTransfer.getGlAccountCategory()GlAccountTransfer.getGlAccountCategory()TransactionGlAccountCategoryTransfer.getGlAccountCategory()GlAccountCategoryTransfer.getParentGlAccountCategory()Methods in com.echothree.model.control.accounting.common.transfer with parameters of type GlAccountCategoryTransferModifier and TypeMethodDescriptionvoidGlAccountCategoryDescriptionTransfer.setGlAccountCategory(GlAccountCategoryTransfer glAccountCategory) voidGlAccountTransfer.setGlAccountCategory(GlAccountCategoryTransfer glAccountCategory) voidTransactionGlAccountCategoryTransfer.setGlAccountCategory(GlAccountCategoryTransfer glAccountCategory) voidGlAccountCategoryTransfer.setParentGlAccountCategory(GlAccountCategoryTransfer parentGlAccountCategory) Constructors in com.echothree.model.control.accounting.common.transfer with parameters of type GlAccountCategoryTransferModifierConstructorDescriptionGlAccountCategoryDescriptionTransfer(LanguageTransfer language, GlAccountCategoryTransfer glAccountCategory, String description) Creates a new instance of GlAccountCategoryDescriptionTransferGlAccountCategoryTransfer(String glAccountCategoryName, GlAccountCategoryTransfer parentGlAccountCategory, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of GlAccountCategoryTransferGlAccountTransfer(String glAccountName, GlAccountTransfer parentGlAccount, GlAccountTypeTransfer glAccountType, GlAccountClassTransfer glAccountClass, GlAccountCategoryTransfer glAccountCategory, GlResourceTypeTransfer glResourceType, CurrencyTransfer currency, Boolean isDefault, String description) Creates a new instance of GlAccountTransferTransactionGlAccountCategoryTransfer(TransactionTypeTransfer transactionType, String transactionGlAccountCategoryName, GlAccountCategoryTransfer glAccountCategory, Integer sortOrder, GlAccountTransfer glAccount, String description) Creates a new instance of TransactionGlAccountCategoryTransfer -
Uses of GlAccountCategoryTransfer in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return GlAccountCategoryTransferModifier and TypeMethodDescriptionAccountingControl.getGlAccountCategoryTransfer(UserVisit userVisit, GlAccountCategory glAccountCategory) Methods in com.echothree.model.control.accounting.server.control that return types with arguments of type GlAccountCategoryTransferModifier and TypeMethodDescriptionAccountingControl.getGlAccountCategoryTransfers(UserVisit userVisit) AccountingControl.getGlAccountCategoryTransfers(UserVisit userVisit, Collection<GlAccountCategory> glAccountCategories) -
Uses of GlAccountCategoryTransfer in com.echothree.model.control.accounting.server.transfer
Methods in com.echothree.model.control.accounting.server.transfer that return GlAccountCategoryTransferModifier and TypeMethodDescriptionGlAccountCategoryTransferCache.getTransfer(UserVisit userVisit, GlAccountCategory glAccountCategory)