Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryLayerPK
Packages that use InventoryLayerPK
Package
Description
-
Uses of InventoryLayerPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLayerPKModifier and TypeMethodDescriptionInventoryLayerDetail.getInventoryLayerPK()InventoryLayerStatus.getInventoryLayerPK()InventoryLayer.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLayerPKModifier and TypeMethodDescriptionvoidInventoryLayerDetail.setInventoryLayerPK(InventoryLayerPK inventoryLayerPK) voidInventoryLayerStatus.setInventoryLayerPK(InventoryLayerPK inventoryLayerPK) -
Uses of InventoryLayerPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLayerPKModifier and TypeMethodDescriptionInventoryLayerFactory.getNextPK()InventoryLayerFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryLayerFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLayerPKModifier and TypeMethodDescriptionInventoryLayerFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryLayerFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryLayerFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryLayerFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLayerPKModifier and TypeMethodDescriptionInventoryLayerDetailFactory.create(InventoryLayerPK inventoryLayerPK, Integer inventoryLayerSequence, InventoryTransactionLinePK inventoryTransactionLinePK, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) InventoryLayerStatusFactory.create(InventoryLayerPK inventoryLayerPK, Long quantityOnHand, Long quantityAllocated) InventoryLayerFactory.getEntityFromCache(InventoryLayerPK pk) InventoryLayerFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLayerPK pk) InventoryLayerFactory.getValueFromPK(InventoryLayerPK pk) voidInventoryLayerFactory.remove(InventoryLayerPK pk) booleanInventoryLayerFactory.validPK(InventoryLayerPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLayerPKModifier and TypeMethodDescriptionInventoryLayerFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLayerPK> pks) InventoryLayerFactory.getValuesFromPKs(Collection<InventoryLayerPK> pks) voidInventoryLayerFactory.remove(Collection<InventoryLayerPK> pks) -
Uses of InventoryLayerPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLayerPKModifier and TypeMethodDescriptionInventoryLayerDetailValue.getInventoryLayerPK()InventoryLayerStatusValue.getInventoryLayerPK()InventoryLayerValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryLayerPKModifier and TypeMethodDescriptionvoidInventoryLayerDetailValue.setInventoryLayerPK(InventoryLayerPK inventoryLayerPK) voidInventoryLayerStatusValue.setInventoryLayerPK(InventoryLayerPK inventoryLayerPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryLayerPKModifierConstructorDescriptionInventoryLayerDetailValue(InventoryLayerDetailPK inventoryLayerDetailPK, InventoryLayerPK inventoryLayerPK, Integer inventoryLayerSequence, InventoryTransactionLinePK inventoryTransactionLinePK, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryLayerDetailValueInventoryLayerDetailValue(InventoryLayerPK inventoryLayerPK, Integer inventoryLayerSequence, InventoryTransactionLinePK inventoryTransactionLinePK, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryLayerDetailValueInventoryLayerStatusValue(InventoryLayerPK inventoryLayerPK, Long quantityOnHand, Long quantityAllocated) Creates a new instance of InventoryLayerStatusValueInventoryLayerStatusValue(InventoryLayerStatusPK inventoryLayerStatusPK, InventoryLayerPK inventoryLayerPK, Long quantityOnHand, Long quantityAllocated) Creates a new instance of InventoryLayerStatusValueInventoryLayerValue(InventoryLayerPK inventoryLayerPK, InventoryLayerDetailPK activeDetailPK, InventoryLayerDetailPK lastDetailPK) Creates a new instance of InventoryLayerValue -
Uses of InventoryLayerPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return InventoryLayerPKModifier and TypeMethodDescriptionInventoryLayerDetails.InventoryLayer()Getter forinventorylayerdetails.invldt_invl_inventorylayerid.InventoryLayers.InventoryLayer()Getter forinventorylayers.invl_inventorylayerid.InventoryLayerStatuses.InventoryLayer()Getter forinventorylayerstatuses.invlst_invl_inventorylayerid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type InventoryLayerPKMethods in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryLayerPKModifier and TypeMethodDescriptionvoidInventoryLayerDetails.InventoryLayer(InventoryLayerPK value) Setter forinventorylayerdetails.invldt_invl_inventorylayerid.voidInventoryLayers.InventoryLayer(InventoryLayerPK value) Setter forinventorylayers.invl_inventorylayerid.voidInventoryLayerStatuses.InventoryLayer(InventoryLayerPK value) Setter forinventorylayerstatuses.invlst_invl_inventorylayerid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryLayerPKModifierConstructorDescriptionInventoryLayerDetails(InventoryLayerDetailPK InventoryLayerDetail, InventoryLayerPK InventoryLayer, Integer InventoryLayerSequence, InventoryTransactionLinePK InventoryTransactionLine, Long ReceiptQuantity, Long UnitAmount, String Description, Long FromTime, Long ThruTime) Create a detached, initialised InventoryLayerDetailsInventoryLayers(InventoryLayerPK InventoryLayer, InventoryLayerDetailPK ActiveDetail, InventoryLayerDetailPK LastDetail) Create a detached, initialised InventoryLayersInventoryLayerStatuses(InventoryLayerStatusPK InventoryLayerStatus, InventoryLayerPK InventoryLayer, Long QuantityOnHand, Long QuantityAllocated) Create a detached, initialised InventoryLayerStatuses -
Uses of InventoryLayerPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type InventoryLayerPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryLayerDetails, InventoryLayerPK> InventoryLayerDetails.INVENTORY_LAYERThe columninventorylayerdetails.invldt_invl_inventorylayerid.final org.jooq.TableField<InventoryLayers, InventoryLayerPK> InventoryLayers.INVENTORY_LAYERThe columninventorylayers.invl_inventorylayerid.final org.jooq.TableField<InventoryLayerStatuses, InventoryLayerPK> InventoryLayerStatuses.INVENTORY_LAYERThe columninventorylayerstatuses.invlst_invl_inventorylayerid.