Uses of Class
com.echothree.model.data.item.server.value.ItemWeightValue
Packages that use ItemWeightValue
Package
Description
-
Uses of ItemWeightValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemWeightValueModifier and TypeMethodDescriptionItemControl.getItemWeightValue(ItemWeight itemWeight) ItemControl.getItemWeightValueForUpdate(Item item, UnitOfMeasureType unitOfMeasureType, ItemWeightType itemWeightType) Methods in com.echothree.model.control.item.server.control with parameters of type ItemWeightValueModifier and TypeMethodDescriptionvoidItemControl.updateItemWeightFromValue(ItemWeightValue itemWeightValue, BasePK updatedBy) -
Uses of ItemWeightValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemWeightValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemWeightValueConstructors in com.echothree.model.data.item.server.entity with parameters of type ItemWeightValueModifierConstructorDescriptionItemWeight(ItemWeightValue value, EntityPermission entityPermission) Creates a new instance of ItemWeight -
Uses of ItemWeightValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemWeightValueModifier and TypeMethodDescriptionItemWeightFactory.getValueFromPK(Session session, ItemWeightPK pk) ItemWeightFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemWeightValueModifier and TypeMethodDescriptionItemWeightFactory.getValuesFromPKs(Session session, Collection<ItemWeightPK> pks) ItemWeightFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemWeightValueModifier and TypeMethodDescriptionItemWeightFactory.getEntityFromValue(EntityPermission entityPermission, ItemWeightValue value) ItemWeightFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ItemWeightValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemWeightValueModifier and TypeMethodDescriptionvoidItemWeightFactory.create(Session session, Collection<ItemWeightValue> _values) voidItemWeightFactory.create(Collection<ItemWeightValue> _values) -
Uses of ItemWeightValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemWeightValue