Uses of Class
com.echothree.model.data.accounting.server.value.GlAccountCategoryDescriptionValue
Packages that use GlAccountCategoryDescriptionValue
Package
Description
-
Uses of GlAccountCategoryDescriptionValue in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return GlAccountCategoryDescriptionValueModifier and TypeMethodDescriptionAccountingControl.getGlAccountCategoryDescriptionValue(GlAccountCategoryDescription glAccountCategoryDescription) AccountingControl.getGlAccountCategoryDescriptionValueForUpdate(GlAccountCategory glAccountCategory, Language language) Methods in com.echothree.model.control.accounting.server.control with parameters of type GlAccountCategoryDescriptionValueModifier and TypeMethodDescriptionvoidAccountingControl.updateGlAccountCategoryDescriptionFromValue(GlAccountCategoryDescriptionValue glAccountCategoryDescriptionValue, BasePK updatedBy) -
Uses of GlAccountCategoryDescriptionValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountCategoryDescriptionValueModifier and TypeMethodDescriptionGlAccountCategoryDescription.getGlAccountCategoryDescriptionValue()Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountCategoryDescriptionValueModifier and TypeMethodDescriptionvoidGlAccountCategoryDescription.setGlAccountCategoryDescriptionValue(GlAccountCategoryDescriptionValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountCategoryDescriptionValueModifierConstructorDescriptionGlAccountCategoryDescription(GlAccountCategoryDescriptionValue value, EntityPermission entityPermission) Creates a new instance of GlAccountCategoryDescription -
Uses of GlAccountCategoryDescriptionValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountCategoryDescriptionValueModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.getValueFromPK(Session session, GlAccountCategoryDescriptionPK pk) GlAccountCategoryDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountCategoryDescriptionValueModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.getValuesFromPKs(Session session, Collection<GlAccountCategoryDescriptionPK> pks) GlAccountCategoryDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountCategoryDescriptionValueModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, GlAccountCategoryDescriptionValue value) GlAccountCategoryDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, GlAccountCategoryDescriptionValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountCategoryDescriptionValueModifier and TypeMethodDescriptionvoidGlAccountCategoryDescriptionFactory.create(Session session, Collection<GlAccountCategoryDescriptionValue> _values) voidGlAccountCategoryDescriptionFactory.create(Collection<GlAccountCategoryDescriptionValue> _values) -
Uses of GlAccountCategoryDescriptionValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountCategoryDescriptionValue