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