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 TypeMethodDescriptionvoid
InventoryLocationGroupCapacity.setInventoryLocationGroupPK
(InventoryLocationGroupPK inventoryLocationGroupPK) void
InventoryLocationGroupDescription.setInventoryLocationGroupPK
(InventoryLocationGroupPK inventoryLocationGroupPK) void
InventoryLocationGroupDetail.setInventoryLocationGroupPK
(InventoryLocationGroupPK inventoryLocationGroupPK) void
InventoryLocationGroupVolume.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) InventoryLocationGroupCapacityFactory.create
(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) InventoryLocationGroupDescriptionFactory.create
(InventoryLocationGroupPK inventoryLocationGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) InventoryLocationGroupDescriptionFactory.create
(Session session, 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) InventoryLocationGroupDetailFactory.create
(Session session, 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) InventoryLocationGroupVolumeFactory.create
(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) InventoryLocationGroupFactory.getEntityFromCache
(Session session, InventoryLocationGroupPK pk) InventoryLocationGroupFactory.getEntityFromPK
(EntityPermission entityPermission, InventoryLocationGroupPK pk) InventoryLocationGroupFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, InventoryLocationGroupPK pk) InventoryLocationGroupFactory.getValueFromPK
(Session session, InventoryLocationGroupPK pk) void
InventoryLocationGroupFactory.remove
(Session session, InventoryLocationGroupPK pk) boolean
InventoryLocationGroupFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupPK> pks) InventoryLocationGroupFactory.getValuesFromPKs
(Session session, Collection<InventoryLocationGroupPK> pks) void
InventoryLocationGroupFactory.remove
(Session session, Collection<InventoryLocationGroupPK> pks) void
InventoryLocationGroupFactory.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 TypeMethodDescriptionvoid
InventoryLocationGroupCapacityValue.setInventoryLocationGroupPK
(InventoryLocationGroupPK inventoryLocationGroupPK) void
InventoryLocationGroupDescriptionValue.setInventoryLocationGroupPK
(InventoryLocationGroupPK inventoryLocationGroupPK) void
InventoryLocationGroupDetailValue.setInventoryLocationGroupPK
(InventoryLocationGroupPK inventoryLocationGroupPK) void
InventoryLocationGroupVolumeValue.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 TypeMethodDescriptionvoid
LocationDetail.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) LocationDetailFactory.create
(Session session, 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 TypeMethodDescriptionvoid
LocationDetailValue.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