Uses of Class
com.echothree.model.data.scale.server.value.ScaleDetailValue
Packages that use ScaleDetailValue
Package
Description
-
Uses of ScaleDetailValue in com.echothree.model.control.scale.server.control
Methods in com.echothree.model.control.scale.server.control that return ScaleDetailValueModifier and TypeMethodDescriptionScaleControl.getDefaultScaleDetailValueForUpdate()
ScaleControl.getScaleDetailValueByNameForUpdate
(String scaleName) ScaleControl.getScaleDetailValueForUpdate
(Scale scale) Methods in com.echothree.model.control.scale.server.control with parameters of type ScaleDetailValueModifier and TypeMethodDescriptionvoid
ScaleControl.updateScaleFromValue
(ScaleDetailValue scaleDetailValue, BasePK updatedBy) -
Uses of ScaleDetailValue in com.echothree.model.data.scale.server.entity
Methods in com.echothree.model.data.scale.server.entity that return ScaleDetailValueMethods in com.echothree.model.data.scale.server.entity with parameters of type ScaleDetailValueConstructors in com.echothree.model.data.scale.server.entity with parameters of type ScaleDetailValueModifierConstructorDescriptionScaleDetail
(ScaleDetailValue value, EntityPermission entityPermission) Creates a new instance of ScaleDetail -
Uses of ScaleDetailValue in com.echothree.model.data.scale.server.factory
Methods in com.echothree.model.data.scale.server.factory that return ScaleDetailValueModifier and TypeMethodDescriptionScaleDetailFactory.getValueFromPK
(Session session, ScaleDetailPK pk) ScaleDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.scale.server.factory that return types with arguments of type ScaleDetailValueModifier and TypeMethodDescriptionScaleDetailFactory.getValuesFromPKs
(Session session, Collection<ScaleDetailPK> pks) ScaleDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.scale.server.factory with parameters of type ScaleDetailValueModifier and TypeMethodDescriptionScaleDetailFactory.getEntityFromValue
(EntityPermission entityPermission, ScaleDetailValue value) ScaleDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ScaleDetailValue value) Method parameters in com.echothree.model.data.scale.server.factory with type arguments of type ScaleDetailValueModifier and TypeMethodDescriptionvoid
ScaleDetailFactory.create
(Session session, Collection<ScaleDetailValue> _values) void
ScaleDetailFactory.create
(Collection<ScaleDetailValue> _values) -
Uses of ScaleDetailValue in com.echothree.model.data.scale.server.value
Methods in com.echothree.model.data.scale.server.value that return ScaleDetailValue