Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryLocationPK
Packages that use InventoryLocationPK
Package
Description
-
Uses of InventoryLocationPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationPKModifier and TypeMethodDescriptionInventoryLocationBucket.getInventoryLocationPK()InventoryLocation.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationPKModifier and TypeMethodDescriptionvoidInventoryLocationBucket.setInventoryLocationPK(InventoryLocationPK inventoryLocationPK) -
Uses of InventoryLocationPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationPKModifier and TypeMethodDescriptionInventoryLocationFactory.getNextPK()InventoryLocationFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryLocationFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationPKModifier and TypeMethodDescriptionInventoryLocationFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryLocationFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryLocationFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryLocationFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationPKModifier and TypeMethodDescriptionInventoryLocationBucketFactory.create(InventoryLocationPK inventoryLocationPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) InventoryLocationFactory.getEntityFromCache(InventoryLocationPK pk) InventoryLocationFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationPK pk) InventoryLocationFactory.getValueFromPK(InventoryLocationPK pk) voidInventoryLocationFactory.remove(InventoryLocationPK pk) booleanInventoryLocationFactory.validPK(InventoryLocationPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationPKModifier and TypeMethodDescriptionInventoryLocationFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationPK> pks) InventoryLocationFactory.getValuesFromPKs(Collection<InventoryLocationPK> pks) voidInventoryLocationFactory.remove(Collection<InventoryLocationPK> pks) -
Uses of InventoryLocationPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationPKModifier and TypeMethodDescriptionInventoryLocationBucketValue.getInventoryLocationPK()InventoryLocationValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationPKModifier and TypeMethodDescriptionvoidInventoryLocationBucketValue.setInventoryLocationPK(InventoryLocationPK inventoryLocationPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationPKModifierConstructorDescriptionInventoryLocationBucketValue(InventoryLocationBucketPK inventoryLocationBucketPK, InventoryLocationPK inventoryLocationPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) Creates a new instance of InventoryLocationBucketValueInventoryLocationBucketValue(InventoryLocationPK inventoryLocationPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) Creates a new instance of InventoryLocationBucketValueInventoryLocationValue(InventoryLocationPK inventoryLocationPK, LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationValue -
Uses of InventoryLocationPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return InventoryLocationPKModifier and TypeMethodDescriptionInventoryLocationBuckets.InventoryLocation()Getter forinventorylocationbuckets.invlocbcktd_invloc_inventorylocationid.InventoryLocations.InventoryLocation()Getter forinventorylocations.invloc_inventorylocationid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type InventoryLocationPKMethods in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryLocationPKModifier and TypeMethodDescriptionvoidInventoryLocationBuckets.InventoryLocation(InventoryLocationPK value) Setter forinventorylocationbuckets.invlocbcktd_invloc_inventorylocationid.voidInventoryLocations.InventoryLocation(InventoryLocationPK value) Setter forinventorylocations.invloc_inventorylocationid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryLocationPKModifierConstructorDescriptionInventoryLocationBuckets(InventoryLocationBucketPK InventoryLocationBucket, InventoryLocationPK InventoryLocation, InventoryBucketTypePK InventoryBucketType, Long Quantity) Create a detached, initialised InventoryLocationBucketsInventoryLocations(InventoryLocationPK InventoryLocation, LocationPK Location, PartyPK OwnerParty, ItemPK Item, UnitOfMeasureTypePK UnitOfMeasureType, InventoryConditionPK InventoryCondition, Long FromTime, Long ThruTime) Create a detached, initialised InventoryLocations -
Uses of InventoryLocationPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type InventoryLocationPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryLocationBuckets, InventoryLocationPK> InventoryLocationBuckets.INVENTORY_LOCATIONThe columninventorylocationbuckets.invlocbcktd_invloc_inventorylocationid.final org.jooq.TableField<InventoryLocations, InventoryLocationPK> InventoryLocations.INVENTORY_LOCATIONThe columninventorylocations.invloc_inventorylocationid.