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 TypeMethodDescriptionvoidAccountingControl.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(UserVisit userVisit, 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.getEntityFromCache(GlAccountDescriptionPK pk) GlAccountDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountDescriptionPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) GlAccountDescriptionFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountDescriptionModifier and TypeMethodDescriptionvoidGlAccountDescriptionFactory.remove(GlAccountDescription entity) voidGlAccountDescriptionFactory.store(GlAccountDescription entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountDescriptionModifier and TypeMethodDescriptionvoidGlAccountDescriptionFactory.store(Collection<GlAccountDescription> entities)