Uses of Class
com.echothree.model.data.warehouse.server.value.LocationDetailValue
Packages that use LocationDetailValue
Package
Description
-
Uses of LocationDetailValue in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control that return LocationDetailValueModifier and TypeMethodDescriptionWarehouseControl.getLocationDetailValueByNameForUpdate
(Party warehouseParty, String locationName) WarehouseControl.getLocationDetailValueForUpdate
(Location location) Methods in com.echothree.model.control.warehouse.server.control with parameters of type LocationDetailValueModifier and TypeMethodDescriptionvoid
WarehouseControl.updateLocationFromValue
(LocationDetailValue locationDetailValue, BasePK updatedBy) -
Uses of LocationDetailValue in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationDetailValueMethods in com.echothree.model.data.warehouse.server.entity with parameters of type LocationDetailValueModifier and TypeMethodDescriptionvoid
LocationDetail.setLocationDetailValue
(LocationDetailValue value) Constructors in com.echothree.model.data.warehouse.server.entity with parameters of type LocationDetailValueModifierConstructorDescriptionLocationDetail
(LocationDetailValue value, EntityPermission entityPermission) Creates a new instance of LocationDetail -
Uses of LocationDetailValue in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationDetailValueModifier and TypeMethodDescriptionLocationDetailFactory.getValueFromPK
(Session session, LocationDetailPK pk) LocationDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationDetailValueModifier and TypeMethodDescriptionLocationDetailFactory.getValuesFromPKs
(Session session, Collection<LocationDetailPK> pks) LocationDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationDetailValueModifier and TypeMethodDescriptionLocationDetailFactory.getEntityFromValue
(EntityPermission entityPermission, LocationDetailValue value) LocationDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LocationDetailValue value) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationDetailValueModifier and TypeMethodDescriptionvoid
LocationDetailFactory.create
(Session session, Collection<LocationDetailValue> _values) void
LocationDetailFactory.create
(Collection<LocationDetailValue> _values) -
Uses of LocationDetailValue in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationDetailValue