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 TypeMethodDescriptionvoid
GetGlAccountClassDescriptionsResult.setGlAccountClass
(GlAccountClassTransfer glAccountClass) void
GetGlAccountClassResult.setGlAccountClass
(GlAccountClassTransfer glAccountClass) Method parameters in com.echothree.control.user.accounting.common.result with type arguments of type GlAccountClassTransferModifier and TypeMethodDescriptionvoid
GetGlAccountClassesResult.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 TypeMethodDescriptionvoid
GlAccountClassDescriptionTransfer.setGlAccountClass
(GlAccountClassTransfer glAccountClass) void
GlAccountTransfer.setGlAccountClass
(GlAccountClassTransfer glAccountClass) void
GlAccountClassTransfer.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
(GlAccountClass glAccountClass)