Uses of Class
com.echothree.model.data.accounting.server.entity.TransactionGlAccountCategory
Packages that use TransactionGlAccountCategory
Package
Description
-
Uses of TransactionGlAccountCategory in com.echothree.control.user.accounting.server.command
Methods in com.echothree.control.user.accounting.server.command that return TransactionGlAccountCategoryModifier and TypeMethodDescriptionprotected TransactionGlAccountCategoryGetTransactionGlAccountCategoryCommand.getEntity()Methods in com.echothree.control.user.accounting.server.command that return types with arguments of type TransactionGlAccountCategoryModifier and TypeMethodDescriptionprotected Collection<TransactionGlAccountCategory> GetTransactionGlAccountCategoriesCommand.getEntities()Methods in com.echothree.control.user.accounting.server.command with parameters of type TransactionGlAccountCategoryModifier and TypeMethodDescriptionprotected BaseResultGetTransactionGlAccountCategoryCommand.getResult(TransactionGlAccountCategory entity) Method parameters in com.echothree.control.user.accounting.server.command with type arguments of type TransactionGlAccountCategoryModifier and TypeMethodDescriptionprotected BaseResultGetTransactionGlAccountCategoriesCommand.getResult(Collection<TransactionGlAccountCategory> entities) -
Uses of TransactionGlAccountCategory in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return TransactionGlAccountCategoryModifier and TypeMethodDescriptionAccountingControl.createTransactionGlAccountCategory(TransactionType transactionType, String transactionGlAccountCategoryName, GlAccountCategory glAccountCategory, Integer sortOrder, BasePK createdBy) AccountingControl.getTransactionGlAccountCategoryByEntityInstance(EntityInstance entityInstance) AccountingControl.getTransactionGlAccountCategoryByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.TransactionGlAccountCategoryAccountingControl.getTransactionGlAccountCategoryByEntityInstanceForUpdate(EntityInstance entityInstance) AccountingControl.getTransactionGlAccountCategoryByName(TransactionType transactionType, String transactionGlAccountCategoryName) AccountingControl.getTransactionGlAccountCategoryByName(TransactionType transactionType, String transactionGlAccountCategoryName, EntityPermission entityPermission) AccountingControl.getTransactionGlAccountCategoryByNameForUpdate(TransactionType transactionType, String transactionGlAccountCategoryName) Methods in com.echothree.model.control.accounting.server.control that return types with arguments of type TransactionGlAccountCategoryModifier and TypeMethodDescriptionAccountingControl.getTransactionGlAccountCategoriesByTransactionType(TransactionType transactionType) AccountingControl.getTransactionGlAccountCategoriesByTransactionTypeForUpdate(TransactionType transactionType) Methods in com.echothree.model.control.accounting.server.control with parameters of type TransactionGlAccountCategoryModifier and TypeMethodDescriptionAccountingControl.createTransactionGlAccount(TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, BasePK createdBy) AccountingControl.createTransactionGlAccountCategoryDescription(TransactionGlAccountCategory transactionGlAccountCategory, Language language, String description, BasePK createdBy) AccountingControl.createTransactionGlEntry(Transaction transaction, Integer transactionGlEntrySequence, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalDebit, Long originalCredit, Long debit, Long credit, BasePK createdBy) voidAccountingControl.deleteTransactionGlAccountByTransactionGlAccountCategory(TransactionGlAccountCategory transactionGlAccountCategory, BasePK deletedBy) voidAccountingControl.deleteTransactionGlAccountCategory(TransactionGlAccountCategory transactionGlAccountCategory, BasePK deletedBy) voidAccountingControl.deleteTransactionGlAccountCategoryDescriptionsByTransactionGlAccountCategory(TransactionGlAccountCategory transactionGlAccountCategory, BasePK deletedBy) AccountingControl.getBestTransactionGlAccountCategoryDescription(TransactionGlAccountCategory transactionGlAccountCategory, Language language) AccountingControl.getTransactionGlAccount(TransactionGlAccountCategory transactionGlAccountCategory) AccountingControl.getTransactionGlAccountCategoryDescription(TransactionGlAccountCategory transactionGlAccountCategory, Language language) AccountingControl.getTransactionGlAccountCategoryDescriptionForUpdate(TransactionGlAccountCategory transactionGlAccountCategory, Language language) AccountingControl.getTransactionGlAccountCategoryDescriptionsByTransactionGlAccountCategory(TransactionGlAccountCategory transactionGlAccountCategory) AccountingControl.getTransactionGlAccountCategoryDescriptionsByTransactionGlAccountCategoryForUpdate(TransactionGlAccountCategory transactionGlAccountCategory) AccountingControl.getTransactionGlAccountCategoryDescriptionTransfersByTransactionGlAccountCategory(UserVisit userVisit, TransactionGlAccountCategory transactionGlAccountCategory) AccountingControl.getTransactionGlAccountCategoryDescriptionValueForUpdate(TransactionGlAccountCategory transactionGlAccountCategory, Language language) AccountingControl.getTransactionGlAccountCategoryDetailValueForUpdate(TransactionGlAccountCategory transactionGlAccountCategory) AccountingControl.getTransactionGlAccountCategoryTransfer(UserVisit userVisit, TransactionGlAccountCategory transactionGlAccountCategory) AccountingControl.getTransactionGlAccountForUpdate(TransactionGlAccountCategory transactionGlAccountCategory) AccountingControl.getTransactionGlAccountValueForUpdate(TransactionGlAccountCategory transactionGlAccountCategory) Method parameters in com.echothree.model.control.accounting.server.control with type arguments of type TransactionGlAccountCategoryModifier and TypeMethodDescriptionvoidAccountingControl.deleteTransactionGlAccountCategories(List<TransactionGlAccountCategory> transactionGlAccountCategories, BasePK deletedBy) AccountingControl.getTransactionGlAccountCategoryTransfers(UserVisit userVisit, Collection<TransactionGlAccountCategory> transactionGlAccountCategories) -
Uses of TransactionGlAccountCategory in com.echothree.model.control.accounting.server.graphql
Constructors in com.echothree.model.control.accounting.server.graphql with parameters of type TransactionGlAccountCategoryModifierConstructorDescriptionTransactionGlAccountCategoryObject(TransactionGlAccountCategory transactionGlAccountCategory) -
Uses of TransactionGlAccountCategory in com.echothree.model.control.accounting.server.logic
Methods in com.echothree.model.control.accounting.server.logic that return TransactionGlAccountCategoryModifier and TypeMethodDescriptionTransactionGlAccountCategoryLogic.createTransactionGlAccountCategory(ExecutionErrorAccumulator eea, TransactionType transactionType, String transactionGlAccountCategoryName, GlAccountCategory glAccountCategory, Integer sortOrder, Language language, String description, BasePK createdBy) TransactionGlAccountCategoryLogic.createTransactionGlAccountCategory(ExecutionErrorAccumulator eea, String transactionTypeName, String transactionGlAccountCategoryName, GlAccountCategory glAccountCategory, Integer sortOrder, Language language, String description, BasePK createdBy) TransactionGlAccountCategoryLogic.getTransactionGlAccountCategoryByName(ExecutionErrorAccumulator eea, TransactionType transactionType, String transactionGlAccountCategoryName) TransactionGlAccountCategoryLogic.getTransactionGlAccountCategoryByName(ExecutionErrorAccumulator eea, TransactionType transactionType, String transactionGlAccountCategoryName, EntityPermission entityPermission) TransactionGlAccountCategoryLogic.getTransactionGlAccountCategoryByName(ExecutionErrorAccumulator eea, String transactionTypeName, String transactionGlAccountCategoryName) TransactionGlAccountCategoryLogic.getTransactionGlAccountCategoryByName(ExecutionErrorAccumulator eea, String transactionTypeName, String transactionGlAccountCategoryName, EntityPermission entityPermission) TransactionGlAccountCategoryLogic.getTransactionGlAccountCategoryByNameForUpdate(ExecutionErrorAccumulator eea, TransactionType transactionType, String transactionGlAccountCategoryName) TransactionGlAccountCategoryLogic.getTransactionGlAccountCategoryByNameForUpdate(ExecutionErrorAccumulator eea, String transactionTypeName, String transactionGlAccountCategoryName) TransactionGlAccountCategoryLogic.getTransactionGlAccountCategoryByUniversalSpec(ExecutionErrorAccumulator eea, TransactionGlAccountCategoryUniversalSpec universalSpec) TransactionGlAccountCategoryLogic.getTransactionGlAccountCategoryByUniversalSpec(ExecutionErrorAccumulator eea, TransactionGlAccountCategoryUniversalSpec universalSpec, EntityPermission entityPermission) TransactionGlAccountCategoryLogic.getTransactionGlAccountCategoryByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, TransactionGlAccountCategoryUniversalSpec universalSpec) Methods in com.echothree.model.control.accounting.server.logic with parameters of type TransactionGlAccountCategoryModifier and TypeMethodDescriptionTransactionLogic.createTransactionGlEntry(Transaction transaction, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalDebit, Long originalCredit, BasePK createdBy) voidTransactionGlAccountCategoryLogic.deleteTransactionGlAccountCategory(ExecutionErrorAccumulator eea, TransactionGlAccountCategory transactionGlAccountCategory, BasePK deletedBy) -
Uses of TransactionGlAccountCategory in com.echothree.model.control.accounting.server.transfer
Methods in com.echothree.model.control.accounting.server.transfer with parameters of type TransactionGlAccountCategoryModifier and TypeMethodDescriptionTransactionGlAccountCategoryTransferCache.getTransfer(UserVisit userVisit, TransactionGlAccountCategory transactionGlAccountCategory) -
Uses of TransactionGlAccountCategory in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionGlAccountCategoryModifier and TypeMethodDescriptionTransactionGlAccount.getTransactionGlAccountCategory()TransactionGlAccount.getTransactionGlAccountCategory(EntityPermission entityPermission) TransactionGlAccount.getTransactionGlAccountCategory(Session session) TransactionGlAccount.getTransactionGlAccountCategory(Session session, EntityPermission entityPermission) TransactionGlAccountCategoryDescription.getTransactionGlAccountCategory()TransactionGlAccountCategoryDescription.getTransactionGlAccountCategory(EntityPermission entityPermission) TransactionGlAccountCategoryDescription.getTransactionGlAccountCategory(Session session) TransactionGlAccountCategoryDescription.getTransactionGlAccountCategory(Session session, EntityPermission entityPermission) TransactionGlAccountCategoryDetail.getTransactionGlAccountCategory()TransactionGlAccountCategoryDetail.getTransactionGlAccountCategory(EntityPermission entityPermission) TransactionGlAccountCategoryDetail.getTransactionGlAccountCategory(Session session) TransactionGlAccountCategoryDetail.getTransactionGlAccountCategory(Session session, EntityPermission entityPermission) TransactionGlEntry.getTransactionGlAccountCategory()TransactionGlEntry.getTransactionGlAccountCategory(EntityPermission entityPermission) TransactionGlEntry.getTransactionGlAccountCategory(Session session) TransactionGlEntry.getTransactionGlAccountCategory(Session session, EntityPermission entityPermission) TransactionGlAccount.getTransactionGlAccountCategoryForUpdate()TransactionGlAccount.getTransactionGlAccountCategoryForUpdate(Session session) TransactionGlAccountCategoryDescription.getTransactionGlAccountCategoryForUpdate()TransactionGlAccountCategoryDescription.getTransactionGlAccountCategoryForUpdate(Session session) TransactionGlAccountCategoryDetail.getTransactionGlAccountCategoryForUpdate()TransactionGlAccountCategoryDetail.getTransactionGlAccountCategoryForUpdate(Session session) TransactionGlEntry.getTransactionGlAccountCategoryForUpdate()TransactionGlEntry.getTransactionGlAccountCategoryForUpdate(Session session) Methods in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGlAccountCategoryModifier and TypeMethodDescriptionvoidTransactionGlAccount.setTransactionGlAccountCategory(TransactionGlAccountCategory entity) voidTransactionGlAccountCategoryDescription.setTransactionGlAccountCategory(TransactionGlAccountCategory entity) voidTransactionGlAccountCategoryDetail.setTransactionGlAccountCategory(TransactionGlAccountCategory entity) voidTransactionGlEntry.setTransactionGlAccountCategory(TransactionGlAccountCategory entity) -
Uses of TransactionGlAccountCategory in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionGlAccountCategoryModifier and TypeMethodDescriptionTransactionGlAccountCategoryFactory.create()TransactionGlAccountCategoryFactory.create(TransactionGlAccountCategoryDetailPK activeDetailPK, TransactionGlAccountCategoryDetailPK lastDetailPK) TransactionGlAccountCategoryFactory.create(TransactionGlAccountCategoryDetail activeDetail, TransactionGlAccountCategoryDetail lastDetail) TransactionGlAccountCategoryFactory.create(Session session, TransactionGlAccountCategoryDetailPK activeDetailPK, TransactionGlAccountCategoryDetailPK lastDetailPK) TransactionGlAccountCategoryFactory.create(Session session, TransactionGlAccountCategoryDetail activeDetail, TransactionGlAccountCategoryDetail lastDetail) TransactionGlAccountCategoryFactory.getEntityFromCache(Session session, TransactionGlAccountCategoryPK pk) TransactionGlAccountCategoryFactory.getEntityFromPK(EntityPermission entityPermission, TransactionGlAccountCategoryPK pk) TransactionGlAccountCategoryFactory.getEntityFromPK(Session session, EntityPermission entityPermission, TransactionGlAccountCategoryPK pk) TransactionGlAccountCategoryFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) TransactionGlAccountCategoryFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) TransactionGlAccountCategoryFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) TransactionGlAccountCategoryFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) TransactionGlAccountCategoryFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) TransactionGlAccountCategoryFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) TransactionGlAccountCategoryFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) TransactionGlAccountCategoryFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) TransactionGlAccountCategoryFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) TransactionGlAccountCategoryFactory.getEntityFromValue(EntityPermission entityPermission, TransactionGlAccountCategoryValue value) TransactionGlAccountCategoryFactory.getEntityFromValue(Session session, EntityPermission entityPermission, TransactionGlAccountCategoryValue value) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGlAccountCategoryModifier and TypeMethodDescriptionTransactionGlAccountCategoryFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<TransactionGlAccountCategoryPK> pks) TransactionGlAccountCategoryFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<TransactionGlAccountCategoryPK> pks) TransactionGlAccountCategoryFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) TransactionGlAccountCategoryFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) TransactionGlAccountCategoryFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) TransactionGlAccountCategoryFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) TransactionGlAccountCategoryFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) TransactionGlAccountCategoryFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) TransactionGlAccountCategoryFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) TransactionGlAccountCategoryFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) TransactionGlAccountCategoryFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGlAccountCategoryModifier and TypeMethodDescriptionTransactionGlAccountCategoryDescriptionFactory.create(TransactionGlAccountCategory transactionGlAccountCategory, Language language, String description, Long fromTime, Long thruTime) TransactionGlAccountCategoryDescriptionFactory.create(Session session, TransactionGlAccountCategory transactionGlAccountCategory, Language language, String description, 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) TransactionGlAccountFactory.create(TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Long fromTime, Long thruTime) TransactionGlAccountFactory.create(Session session, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Long fromTime, Long thruTime) TransactionGlEntryFactory.create(Transaction transaction, Integer transactionGlEntrySequence, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) TransactionGlEntryFactory.create(Session session, Transaction transaction, Integer transactionGlEntrySequence, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) voidTransactionGlAccountCategoryFactory.remove(Session session, TransactionGlAccountCategory entity) voidTransactionGlAccountCategoryFactory.store(Session session, TransactionGlAccountCategory entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGlAccountCategoryModifier and TypeMethodDescriptionvoidTransactionGlAccountCategoryFactory.store(Session session, Collection<TransactionGlAccountCategory> entities) voidTransactionGlAccountCategoryFactory.store(Collection<TransactionGlAccountCategory> entities)