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