Uses of Class
com.echothree.model.data.accounting.server.entity.GlAccountCategoryDescription
Packages that use GlAccountCategoryDescription
Package
Description
-
Uses of GlAccountCategoryDescription in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return GlAccountCategoryDescriptionModifier and TypeMethodDescriptionAccountingControl.createGlAccountCategoryDescription(GlAccountCategory glAccountCategory, Language language, String description, BasePK createdBy) AccountingControl.getGlAccountCategoryDescription(GlAccountCategory glAccountCategory, Language language) AccountingControl.getGlAccountCategoryDescriptionForUpdate(GlAccountCategory glAccountCategory, Language language) Methods in com.echothree.model.control.accounting.server.control that return types with arguments of type GlAccountCategoryDescriptionModifier and TypeMethodDescriptionAccountingControl.getGlAccountCategoryDescriptionsByGlAccountCategory(GlAccountCategory glAccountCategory) AccountingControl.getGlAccountCategoryDescriptionsByGlAccountCategoryForUpdate(GlAccountCategory glAccountCategory) Methods in com.echothree.model.control.accounting.server.control with parameters of type GlAccountCategoryDescriptionModifier and TypeMethodDescriptionvoidAccountingControl.deleteGlAccountCategoryDescription(GlAccountCategoryDescription glAccountCategoryDescription, BasePK deletedBy) AccountingControl.getGlAccountCategoryDescriptionTransfer(UserVisit userVisit, GlAccountCategoryDescription glAccountCategoryDescription) AccountingControl.getGlAccountCategoryDescriptionValue(GlAccountCategoryDescription glAccountCategoryDescription) -
Uses of GlAccountCategoryDescription in com.echothree.model.control.accounting.server.transfer
Methods in com.echothree.model.control.accounting.server.transfer with parameters of type GlAccountCategoryDescriptionModifier and TypeMethodDescriptionGlAccountCategoryDescriptionTransferCache.getTransfer(UserVisit userVisit, GlAccountCategoryDescription glAccountCategoryDescription) -
Uses of GlAccountCategoryDescription in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountCategoryDescriptionModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.create(GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GlAccountCategoryDescriptionFactory.create(GlAccountCategory glAccountCategory, Language language, String description, Long fromTime, Long thruTime) GlAccountCategoryDescriptionFactory.getEntityFromCache(GlAccountCategoryDescriptionPK pk) GlAccountCategoryDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountCategoryDescriptionPK pk) GlAccountCategoryDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountCategoryDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountCategoryDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountCategoryDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) GlAccountCategoryDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, GlAccountCategoryDescriptionValue value) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountCategoryDescriptionModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountCategoryDescriptionPK> pks) GlAccountCategoryDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountCategoryDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountCategoryDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountCategoryDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountCategoryDescriptionModifier and TypeMethodDescriptionvoidGlAccountCategoryDescriptionFactory.remove(GlAccountCategoryDescription entity) voidGlAccountCategoryDescriptionFactory.store(GlAccountCategoryDescription entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountCategoryDescriptionModifier and TypeMethodDescriptionvoidGlAccountCategoryDescriptionFactory.store(Collection<GlAccountCategoryDescription> entities)