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 TypeMethodDescriptionvoidInventoryLocationAssignment.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 LocationPKModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.create(LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) InventoryLocationAssignmentFactory.create(Session session, LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) -
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 TypeMethodDescriptionvoidInventoryLocationAssignmentValue.setLocationPK(LocationPK locationPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type LocationPKModifierConstructorDescriptionInventoryLocationAssignmentValue(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationAssignmentValueInventoryLocationAssignmentValue(LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, 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 TypeMethodDescriptionvoidLocationCapacity.setLocationPK(LocationPK locationPK) voidLocationDescription.setLocationPK(LocationPK locationPK) voidLocationDetail.setLocationPK(LocationPK locationPK) voidLocationVolume.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) voidLocationFactory.remove(Session session, LocationPK pk) booleanLocationFactory.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) voidLocationFactory.remove(Session session, Collection<LocationPK> pks) voidLocationFactory.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 TypeMethodDescriptionvoidLocationCapacityValue.setLocationPK(LocationPK locationPK) voidLocationDescriptionValue.setLocationPK(LocationPK locationPK) voidLocationDetailValue.setLocationPK(LocationPK locationPK) voidLocationVolumeValue.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