Uses of Class
com.echothree.model.data.warehouse.server.value.LocationDescriptionValue
Packages that use LocationDescriptionValue
Package
Description
-
Uses of LocationDescriptionValue in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control that return LocationDescriptionValueModifier and TypeMethodDescriptionWarehouseControl.getLocationDescriptionValue
(LocationDescription locationDescription) WarehouseControl.getLocationDescriptionValueForUpdate
(Location location, Language language) Methods in com.echothree.model.control.warehouse.server.control with parameters of type LocationDescriptionValueModifier and TypeMethodDescriptionvoid
WarehouseControl.updateLocationDescriptionFromValue
(LocationDescriptionValue locationDescriptionValue, BasePK updatedBy) -
Uses of LocationDescriptionValue in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationDescriptionValueMethods in com.echothree.model.data.warehouse.server.entity with parameters of type LocationDescriptionValueModifier and TypeMethodDescriptionvoid
LocationDescription.setLocationDescriptionValue
(LocationDescriptionValue value) Constructors in com.echothree.model.data.warehouse.server.entity with parameters of type LocationDescriptionValueModifierConstructorDescriptionLocationDescription
(LocationDescriptionValue value, EntityPermission entityPermission) Creates a new instance of LocationDescription -
Uses of LocationDescriptionValue in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationDescriptionValueModifier and TypeMethodDescriptionLocationDescriptionFactory.getValueFromPK
(Session session, LocationDescriptionPK pk) LocationDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationDescriptionValueModifier and TypeMethodDescriptionLocationDescriptionFactory.getValuesFromPKs
(Session session, Collection<LocationDescriptionPK> pks) LocationDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationDescriptionValueModifier and TypeMethodDescriptionLocationDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, LocationDescriptionValue value) LocationDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LocationDescriptionValue value) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationDescriptionValueModifier and TypeMethodDescriptionvoid
LocationDescriptionFactory.create
(Session session, Collection<LocationDescriptionValue> _values) void
LocationDescriptionFactory.create
(Collection<LocationDescriptionValue> _values) -
Uses of LocationDescriptionValue in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationDescriptionValue