Uses of Class
com.echothree.model.data.warehouse.server.value.LocationCapacityValue
Packages that use LocationCapacityValue
Package
Description
-
Uses of LocationCapacityValue in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control that return LocationCapacityValueModifier and TypeMethodDescriptionWarehouseControl.getLocationCapacityValueForUpdate(Location location, UnitOfMeasureType unitOfMeasureType) Methods in com.echothree.model.control.warehouse.server.control with parameters of type LocationCapacityValueModifier and TypeMethodDescriptionvoidWarehouseControl.updateLocationCapacityFromValue(LocationCapacityValue locationCapacityValue, BasePK updatedBy) -
Uses of LocationCapacityValue in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationCapacityValueMethods in com.echothree.model.data.warehouse.server.entity with parameters of type LocationCapacityValueModifier and TypeMethodDescriptionvoidLocationCapacity.setLocationCapacityValue(LocationCapacityValue value) Constructors in com.echothree.model.data.warehouse.server.entity with parameters of type LocationCapacityValueModifierConstructorDescriptionLocationCapacity(LocationCapacityValue value, EntityPermission entityPermission) Creates a new instance of LocationCapacity -
Uses of LocationCapacityValue in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationCapacityValueModifier and TypeMethodDescriptionLocationCapacityFactory.getValueFromPK(Session session, LocationCapacityPK pk) LocationCapacityFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationCapacityValueModifier and TypeMethodDescriptionLocationCapacityFactory.getValuesFromPKs(Session session, Collection<LocationCapacityPK> pks) LocationCapacityFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationCapacityValueModifier and TypeMethodDescriptionLocationCapacityFactory.getEntityFromValue(EntityPermission entityPermission, LocationCapacityValue value) LocationCapacityFactory.getEntityFromValue(Session session, EntityPermission entityPermission, LocationCapacityValue value) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationCapacityValueModifier and TypeMethodDescriptionvoidLocationCapacityFactory.create(Session session, Collection<LocationCapacityValue> _values) voidLocationCapacityFactory.create(Collection<LocationCapacityValue> _values) -
Uses of LocationCapacityValue in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationCapacityValue