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 TypeMethodDescriptionvoidAccountingControl.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(UserVisit userVisit, 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.getEntityFromCache(GlAccountClassDescriptionPK pk) GlAccountClassDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountClassDescriptionPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) GlAccountClassDescriptionFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountClassDescriptionModifier and TypeMethodDescriptionvoidGlAccountClassDescriptionFactory.remove(GlAccountClassDescription entity) voidGlAccountClassDescriptionFactory.store(GlAccountClassDescription entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountClassDescriptionModifier and TypeMethodDescriptionvoidGlAccountClassDescriptionFactory.store(Collection<GlAccountClassDescription> entities)