Uses of Class
com.echothree.model.data.accounting.server.entity.GlAccountCategory
Packages that use GlAccountCategory
Package
Description
-
Uses of GlAccountCategory in com.echothree.control.user.accounting.server.command
Methods in com.echothree.control.user.accounting.server.command that return GlAccountCategoryModifier and TypeMethodDescriptionprotected GlAccountCategory
GetGlAccountCategoryCommand.getEntity()
Methods in com.echothree.control.user.accounting.server.command that return types with arguments of type GlAccountCategoryModifier and TypeMethodDescriptionprotected Collection<GlAccountCategory>
GetGlAccountCategoriesCommand.getEntities()
Methods in com.echothree.control.user.accounting.server.command with parameters of type GlAccountCategoryModifier and TypeMethodDescriptionprotected BaseResult
GetGlAccountCategoryCommand.getResult
(GlAccountCategory entity) Method parameters in com.echothree.control.user.accounting.server.command with type arguments of type GlAccountCategoryModifier and TypeMethodDescriptionprotected BaseResult
GetGlAccountCategoriesCommand.getResult
(Collection<GlAccountCategory> entities) -
Uses of GlAccountCategory in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return GlAccountCategoryModifier and TypeMethodDescriptionAccountingControl.createGlAccountCategory
(String glAccountCategoryName, GlAccountCategory parentGlAccountCategory, Boolean isDefault, Integer sortOrder, BasePK createdBy) AccountingControl.getDefaultGlAccountCategory()
AccountingControl.getDefaultGlAccountCategory
(EntityPermission entityPermission) AccountingControl.getDefaultGlAccountCategoryForUpdate()
AccountingControl.getGlAccountCategoryByEntityInstance
(EntityInstance entityInstance) AccountingControl.getGlAccountCategoryByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.GlAccountCategoryAccountingControl.getGlAccountCategoryByEntityInstanceForUpdate
(EntityInstance entityInstance) AccountingControl.getGlAccountCategoryByName
(String glAccountCategoryName) AccountingControl.getGlAccountCategoryByName
(String glAccountCategoryName, EntityPermission entityPermission) AccountingControl.getGlAccountCategoryByNameForUpdate
(String glAccountCategoryName) Methods in com.echothree.model.control.accounting.server.control that return types with arguments of type GlAccountCategoryModifier and TypeMethodDescriptionAccountingControl.getGlAccountCategories()
AccountingControl.getGlAccountCategoriesByParentGlAccountCategory
(GlAccountCategory parentGlAccountCategory) AccountingControl.getGlAccountCategoriesByParentGlAccountCategoryForUpdate
(GlAccountCategory parentGlAccountCategory) AccountingControl.getGlAccountCategoriesForUpdate()
Methods in com.echothree.model.control.accounting.server.control with parameters of type GlAccountCategoryModifier and TypeMethodDescriptionlong
AccountingControl.countGlAccountsByGlAccountCategory
(GlAccountCategory glAccountCategory) AccountingControl.createGlAccount
(String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, BasePK createdBy) AccountingControl.createGlAccountCategory
(String glAccountCategoryName, GlAccountCategory parentGlAccountCategory, Boolean isDefault, Integer sortOrder, BasePK createdBy) AccountingControl.createGlAccountCategoryDescription
(GlAccountCategory glAccountCategory, Language language, String description, BasePK createdBy) AccountingControl.createTransactionGlAccountCategory
(TransactionType transactionType, String transactionGlAccountCategoryName, GlAccountCategory glAccountCategory, Integer sortOrder, BasePK createdBy) void
AccountingControl.deleteGlAccountCategory
(GlAccountCategory glAccountCategory, BasePK deletedBy) void
AccountingControl.deleteGlAccountCategoryDescriptionsByGlAccountCategory
(GlAccountCategory glAccountCategory, BasePK deletedBy) void
AccountingControl.deleteGlAccountsByGlAccountCategory
(GlAccountCategory glAccountCategory, BasePK deletedBy) AccountingControl.getBestGlAccountCategoryDescription
(GlAccountCategory glAccountCategory, Language language) AccountingControl.getDefaultGlAccount
(GlAccountCategory glAccountCategory) AccountingControl.getDefaultGlAccount
(GlAccountCategory glAccountCategory, EntityPermission entityPermission) AccountingControl.getDefaultGlAccountDetailValueForUpdate
(GlAccountCategory glAccountCategory) AccountingControl.getDefaultGlAccountForUpdate
(GlAccountCategory glAccountCategory) AccountingControl.getGlAccountCategoriesByParentGlAccountCategory
(GlAccountCategory parentGlAccountCategory) AccountingControl.getGlAccountCategoriesByParentGlAccountCategoryForUpdate
(GlAccountCategory parentGlAccountCategory) AccountingControl.getGlAccountCategoryDescription
(GlAccountCategory glAccountCategory, Language language) AccountingControl.getGlAccountCategoryDescriptionForUpdate
(GlAccountCategory glAccountCategory, Language language) AccountingControl.getGlAccountCategoryDescriptionsByGlAccountCategory
(GlAccountCategory glAccountCategory) AccountingControl.getGlAccountCategoryDescriptionsByGlAccountCategoryForUpdate
(GlAccountCategory glAccountCategory) AccountingControl.getGlAccountCategoryDescriptionTransfersByGlAccountCategory
(UserVisit userVisit, GlAccountCategory glAccountCategory) AccountingControl.getGlAccountCategoryDescriptionValueForUpdate
(GlAccountCategory glAccountCategory, Language language) AccountingControl.getGlAccountCategoryDetailValueForUpdate
(GlAccountCategory glAccountCategory) AccountingControl.getGlAccountCategoryTransfer
(UserVisit userVisit, GlAccountCategory glAccountCategory) AccountingControl.getGlAccountChoicesByGlAccountCategory
(String defaultGlAccountChoice, Language language, GlAccountCategory glAccountCategory, boolean allowNullChoice) AccountingControl.getGlAccountsByGlAccountCategory
(GlAccountCategory glAccountCategory) AccountingControl.getGlAccountsByGlAccountCategoryForUpdate
(GlAccountCategory glAccountCategory) AccountingControl.getGlAccountTransfersByGlAccountCategory
(UserVisit userVisit, GlAccountCategory glAccountCategory) boolean
AccountingControl.isParentGlAccountCategorySafe
(GlAccountCategory glAccountCategory, GlAccountCategory parentGlAccountCategory) Method parameters in com.echothree.model.control.accounting.server.control with type arguments of type GlAccountCategoryModifier and TypeMethodDescriptionvoid
AccountingControl.deleteGlAccountCategories
(List<GlAccountCategory> glAccountCategories, BasePK deletedBy) AccountingControl.getGlAccountCategoryTransfers
(UserVisit userVisit, Collection<GlAccountCategory> glAccountCategories) -
Uses of GlAccountCategory in com.echothree.model.control.accounting.server.graphql
Constructors in com.echothree.model.control.accounting.server.graphql with parameters of type GlAccountCategory -
Uses of GlAccountCategory in com.echothree.model.control.accounting.server.logic
Methods in com.echothree.model.control.accounting.server.logic that return GlAccountCategoryModifier and TypeMethodDescriptionGlAccountCategoryLogic.createGlAccountCategory
(ExecutionErrorAccumulator eea, String glAccountCategoryName, GlAccountCategory parentGlAccountCategory, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) GlAccountCategoryLogic.getGlAccountCategoryByName
(ExecutionErrorAccumulator eea, String glAccountCategoryName) GlAccountCategoryLogic.getGlAccountCategoryByName
(ExecutionErrorAccumulator eea, String glAccountCategoryName, EntityPermission entityPermission) GlAccountCategoryLogic.getGlAccountCategoryByNameForUpdate
(ExecutionErrorAccumulator eea, String glAccountCategoryName) GlAccountCategoryLogic.getGlAccountCategoryByUniversalSpec
(ExecutionErrorAccumulator eea, GlAccountCategoryUniversalSpec universalSpec, boolean allowDefault) GlAccountCategoryLogic.getGlAccountCategoryByUniversalSpec
(ExecutionErrorAccumulator eea, GlAccountCategoryUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) GlAccountCategoryLogic.getGlAccountCategoryByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, GlAccountCategoryUniversalSpec universalSpec, boolean allowDefault) Methods in com.echothree.model.control.accounting.server.logic with parameters of type GlAccountCategoryModifier and TypeMethodDescriptionGlAccountLogic.createGlAccount
(ExecutionErrorAccumulator eea, String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, Language language, String description, BasePK createdBy) GlAccountCategoryLogic.createGlAccountCategory
(ExecutionErrorAccumulator eea, String glAccountCategoryName, GlAccountCategory parentGlAccountCategory, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
GlAccountCategoryLogic.deleteGlAccountCategory
(ExecutionErrorAccumulator eea, GlAccountCategory glAccountCategory, BasePK deletedBy) GlAccountLogic.getGlAccountByUniversalSpec
(ExecutionErrorAccumulator eea, GlAccountUniversalSpec universalSpec, boolean allowDefault, GlAccountCategory glAccountCategory) GlAccountLogic.getGlAccountByUniversalSpec
(ExecutionErrorAccumulator eea, GlAccountUniversalSpec universalSpec, boolean allowDefault, GlAccountCategory glAccountCategory, EntityPermission entityPermission) GlAccountLogic.getGlAccountByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, GlAccountUniversalSpec universalSpec, boolean allowDefault, GlAccountCategory glAccountCategory) -
Uses of GlAccountCategory in com.echothree.model.control.accounting.server.transfer
Methods in com.echothree.model.control.accounting.server.transfer with parameters of type GlAccountCategoryModifier and TypeMethodDescriptionGlAccountCategoryTransferCache.getTransfer
(GlAccountCategory glAccountCategory) -
Uses of GlAccountCategory in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountCategoryModifier and TypeMethodDescriptionGlAccountCategoryDescription.getGlAccountCategory()
GlAccountCategoryDescription.getGlAccountCategory
(EntityPermission entityPermission) GlAccountCategoryDescription.getGlAccountCategory
(Session session) GlAccountCategoryDescription.getGlAccountCategory
(Session session, EntityPermission entityPermission) GlAccountCategoryDetail.getGlAccountCategory()
GlAccountCategoryDetail.getGlAccountCategory
(EntityPermission entityPermission) GlAccountCategoryDetail.getGlAccountCategory
(Session session) GlAccountCategoryDetail.getGlAccountCategory
(Session session, EntityPermission entityPermission) GlAccountDetail.getGlAccountCategory()
GlAccountDetail.getGlAccountCategory
(EntityPermission entityPermission) GlAccountDetail.getGlAccountCategory
(Session session) GlAccountDetail.getGlAccountCategory
(Session session, EntityPermission entityPermission) TransactionGlAccountCategoryDetail.getGlAccountCategory()
TransactionGlAccountCategoryDetail.getGlAccountCategory
(EntityPermission entityPermission) TransactionGlAccountCategoryDetail.getGlAccountCategory
(Session session) TransactionGlAccountCategoryDetail.getGlAccountCategory
(Session session, EntityPermission entityPermission) GlAccountCategoryDescription.getGlAccountCategoryForUpdate()
GlAccountCategoryDescription.getGlAccountCategoryForUpdate
(Session session) GlAccountCategoryDetail.getGlAccountCategoryForUpdate()
GlAccountCategoryDetail.getGlAccountCategoryForUpdate
(Session session) GlAccountDetail.getGlAccountCategoryForUpdate()
GlAccountDetail.getGlAccountCategoryForUpdate
(Session session) TransactionGlAccountCategoryDetail.getGlAccountCategoryForUpdate()
TransactionGlAccountCategoryDetail.getGlAccountCategoryForUpdate
(Session session) GlAccountCategoryDetail.getParentGlAccountCategory()
GlAccountCategoryDetail.getParentGlAccountCategory
(EntityPermission entityPermission) GlAccountCategoryDetail.getParentGlAccountCategory
(Session session) GlAccountCategoryDetail.getParentGlAccountCategory
(Session session, EntityPermission entityPermission) GlAccountCategoryDetail.getParentGlAccountCategoryForUpdate()
GlAccountCategoryDetail.getParentGlAccountCategoryForUpdate
(Session session) Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountCategoryModifier and TypeMethodDescriptionvoid
GlAccountCategoryDescription.setGlAccountCategory
(GlAccountCategory entity) void
GlAccountCategoryDetail.setGlAccountCategory
(GlAccountCategory entity) void
GlAccountDetail.setGlAccountCategory
(GlAccountCategory entity) void
TransactionGlAccountCategoryDetail.setGlAccountCategory
(GlAccountCategory entity) void
GlAccountCategoryDetail.setParentGlAccountCategory
(GlAccountCategory entity) -
Uses of GlAccountCategory in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountCategoryModifier and TypeMethodDescriptionGlAccountCategoryFactory.create()
GlAccountCategoryFactory.create
(GlAccountCategoryDetailPK activeDetailPK, GlAccountCategoryDetailPK lastDetailPK) GlAccountCategoryFactory.create
(GlAccountCategoryDetail activeDetail, GlAccountCategoryDetail lastDetail) GlAccountCategoryFactory.create
(Session session, GlAccountCategoryDetailPK activeDetailPK, GlAccountCategoryDetailPK lastDetailPK) GlAccountCategoryFactory.create
(Session session, GlAccountCategoryDetail activeDetail, GlAccountCategoryDetail lastDetail) GlAccountCategoryFactory.getEntityFromCache
(Session session, GlAccountCategoryPK pk) GlAccountCategoryFactory.getEntityFromPK
(EntityPermission entityPermission, GlAccountCategoryPK pk) GlAccountCategoryFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GlAccountCategoryPK pk) GlAccountCategoryFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) GlAccountCategoryFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountCategoryFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountCategoryFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountCategoryFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountCategoryFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountCategoryFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountCategoryFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) GlAccountCategoryFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) GlAccountCategoryFactory.getEntityFromValue
(EntityPermission entityPermission, GlAccountCategoryValue value) GlAccountCategoryFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, GlAccountCategoryValue value) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountCategoryModifier and TypeMethodDescriptionGlAccountCategoryFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<GlAccountCategoryPK> pks) GlAccountCategoryFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GlAccountCategoryPK> pks) GlAccountCategoryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) GlAccountCategoryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountCategoryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountCategoryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountCategoryFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountCategoryFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountCategoryFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountCategoryFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) GlAccountCategoryFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountCategoryModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.create
(GlAccountCategory glAccountCategory, Language language, String description, Long fromTime, Long thruTime) GlAccountCategoryDescriptionFactory.create
(Session session, GlAccountCategory glAccountCategory, Language language, String description, Long fromTime, Long thruTime) GlAccountCategoryDetailFactory.create
(GlAccountCategory glAccountCategory, String glAccountCategoryName, GlAccountCategory parentGlAccountCategory, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GlAccountCategoryDetailFactory.create
(Session session, GlAccountCategory glAccountCategory, String glAccountCategoryName, GlAccountCategory parentGlAccountCategory, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GlAccountDetailFactory.create
(GlAccount glAccount, String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, Long fromTime, Long thruTime) GlAccountDetailFactory.create
(Session session, GlAccount glAccount, String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, Long fromTime, Long thruTime) TransactionGlAccountCategoryDetailFactory.create
(TransactionGlAccountCategory transactionGlAccountCategory, TransactionType transactionType, String transactionGlAccountCategoryName, GlAccountCategory glAccountCategory, Integer sortOrder, Long fromTime, Long thruTime) TransactionGlAccountCategoryDetailFactory.create
(Session session, TransactionGlAccountCategory transactionGlAccountCategory, TransactionType transactionType, String transactionGlAccountCategoryName, GlAccountCategory glAccountCategory, Integer sortOrder, Long fromTime, Long thruTime) void
GlAccountCategoryFactory.remove
(Session session, GlAccountCategory entity) void
GlAccountCategoryFactory.store
(Session session, GlAccountCategory entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountCategoryModifier and TypeMethodDescriptionvoid
GlAccountCategoryFactory.store
(Session session, Collection<GlAccountCategory> entities) void
GlAccountCategoryFactory.store
(Collection<GlAccountCategory> entities)