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 LocationPKModifier and TypeMethodDescriptionInventoryTransactionLineDestination.getDestinationLocationPK()InventoryLocation.getLocationPK()InventoryTransactionLineSource.getSourceLocationPK()Methods in com.echothree.model.data.inventory.server.entity with parameters of type LocationPKModifier and TypeMethodDescriptionvoidInventoryTransactionLineDestination.setDestinationLocationPK(LocationPK destinationLocationPK) voidInventoryLocation.setLocationPK(LocationPK locationPK) voidInventoryTransactionLineSource.setSourceLocationPK(LocationPK sourceLocationPK) -
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 TypeMethodDescriptionInventoryLocationFactory.create(LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) InventoryTransactionLineDestinationFactory.create(InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK destinationOwnerPartyPK, LocationPK destinationLocationPK, InventoryConditionPK destinationInventoryConditionPK, UnitOfMeasureTypePK destinationUnitOfMeasureTypePK, Long fromTime, Long thruTime) InventoryTransactionLineSourceFactory.create(InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK sourceOwnerPartyPK, LocationPK sourceLocationPK, InventoryConditionPK sourceInventoryConditionPK, UnitOfMeasureTypePK sourceUnitOfMeasureTypePK, 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 LocationPKModifier and TypeMethodDescriptionInventoryTransactionLineDestinationValue.getDestinationLocationPK()InventoryLocationValue.getLocationPK()InventoryTransactionLineSourceValue.getSourceLocationPK()Methods in com.echothree.model.data.inventory.server.value with parameters of type LocationPKModifier and TypeMethodDescriptionvoidInventoryTransactionLineDestinationValue.setDestinationLocationPK(LocationPK destinationLocationPK) voidInventoryLocationValue.setLocationPK(LocationPK locationPK) voidInventoryTransactionLineSourceValue.setSourceLocationPK(LocationPK sourceLocationPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type LocationPKModifierConstructorDescriptionInventoryLocationValue(InventoryLocationPK inventoryLocationPK, LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationValueInventoryLocationValue(LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationValueInventoryTransactionLineDestinationValue(InventoryTransactionLineDestinationPK inventoryTransactionLineDestinationPK, InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK destinationOwnerPartyPK, LocationPK destinationLocationPK, InventoryConditionPK destinationInventoryConditionPK, UnitOfMeasureTypePK destinationUnitOfMeasureTypePK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineDestinationValueInventoryTransactionLineDestinationValue(InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK destinationOwnerPartyPK, LocationPK destinationLocationPK, InventoryConditionPK destinationInventoryConditionPK, UnitOfMeasureTypePK destinationUnitOfMeasureTypePK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineDestinationValueInventoryTransactionLineSourceValue(InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK sourceOwnerPartyPK, LocationPK sourceLocationPK, InventoryConditionPK sourceInventoryConditionPK, UnitOfMeasureTypePK sourceUnitOfMeasureTypePK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineSourceValueInventoryTransactionLineSourceValue(InventoryTransactionLineSourcePK inventoryTransactionLineSourcePK, InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK sourceOwnerPartyPK, LocationPK sourceLocationPK, InventoryConditionPK sourceInventoryConditionPK, UnitOfMeasureTypePK sourceUnitOfMeasureTypePK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineSourceValue -
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) LocationDescriptionFactory.create(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) LocationVolumeFactory.create(LocationPK locationPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) LocationFactory.getEntityFromCache(LocationPK pk) LocationFactory.getEntityFromPK(EntityPermission entityPermission, LocationPK pk) LocationFactory.getValueFromPK(LocationPK pk) voidLocationFactory.remove(LocationPK pk) booleanLocationFactory.validPK(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.getValuesFromPKs(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 -
Uses of LocationPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return LocationPKModifier and TypeMethodDescriptionInventoryTransactionLineDestinations.DestinationLocation()Getter forinventorytransactionlinedestinations.invtrxldn_destinationlocationid.InventoryLocations.Location()Getter forinventorylocations.invloc_loc_locationid.InventoryTransactionLineSources.SourceLocation()Getter forinventorytransactionlinesources.invtrxlsrc_sourcelocationid.Methods in com.echothree.model.jooq.server.records.inventory with parameters of type LocationPKModifier and TypeMethodDescriptionvoidInventoryTransactionLineDestinations.DestinationLocation(LocationPK value) Setter forinventorytransactionlinedestinations.invtrxldn_destinationlocationid.voidInventoryLocations.Location(LocationPK value) Setter forinventorylocations.invloc_loc_locationid.voidInventoryTransactionLineSources.SourceLocation(LocationPK value) Setter forinventorytransactionlinesources.invtrxlsrc_sourcelocationid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type LocationPKModifierConstructorDescriptionInventoryLocations(InventoryLocationPK InventoryLocation, LocationPK Location, PartyPK OwnerParty, ItemPK Item, UnitOfMeasureTypePK UnitOfMeasureType, InventoryConditionPK InventoryCondition, Long FromTime, Long ThruTime) Create a detached, initialised InventoryLocationsInventoryTransactionLineDestinations(InventoryTransactionLineDestinationPK InventoryTransactionLineDestination, InventoryTransactionLinePK InventoryTransactionLine, PartyPK DestinationOwnerParty, LocationPK DestinationLocation, InventoryConditionPK DestinationInventoryCondition, UnitOfMeasureTypePK DestinationUnitOfMeasureType, Long FromTime, Long ThruTime) Create a detached, initialised InventoryTransactionLineDestinationsInventoryTransactionLineSources(InventoryTransactionLineSourcePK InventoryTransactionLineSource, InventoryTransactionLinePK InventoryTransactionLine, PartyPK SourceOwnerParty, LocationPK SourceLocation, InventoryConditionPK SourceInventoryCondition, UnitOfMeasureTypePK SourceUnitOfMeasureType, Long FromTime, Long ThruTime) Create a detached, initialised InventoryTransactionLineSources -
Uses of LocationPK in com.echothree.model.jooq.server.records.warehouse
Methods in com.echothree.model.jooq.server.records.warehouse that return LocationPKModifier and TypeMethodDescriptionLocationCapacities.Location()Getter forlocationcapacities.loccap_loc_locationid.LocationDescriptions.Location()Getter forlocationdescriptions.locd_loc_locationid.LocationDetails.Location()Getter forlocationdetails.locdt_loc_locationid.Locations.Location()Getter forlocations.loc_locationid.LocationVolumes.Location()Getter forlocationvolumes.locvol_loc_locationid.Methods in com.echothree.model.jooq.server.records.warehouse that return types with arguments of type LocationPKMethods in com.echothree.model.jooq.server.records.warehouse with parameters of type LocationPKModifier and TypeMethodDescriptionvoidLocationCapacities.Location(LocationPK value) Setter forlocationcapacities.loccap_loc_locationid.voidLocationDescriptions.Location(LocationPK value) Setter forlocationdescriptions.locd_loc_locationid.voidLocationDetails.Location(LocationPK value) Setter forlocationdetails.locdt_loc_locationid.voidLocations.Location(LocationPK value) Setter forlocations.loc_locationid.voidLocationVolumes.Location(LocationPK value) Setter forlocationvolumes.locvol_loc_locationid.Constructors in com.echothree.model.jooq.server.records.warehouse with parameters of type LocationPKModifierConstructorDescriptionLocationCapacities(LocationCapacityPK LocationCapacity, LocationPK Location, UnitOfMeasureTypePK UnitOfMeasureType, Long Capacity, Long FromTime, Long ThruTime) Create a detached, initialised LocationCapacitiesLocationDescriptions(LocationDescriptionPK LocationDescription, LocationPK Location, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised LocationDescriptionsLocationDetails(LocationDetailPK LocationDetail, LocationPK Location, PartyPK WarehouseParty, String LocationName, LocationTypePK LocationType, LocationUseTypePK LocationUseType, Integer Velocity, InventoryLocationGroupPK InventoryLocationGroup, Long FromTime, Long ThruTime) Create a detached, initialised LocationDetailsLocations(LocationPK Location, LocationDetailPK ActiveDetail, LocationDetailPK LastDetail) Create a detached, initialised LocationsLocationVolumes(LocationVolumePK LocationVolume, LocationPK Location, Long Height, Long Width, Long Depth, Long FromTime, Long ThruTime) Create a detached, initialised LocationVolumes -
Uses of LocationPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type LocationPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryTransactionLineDestinations, LocationPK> InventoryTransactionLineDestinations.DESTINATION_LOCATIONThe columninventorytransactionlinedestinations.invtrxldn_destinationlocationid.final org.jooq.TableField<InventoryLocations, LocationPK> InventoryLocations.LOCATIONThe columninventorylocations.invloc_loc_locationid.final org.jooq.TableField<InventoryTransactionLineSources, LocationPK> InventoryTransactionLineSources.SOURCE_LOCATIONThe columninventorytransactionlinesources.invtrxlsrc_sourcelocationid. -
Uses of LocationPK in com.echothree.model.jooq.server.tables.warehouse
Fields in com.echothree.model.jooq.server.tables.warehouse with type parameters of type LocationPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<LocationCapacities, LocationPK> LocationCapacities.LOCATIONThe columnlocationcapacities.loccap_loc_locationid.final org.jooq.TableField<LocationDescriptions, LocationPK> LocationDescriptions.LOCATIONThe columnlocationdescriptions.locd_loc_locationid.final org.jooq.TableField<LocationDetails, LocationPK> LocationDetails.LOCATIONThe columnlocationdetails.locdt_loc_locationid.final org.jooq.TableField<Locations, LocationPK> Locations.LOCATIONThe columnlocations.loc_locationid.final org.jooq.TableField<LocationVolumes, LocationPK> LocationVolumes.LOCATIONThe columnlocationvolumes.locvol_loc_locationid.