Uses of Class
com.echothree.model.data.accounting.server.entity.GlAccountClassDescription
Packages that use GlAccountClassDescription
Package
Description
-
Uses of GlAccountClassDescription in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return GlAccountClassDescriptionModifier and TypeMethodDescriptionAccountingControl.createGlAccountClassDescription
(GlAccountClass glAccountClass, Language language, String description, BasePK createdBy) AccountingControl.getGlAccountClassDescription
(GlAccountClass glAccountClass, Language language) AccountingControl.getGlAccountClassDescriptionForUpdate
(GlAccountClass glAccountClass, Language language) Methods in com.echothree.model.control.accounting.server.control that return types with arguments of type GlAccountClassDescriptionModifier and TypeMethodDescriptionAccountingControl.getGlAccountClassDescriptionsByGlAccountClass
(GlAccountClass glAccountClass) AccountingControl.getGlAccountClassDescriptionsByGlAccountClassForUpdate
(GlAccountClass glAccountClass) Methods in com.echothree.model.control.accounting.server.control with parameters of type GlAccountClassDescriptionModifier and TypeMethodDescriptionvoid
AccountingControl.deleteGlAccountClassDescription
(GlAccountClassDescription glAccountClassDescription, BasePK deletedBy) AccountingControl.getGlAccountClassDescriptionTransfer
(UserVisit userVisit, GlAccountClassDescription glAccountClassDescription) AccountingControl.getGlAccountClassDescriptionValue
(GlAccountClassDescription glAccountClassDescription) -
Uses of GlAccountClassDescription in com.echothree.model.control.accounting.server.transfer
Methods in com.echothree.model.control.accounting.server.transfer with parameters of type GlAccountClassDescriptionModifier and TypeMethodDescriptionGlAccountClassDescriptionTransferCache.getTransfer
(GlAccountClassDescription glAccountClassDescription) -
Uses of GlAccountClassDescription in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountClassDescriptionModifier and TypeMethodDescriptionGlAccountClassDescriptionFactory.create
(GlAccountClassPK glAccountClassPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GlAccountClassDescriptionFactory.create
(GlAccountClass glAccountClass, Language language, String description, Long fromTime, Long thruTime) GlAccountClassDescriptionFactory.create
(Session session, GlAccountClassPK glAccountClassPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GlAccountClassDescriptionFactory.create
(Session session, GlAccountClass glAccountClass, Language language, String description, Long fromTime, Long thruTime) GlAccountClassDescriptionFactory.getEntityFromCache
(Session session, GlAccountClassDescriptionPK pk) GlAccountClassDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, GlAccountClassDescriptionPK pk) GlAccountClassDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GlAccountClassDescriptionPK pk) GlAccountClassDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) GlAccountClassDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountClassDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountClassDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountClassDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountClassDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountClassDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountClassDescriptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) GlAccountClassDescriptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) GlAccountClassDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, GlAccountClassDescriptionValue value) GlAccountClassDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, GlAccountClassDescriptionValue value) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountClassDescriptionModifier and TypeMethodDescriptionGlAccountClassDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<GlAccountClassDescriptionPK> pks) GlAccountClassDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GlAccountClassDescriptionPK> pks) GlAccountClassDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) GlAccountClassDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountClassDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountClassDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountClassDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountClassDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountClassDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountClassDescriptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) GlAccountClassDescriptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountClassDescriptionModifier and TypeMethodDescriptionvoid
GlAccountClassDescriptionFactory.remove
(Session session, GlAccountClassDescription entity) void
GlAccountClassDescriptionFactory.store
(Session session, GlAccountClassDescription entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountClassDescriptionModifier and TypeMethodDescriptionvoid
GlAccountClassDescriptionFactory.store
(Session session, Collection<GlAccountClassDescription> entities) void
GlAccountClassDescriptionFactory.store
(Collection<GlAccountClassDescription> entities)