Uses of Class
com.echothree.model.data.item.server.value.ItemVolumeValue
Packages that use ItemVolumeValue
Package
Description
-
Uses of ItemVolumeValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemVolumeValueModifier and TypeMethodDescriptionItemControl.getItemVolumeValue(ItemVolume itemVolume) ItemControl.getItemVolumeValueForUpdate(Item item, UnitOfMeasureType unitOfMeasureType, ItemVolumeType itemVolumeType) Methods in com.echothree.model.control.item.server.control with parameters of type ItemVolumeValueModifier and TypeMethodDescriptionvoidItemControl.updateItemVolumeFromValue(ItemVolumeValue itemVolumeValue, BasePK updatedBy) -
Uses of ItemVolumeValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemVolumeValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemVolumeValueConstructors in com.echothree.model.data.item.server.entity with parameters of type ItemVolumeValueModifierConstructorDescriptionItemVolume(ItemVolumeValue value, EntityPermission entityPermission) Creates a new instance of ItemVolume -
Uses of ItemVolumeValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemVolumeValueModifier and TypeMethodDescriptionItemVolumeFactory.getValueFromPK(Session session, ItemVolumePK pk) ItemVolumeFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemVolumeValueModifier and TypeMethodDescriptionItemVolumeFactory.getValuesFromPKs(Session session, Collection<ItemVolumePK> pks) ItemVolumeFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemVolumeValueModifier and TypeMethodDescriptionItemVolumeFactory.getEntityFromValue(EntityPermission entityPermission, ItemVolumeValue value) ItemVolumeFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ItemVolumeValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemVolumeValueModifier and TypeMethodDescriptionvoidItemVolumeFactory.create(Session session, Collection<ItemVolumeValue> _values) voidItemVolumeFactory.create(Collection<ItemVolumeValue> _values) -
Uses of ItemVolumeValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemVolumeValue