Uses of Class
com.echothree.model.data.scale.server.value.ScaleDescriptionValue
Packages that use ScaleDescriptionValue
Package
Description
-
Uses of ScaleDescriptionValue in com.echothree.model.control.scale.server.control
Methods in com.echothree.model.control.scale.server.control that return ScaleDescriptionValueModifier and TypeMethodDescriptionScaleControl.getScaleDescriptionValue(ScaleDescription scaleDescription) ScaleControl.getScaleDescriptionValueForUpdate(Scale scale, Language language) Methods in com.echothree.model.control.scale.server.control with parameters of type ScaleDescriptionValueModifier and TypeMethodDescriptionvoidScaleControl.updateScaleDescriptionFromValue(ScaleDescriptionValue scaleDescriptionValue, BasePK updatedBy) -
Uses of ScaleDescriptionValue in com.echothree.model.data.scale.server.entity
Methods in com.echothree.model.data.scale.server.entity that return ScaleDescriptionValueMethods in com.echothree.model.data.scale.server.entity with parameters of type ScaleDescriptionValueModifier and TypeMethodDescriptionvoidScaleDescription.setScaleDescriptionValue(ScaleDescriptionValue value) Constructors in com.echothree.model.data.scale.server.entity with parameters of type ScaleDescriptionValueModifierConstructorDescriptionScaleDescription(ScaleDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ScaleDescription -
Uses of ScaleDescriptionValue in com.echothree.model.data.scale.server.factory
Methods in com.echothree.model.data.scale.server.factory that return ScaleDescriptionValueModifier and TypeMethodDescriptionScaleDescriptionFactory.getValueFromPK(Session session, ScaleDescriptionPK pk) ScaleDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.scale.server.factory that return types with arguments of type ScaleDescriptionValueModifier and TypeMethodDescriptionScaleDescriptionFactory.getValuesFromPKs(Session session, Collection<ScaleDescriptionPK> pks) ScaleDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.scale.server.factory with parameters of type ScaleDescriptionValueModifier and TypeMethodDescriptionScaleDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ScaleDescriptionValue value) ScaleDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ScaleDescriptionValue value) Method parameters in com.echothree.model.data.scale.server.factory with type arguments of type ScaleDescriptionValueModifier and TypeMethodDescriptionvoidScaleDescriptionFactory.create(Session session, Collection<ScaleDescriptionValue> _values) voidScaleDescriptionFactory.create(Collection<ScaleDescriptionValue> _values) -
Uses of ScaleDescriptionValue in com.echothree.model.data.scale.server.value
Methods in com.echothree.model.data.scale.server.value that return ScaleDescriptionValue