Uses of Class
com.echothree.model.data.warehouse.server.value.LocationVolumeValue
Packages that use LocationVolumeValue
Package
Description
-
Uses of LocationVolumeValue in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control that return LocationVolumeValueModifier and TypeMethodDescriptionWarehouseControl.getLocationVolumeValueForUpdate
(Location location) Methods in com.echothree.model.control.warehouse.server.control with parameters of type LocationVolumeValueModifier and TypeMethodDescriptionvoid
WarehouseControl.updateLocationVolumeFromValue
(LocationVolumeValue locationVolumeValue, BasePK updatedBy) -
Uses of LocationVolumeValue in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationVolumeValueMethods in com.echothree.model.data.warehouse.server.entity with parameters of type LocationVolumeValueModifier and TypeMethodDescriptionvoid
LocationVolume.setLocationVolumeValue
(LocationVolumeValue value) Constructors in com.echothree.model.data.warehouse.server.entity with parameters of type LocationVolumeValueModifierConstructorDescriptionLocationVolume
(LocationVolumeValue value, EntityPermission entityPermission) Creates a new instance of LocationVolume -
Uses of LocationVolumeValue in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationVolumeValueModifier and TypeMethodDescriptionLocationVolumeFactory.getValueFromPK
(Session session, LocationVolumePK pk) LocationVolumeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationVolumeValueModifier and TypeMethodDescriptionLocationVolumeFactory.getValuesFromPKs
(Session session, Collection<LocationVolumePK> pks) LocationVolumeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationVolumeValueModifier and TypeMethodDescriptionLocationVolumeFactory.getEntityFromValue
(EntityPermission entityPermission, LocationVolumeValue value) LocationVolumeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LocationVolumeValue value) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationVolumeValueModifier and TypeMethodDescriptionvoid
LocationVolumeFactory.create
(Session session, Collection<LocationVolumeValue> _values) void
LocationVolumeFactory.create
(Collection<LocationVolumeValue> _values) -
Uses of LocationVolumeValue in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationVolumeValue