Uses of Class
com.echothree.model.control.accounting.common.transfer.GlAccountClassTransfer
Packages that use GlAccountClassTransfer
Package
Description
-
Uses of GlAccountClassTransfer in com.echothree.control.user.accounting.common.result
Methods in com.echothree.control.user.accounting.common.result that return GlAccountClassTransferModifier and TypeMethodDescriptionGetGlAccountClassDescriptionsResult.getGlAccountClass()GetGlAccountClassResult.getGlAccountClass()Methods in com.echothree.control.user.accounting.common.result that return types with arguments of type GlAccountClassTransferMethods in com.echothree.control.user.accounting.common.result with parameters of type GlAccountClassTransferModifier and TypeMethodDescriptionvoidGetGlAccountClassDescriptionsResult.setGlAccountClass(GlAccountClassTransfer glAccountClass) voidGetGlAccountClassResult.setGlAccountClass(GlAccountClassTransfer glAccountClass) Method parameters in com.echothree.control.user.accounting.common.result with type arguments of type GlAccountClassTransferModifier and TypeMethodDescriptionvoidGetGlAccountClassesResult.setGlAccountClasses(List<GlAccountClassTransfer> glAccountClasses) -
Uses of GlAccountClassTransfer in com.echothree.model.control.accounting.common.transfer
Methods in com.echothree.model.control.accounting.common.transfer that return GlAccountClassTransferModifier and TypeMethodDescriptionGlAccountClassDescriptionTransfer.getGlAccountClass()GlAccountTransfer.getGlAccountClass()GlAccountClassTransfer.getParentGlAccountClass()Methods in com.echothree.model.control.accounting.common.transfer with parameters of type GlAccountClassTransferModifier and TypeMethodDescriptionvoidGlAccountClassDescriptionTransfer.setGlAccountClass(GlAccountClassTransfer glAccountClass) voidGlAccountTransfer.setGlAccountClass(GlAccountClassTransfer glAccountClass) voidGlAccountClassTransfer.setParentGlAccountClass(GlAccountClassTransfer parentGlAccountClass) Constructors in com.echothree.model.control.accounting.common.transfer with parameters of type GlAccountClassTransferModifierConstructorDescriptionGlAccountClassDescriptionTransfer(LanguageTransfer language, GlAccountClassTransfer glAccountClass, String description) Creates a new instance of GlAccountClassDescriptionTransferGlAccountClassTransfer(String glAccountClassName, GlAccountClassTransfer parentGlAccountClass, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of GlAccountClassTransferGlAccountTransfer(String glAccountName, GlAccountTransfer parentGlAccount, GlAccountTypeTransfer glAccountType, GlAccountClassTransfer glAccountClass, GlAccountCategoryTransfer glAccountCategory, GlResourceTypeTransfer glResourceType, CurrencyTransfer currency, Boolean isDefault, String description) Creates a new instance of GlAccountTransfer -
Uses of GlAccountClassTransfer in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return GlAccountClassTransferModifier and TypeMethodDescriptionAccountingControl.getGlAccountClassTransfer(UserVisit userVisit, GlAccountClass glAccountClass) Methods in com.echothree.model.control.accounting.server.control that return types with arguments of type GlAccountClassTransferModifier and TypeMethodDescriptionAccountingControl.getGlAccountClassTransfers(UserVisit userVisit) AccountingControl.getGlAccountClassTransfers(UserVisit userVisit, Collection<GlAccountClass> glAccountClasses) -
Uses of GlAccountClassTransfer in com.echothree.model.control.accounting.server.transfer
Methods in com.echothree.model.control.accounting.server.transfer that return GlAccountClassTransferModifier and TypeMethodDescriptionGlAccountClassTransferCache.getTransfer(UserVisit userVisit, GlAccountClass glAccountClass)