Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryLocationGroupPK
Packages that use InventoryLocationGroupPK
Package
Description
-
Uses of InventoryLocationGroupPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationGroupPKModifier and TypeMethodDescriptionInventoryLocationGroupCapacity.getInventoryLocationGroupPK()InventoryLocationGroupDescription.getInventoryLocationGroupPK()InventoryLocationGroupDetail.getInventoryLocationGroupPK()InventoryLocationGroupVolume.getInventoryLocationGroupPK()InventoryLocationGroup.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationGroupPKModifier and TypeMethodDescriptionvoidInventoryLocationGroupCapacity.setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) voidInventoryLocationGroupDescription.setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) voidInventoryLocationGroupDetail.setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) voidInventoryLocationGroupVolume.setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) -
Uses of InventoryLocationGroupPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupPKModifier and TypeMethodDescriptionInventoryLocationGroupFactory.getNextPK()InventoryLocationGroupFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryLocationGroupFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupPKModifier and TypeMethodDescriptionInventoryLocationGroupFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryLocationGroupFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryLocationGroupFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryLocationGroupFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupPKModifier and TypeMethodDescriptionInventoryLocationGroupCapacityFactory.create(InventoryLocationGroupPK inventoryLocationGroupPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) InventoryLocationGroupDescriptionFactory.create(InventoryLocationGroupPK inventoryLocationGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) InventoryLocationGroupDetailFactory.create(InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) InventoryLocationGroupVolumeFactory.create(InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) InventoryLocationGroupFactory.getEntityFromCache(InventoryLocationGroupPK pk) InventoryLocationGroupFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupPK pk) InventoryLocationGroupFactory.getValueFromPK(InventoryLocationGroupPK pk) voidInventoryLocationGroupFactory.remove(InventoryLocationGroupPK pk) booleanInventoryLocationGroupFactory.validPK(InventoryLocationGroupPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupPKModifier and TypeMethodDescriptionInventoryLocationGroupFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupPK> pks) InventoryLocationGroupFactory.getValuesFromPKs(Collection<InventoryLocationGroupPK> pks) voidInventoryLocationGroupFactory.remove(Collection<InventoryLocationGroupPK> pks) -
Uses of InventoryLocationGroupPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationGroupPKModifier and TypeMethodDescriptionInventoryLocationGroupCapacityValue.getInventoryLocationGroupPK()InventoryLocationGroupDescriptionValue.getInventoryLocationGroupPK()InventoryLocationGroupDetailValue.getInventoryLocationGroupPK()InventoryLocationGroupVolumeValue.getInventoryLocationGroupPK()InventoryLocationGroupValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationGroupPKModifier and TypeMethodDescriptionvoidInventoryLocationGroupCapacityValue.setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) voidInventoryLocationGroupDescriptionValue.setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) voidInventoryLocationGroupDetailValue.setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) voidInventoryLocationGroupVolumeValue.setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationGroupPKModifierConstructorDescriptionInventoryLocationGroupCapacityValue(InventoryLocationGroupCapacityPK inventoryLocationGroupCapacityPK, InventoryLocationGroupPK inventoryLocationGroupPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupCapacityValueInventoryLocationGroupCapacityValue(InventoryLocationGroupPK inventoryLocationGroupPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupCapacityValueInventoryLocationGroupDescriptionValue(InventoryLocationGroupDescriptionPK inventoryLocationGroupDescriptionPK, InventoryLocationGroupPK inventoryLocationGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupDescriptionValueInventoryLocationGroupDescriptionValue(InventoryLocationGroupPK inventoryLocationGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupDescriptionValueInventoryLocationGroupDetailValue(InventoryLocationGroupDetailPK inventoryLocationGroupDetailPK, InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupDetailValueInventoryLocationGroupDetailValue(InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupDetailValueInventoryLocationGroupValue(InventoryLocationGroupPK inventoryLocationGroupPK, InventoryLocationGroupDetailPK activeDetailPK, InventoryLocationGroupDetailPK lastDetailPK) Creates a new instance of InventoryLocationGroupValueInventoryLocationGroupVolumeValue(InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupVolumeValueInventoryLocationGroupVolumeValue(InventoryLocationGroupVolumePK inventoryLocationGroupVolumePK, InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupVolumeValue -
Uses of InventoryLocationGroupPK in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return InventoryLocationGroupPKMethods in com.echothree.model.data.warehouse.server.entity with parameters of type InventoryLocationGroupPKModifier and TypeMethodDescriptionvoidLocationDetail.setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) -
Uses of InventoryLocationGroupPK in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory with parameters of type InventoryLocationGroupPKModifier and TypeMethodDescriptionLocationDetailFactory.create(LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) -
Uses of InventoryLocationGroupPK in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return InventoryLocationGroupPKMethods in com.echothree.model.data.warehouse.server.value with parameters of type InventoryLocationGroupPKModifier and TypeMethodDescriptionvoidLocationDetailValue.setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) Constructors in com.echothree.model.data.warehouse.server.value with parameters of type InventoryLocationGroupPKModifierConstructorDescriptionLocationDetailValue(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 LocationDetailValue -
Uses of InventoryLocationGroupPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return InventoryLocationGroupPKModifier and TypeMethodDescriptionInventoryLocationGroupCapacities.InventoryLocationGroup()Getter forinventorylocationgroupcapacities.invlocgrpcap_invlocgrp_inventorylocationgroupid.InventoryLocationGroupDescriptions.InventoryLocationGroup()Getter forinventorylocationgroupdescriptions.invlocgrpd_invlocgrp_inventorylocationgroupid.InventoryLocationGroupDetails.InventoryLocationGroup()Getter forinventorylocationgroupdetails.invlocgrpdt_invlocgrp_inventorylocationgroupid.InventoryLocationGroups.InventoryLocationGroup()Getter forinventorylocationgroups.invlocgrp_inventorylocationgroupid.InventoryLocationGroupVolumes.InventoryLocationGroup()Getter forinventorylocationgroupvolumes.invlocgrpvol_invlocgrp_inventorylocationgroupid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type InventoryLocationGroupPKModifier and TypeMethodDescriptionorg.jooq.Record1<InventoryLocationGroupPK> InventoryLocationGroups.key()Methods in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryLocationGroupPKModifier and TypeMethodDescriptionvoidInventoryLocationGroupCapacities.InventoryLocationGroup(InventoryLocationGroupPK value) Setter forinventorylocationgroupcapacities.invlocgrpcap_invlocgrp_inventorylocationgroupid.voidInventoryLocationGroupDescriptions.InventoryLocationGroup(InventoryLocationGroupPK value) Setter forinventorylocationgroupdescriptions.invlocgrpd_invlocgrp_inventorylocationgroupid.voidInventoryLocationGroupDetails.InventoryLocationGroup(InventoryLocationGroupPK value) Setter forinventorylocationgroupdetails.invlocgrpdt_invlocgrp_inventorylocationgroupid.voidInventoryLocationGroups.InventoryLocationGroup(InventoryLocationGroupPK value) Setter forinventorylocationgroups.invlocgrp_inventorylocationgroupid.voidInventoryLocationGroupVolumes.InventoryLocationGroup(InventoryLocationGroupPK value) Setter forinventorylocationgroupvolumes.invlocgrpvol_invlocgrp_inventorylocationgroupid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryLocationGroupPKModifierConstructorDescriptionInventoryLocationGroupCapacities(InventoryLocationGroupCapacityPK InventoryLocationGroupCapacity, InventoryLocationGroupPK InventoryLocationGroup, UnitOfMeasureTypePK UnitOfMeasureType, Long Capacity, Long FromTime, Long ThruTime) Create a detached, initialised InventoryLocationGroupCapacitiesInventoryLocationGroupDescriptions(InventoryLocationGroupDescriptionPK InventoryLocationGroupDescription, InventoryLocationGroupPK InventoryLocationGroup, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised InventoryLocationGroupDescriptionsInventoryLocationGroupDetails(InventoryLocationGroupDetailPK InventoryLocationGroupDetail, InventoryLocationGroupPK InventoryLocationGroup, PartyPK WarehouseParty, String InventoryLocationGroupName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised InventoryLocationGroupDetailsInventoryLocationGroups(InventoryLocationGroupPK InventoryLocationGroup, InventoryLocationGroupDetailPK ActiveDetail, InventoryLocationGroupDetailPK LastDetail) Create a detached, initialised InventoryLocationGroupsInventoryLocationGroupVolumes(InventoryLocationGroupVolumePK InventoryLocationGroupVolume, InventoryLocationGroupPK InventoryLocationGroup, Long Height, Long Width, Long Depth, Long FromTime, Long ThruTime) Create a detached, initialised InventoryLocationGroupVolumes -
Uses of InventoryLocationGroupPK in com.echothree.model.jooq.server.records.warehouse
Methods in com.echothree.model.jooq.server.records.warehouse that return InventoryLocationGroupPKModifier and TypeMethodDescriptionLocationDetails.InventoryLocationGroup()Getter forlocationdetails.locdt_invlocgrp_inventorylocationgroupid.Methods in com.echothree.model.jooq.server.records.warehouse with parameters of type InventoryLocationGroupPKModifier and TypeMethodDescriptionvoidLocationDetails.InventoryLocationGroup(InventoryLocationGroupPK value) Setter forlocationdetails.locdt_invlocgrp_inventorylocationgroupid.Constructors in com.echothree.model.jooq.server.records.warehouse with parameters of type InventoryLocationGroupPKModifierConstructorDescriptionLocationDetails(LocationDetailPK LocationDetail, LocationPK Location, PartyPK WarehouseParty, String LocationName, LocationTypePK LocationType, LocationUseTypePK LocationUseType, Integer Velocity, InventoryLocationGroupPK InventoryLocationGroup, Long FromTime, Long ThruTime) Create a detached, initialised LocationDetails -
Uses of InventoryLocationGroupPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type InventoryLocationGroupPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryLocationGroupCapacities, InventoryLocationGroupPK> InventoryLocationGroupCapacities.INVENTORY_LOCATION_GROUPThe columninventorylocationgroupcapacities.invlocgrpcap_invlocgrp_inventorylocationgroupid.final org.jooq.TableField<InventoryLocationGroupDescriptions, InventoryLocationGroupPK> InventoryLocationGroupDescriptions.INVENTORY_LOCATION_GROUPThe columninventorylocationgroupdescriptions.invlocgrpd_invlocgrp_inventorylocationgroupid.final org.jooq.TableField<InventoryLocationGroupDetails, InventoryLocationGroupPK> InventoryLocationGroupDetails.INVENTORY_LOCATION_GROUPThe columninventorylocationgroupdetails.invlocgrpdt_invlocgrp_inventorylocationgroupid.final org.jooq.TableField<InventoryLocationGroups, InventoryLocationGroupPK> InventoryLocationGroups.INVENTORY_LOCATION_GROUPThe columninventorylocationgroups.invlocgrp_inventorylocationgroupid.final org.jooq.TableField<InventoryLocationGroupVolumes, InventoryLocationGroupPK> InventoryLocationGroupVolumes.INVENTORY_LOCATION_GROUPThe columninventorylocationgroupvolumes.invlocgrpvol_invlocgrp_inventorylocationgroupid. -
Uses of InventoryLocationGroupPK in com.echothree.model.jooq.server.tables.warehouse
Fields in com.echothree.model.jooq.server.tables.warehouse with type parameters of type InventoryLocationGroupPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<LocationDetails, InventoryLocationGroupPK> LocationDetails.INVENTORY_LOCATION_GROUPThe columnlocationdetails.locdt_invlocgrp_inventorylocationgroupid.