Uses of Class
com.echothree.model.data.accounting.server.entity.GlAccountDescription
Packages that use GlAccountDescription
Package
Description
-
Uses of GlAccountDescription in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return GlAccountDescriptionModifier and TypeMethodDescriptionAccountingControl.createGlAccountDescription
(GlAccount glAccount, Language language, String description, BasePK createdBy) AccountingControl.getGlAccountDescription
(GlAccount glAccount, Language language) AccountingControl.getGlAccountDescriptionForUpdate
(GlAccount glAccount, Language language) Methods in com.echothree.model.control.accounting.server.control that return types with arguments of type GlAccountDescriptionModifier and TypeMethodDescriptionAccountingControl.getGlAccountDescriptionsByGlAccount
(GlAccount glAccount) AccountingControl.getGlAccountDescriptionsByGlAccountForUpdate
(GlAccount glAccount) Methods in com.echothree.model.control.accounting.server.control with parameters of type GlAccountDescriptionModifier and TypeMethodDescriptionvoid
AccountingControl.deleteGlAccountDescription
(GlAccountDescription glAccountDescription, BasePK deletedBy) AccountingControl.getGlAccountDescriptionTransfer
(UserVisit userVisit, GlAccountDescription glAccountDescription) AccountingControl.getGlAccountDescriptionValue
(GlAccountDescription glAccountDescription) -
Uses of GlAccountDescription in com.echothree.model.control.accounting.server.transfer
Methods in com.echothree.model.control.accounting.server.transfer with parameters of type GlAccountDescriptionModifier and TypeMethodDescriptionGlAccountDescriptionTransferCache.getTransfer
(GlAccountDescription glAccountDescription) -
Uses of GlAccountDescription in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountDescriptionModifier and TypeMethodDescriptionGlAccountDescriptionFactory.create
(GlAccountPK glAccountPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GlAccountDescriptionFactory.create
(GlAccount glAccount, Language language, String description, Long fromTime, Long thruTime) GlAccountDescriptionFactory.create
(Session session, GlAccountPK glAccountPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GlAccountDescriptionFactory.create
(Session session, GlAccount glAccount, Language language, String description, Long fromTime, Long thruTime) GlAccountDescriptionFactory.getEntityFromCache
(Session session, GlAccountDescriptionPK pk) GlAccountDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, GlAccountDescriptionPK pk) GlAccountDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GlAccountDescriptionPK pk) GlAccountDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) GlAccountDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountDescriptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) GlAccountDescriptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) GlAccountDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, GlAccountDescriptionValue value) GlAccountDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, GlAccountDescriptionValue value) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountDescriptionModifier and TypeMethodDescriptionGlAccountDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<GlAccountDescriptionPK> pks) GlAccountDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GlAccountDescriptionPK> pks) GlAccountDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) GlAccountDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountDescriptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) GlAccountDescriptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountDescriptionModifier and TypeMethodDescriptionvoid
GlAccountDescriptionFactory.remove
(Session session, GlAccountDescription entity) void
GlAccountDescriptionFactory.store
(Session session, GlAccountDescription entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountDescriptionModifier and TypeMethodDescriptionvoid
GlAccountDescriptionFactory.store
(Session session, Collection<GlAccountDescription> entities) void
GlAccountDescriptionFactory.store
(Collection<GlAccountDescription> entities)