Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryLocationBucketPK
Packages that use InventoryLocationBucketPK
Package
Description
-
Uses of InventoryLocationBucketPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationBucketPK -
Uses of InventoryLocationBucketPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationBucketPKModifier and TypeMethodDescriptionInventoryLocationBucketFactory.getNextPK()InventoryLocationBucketFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryLocationBucketFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationBucketPKModifier and TypeMethodDescriptionInventoryLocationBucketFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryLocationBucketFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryLocationBucketFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryLocationBucketFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationBucketPKModifier and TypeMethodDescriptionInventoryLocationBucketFactory.getEntityFromCache(InventoryLocationBucketPK pk) InventoryLocationBucketFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationBucketPK pk) InventoryLocationBucketFactory.getValueFromPK(InventoryLocationBucketPK pk) voidInventoryLocationBucketFactory.remove(InventoryLocationBucketPK pk) booleanInventoryLocationBucketFactory.validPK(InventoryLocationBucketPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationBucketPKModifier and TypeMethodDescriptionInventoryLocationBucketFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationBucketPK> pks) InventoryLocationBucketFactory.getValuesFromPKs(Collection<InventoryLocationBucketPK> pks) voidInventoryLocationBucketFactory.remove(Collection<InventoryLocationBucketPK> pks) -
Uses of InventoryLocationBucketPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationBucketPKConstructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationBucketPKModifierConstructorDescriptionInventoryLocationBucketValue(InventoryLocationBucketPK inventoryLocationBucketPK, InventoryLocationPK inventoryLocationPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) Creates a new instance of InventoryLocationBucketValue -
Uses of InventoryLocationBucketPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return InventoryLocationBucketPKModifier and TypeMethodDescriptionInventoryLocationBuckets.InventoryLocationBucket()Getter forinventorylocationbuckets.invlocbcktd_inventorylocationbucketid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type InventoryLocationBucketPKModifier and TypeMethodDescriptionorg.jooq.Record1<InventoryLocationBucketPK> InventoryLocationBuckets.key()Methods in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryLocationBucketPKModifier and TypeMethodDescriptionvoidInventoryLocationBuckets.InventoryLocationBucket(InventoryLocationBucketPK value) Setter forinventorylocationbuckets.invlocbcktd_inventorylocationbucketid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryLocationBucketPKModifierConstructorDescriptionInventoryLocationBuckets(InventoryLocationBucketPK InventoryLocationBucket, InventoryLocationPK InventoryLocation, InventoryBucketTypePK InventoryBucketType, Long Quantity) Create a detached, initialised InventoryLocationBuckets -
Uses of InventoryLocationBucketPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type InventoryLocationBucketPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryLocationBuckets, InventoryLocationBucketPK> InventoryLocationBuckets.INVENTORY_LOCATION_BUCKETThe columninventorylocationbuckets.invlocbcktd_inventorylocationbucketid.