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 TypeMethodDescriptionvoid
AccountingControl.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
(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.create
(Session session, GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GlAccountCategoryDescriptionFactory.create
(Session session, GlAccountCategory glAccountCategory, Language language, String description, Long fromTime, Long thruTime) GlAccountCategoryDescriptionFactory.getEntityFromCache
(Session session, GlAccountCategoryDescriptionPK pk) GlAccountCategoryDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, GlAccountCategoryDescriptionPK pk) GlAccountCategoryDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GlAccountCategoryDescriptionPK pk) GlAccountCategoryDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountCategoryDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountCategoryDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountCategoryDescriptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) GlAccountCategoryDescriptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) GlAccountCategoryDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, GlAccountCategoryDescriptionValue value) GlAccountCategoryDescriptionFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GlAccountCategoryDescriptionPK> pks) GlAccountCategoryDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountCategoryDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountCategoryDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountCategoryDescriptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) GlAccountCategoryDescriptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountCategoryDescriptionModifier and TypeMethodDescriptionvoid
GlAccountCategoryDescriptionFactory.remove
(Session session, GlAccountCategoryDescription entity) void
GlAccountCategoryDescriptionFactory.store
(Session session, GlAccountCategoryDescription entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountCategoryDescriptionModifier and TypeMethodDescriptionvoid
GlAccountCategoryDescriptionFactory.store
(Session session, Collection<GlAccountCategoryDescription> entities) void
GlAccountCategoryDescriptionFactory.store
(Collection<GlAccountCategoryDescription> entities)