Uses of Class
com.echothree.model.data.warehouse.common.pk.LocationPK
Packages that use LocationPK
Package
Description
-
Uses of LocationPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return LocationPKMethods in com.echothree.model.data.inventory.server.entity with parameters of type LocationPKModifier and TypeMethodDescriptionvoid
InventoryLocationAssignment.setLocationPK
(LocationPK locationPK) -
Uses of LocationPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory with parameters of type LocationPK -
Uses of LocationPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return LocationPKMethods in com.echothree.model.data.inventory.server.value with parameters of type LocationPKModifier and TypeMethodDescriptionvoid
InventoryLocationAssignmentValue.setLocationPK
(LocationPK locationPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type LocationPKModifierConstructorDescriptionInventoryLocationAssignmentValue
(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, LotPK lotPK, LocationPK locationPK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationAssignmentValueInventoryLocationAssignmentValue
(LotPK lotPK, LocationPK locationPK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationAssignmentValue -
Uses of LocationPK in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationPKModifier and TypeMethodDescriptionLocationCapacity.getLocationPK()
LocationDescription.getLocationPK()
LocationDetail.getLocationPK()
LocationVolume.getLocationPK()
Location.getPrimaryKey()
Methods in com.echothree.model.data.warehouse.server.entity with parameters of type LocationPKModifier and TypeMethodDescriptionvoid
LocationCapacity.setLocationPK
(LocationPK locationPK) void
LocationDescription.setLocationPK
(LocationPK locationPK) void
LocationDetail.setLocationPK
(LocationPK locationPK) void
LocationVolume.setLocationPK
(LocationPK locationPK) -
Uses of LocationPK in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationPKModifier and TypeMethodDescriptionLocationFactory.getNextPK()
LocationFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LocationFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationPKModifier and TypeMethodDescriptionLocationFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LocationFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LocationFactory.getPKsFromResultSetAsList
(ResultSet rs) LocationFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationPKModifier and TypeMethodDescriptionLocationCapacityFactory.create
(LocationPK locationPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) LocationCapacityFactory.create
(Session session, LocationPK locationPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) LocationDescriptionFactory.create
(LocationPK locationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) LocationDescriptionFactory.create
(Session session, LocationPK locationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) LocationDetailFactory.create
(LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) LocationDetailFactory.create
(Session session, LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) LocationVolumeFactory.create
(LocationPK locationPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) LocationVolumeFactory.create
(Session session, LocationPK locationPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) LocationFactory.getEntityFromCache
(Session session, LocationPK pk) LocationFactory.getEntityFromPK
(EntityPermission entityPermission, LocationPK pk) LocationFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LocationPK pk) LocationFactory.getValueFromPK
(Session session, LocationPK pk) void
LocationFactory.remove
(Session session, LocationPK pk) boolean
LocationFactory.validPK
(Session session, LocationPK pk) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationPKModifier and TypeMethodDescriptionLocationFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LocationPK> pks) LocationFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LocationPK> pks) LocationFactory.getValuesFromPKs
(Session session, Collection<LocationPK> pks) void
LocationFactory.remove
(Session session, Collection<LocationPK> pks) void
LocationFactory.remove
(Collection<LocationPK> pks) -
Uses of LocationPK in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationPKModifier and TypeMethodDescriptionLocationCapacityValue.getLocationPK()
LocationDescriptionValue.getLocationPK()
LocationDetailValue.getLocationPK()
LocationVolumeValue.getLocationPK()
LocationValue.getPrimaryKey()
Methods in com.echothree.model.data.warehouse.server.value with parameters of type LocationPKModifier and TypeMethodDescriptionvoid
LocationCapacityValue.setLocationPK
(LocationPK locationPK) void
LocationDescriptionValue.setLocationPK
(LocationPK locationPK) void
LocationDetailValue.setLocationPK
(LocationPK locationPK) void
LocationVolumeValue.setLocationPK
(LocationPK locationPK) Constructors in com.echothree.model.data.warehouse.server.value with parameters of type LocationPKModifierConstructorDescriptionLocationCapacityValue
(LocationCapacityPK locationCapacityPK, LocationPK locationPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) Creates a new instance of LocationCapacityValueLocationCapacityValue
(LocationPK locationPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) Creates a new instance of LocationCapacityValueLocationDescriptionValue
(LocationDescriptionPK locationDescriptionPK, LocationPK locationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LocationDescriptionValueLocationDescriptionValue
(LocationPK locationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LocationDescriptionValueLocationDetailValue
(LocationDetailPK locationDetailPK, LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) Creates a new instance of LocationDetailValueLocationDetailValue
(LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) Creates a new instance of LocationDetailValueLocationValue
(LocationPK locationPK, LocationDetailPK activeDetailPK, LocationDetailPK lastDetailPK) Creates a new instance of LocationValueLocationVolumeValue
(LocationPK locationPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of LocationVolumeValueLocationVolumeValue
(LocationVolumePK locationVolumePK, LocationPK locationPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of LocationVolumeValue