Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryLayerDetailPK
Packages that use InventoryLayerDetailPK
Package
Description
-
Uses of InventoryLayerDetailPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLayerDetailPKModifier and TypeMethodDescriptionInventoryLayer.getActiveDetailPK()InventoryLayer.getLastDetailPK()InventoryLayerDetail.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLayerDetailPKModifier and TypeMethodDescriptionvoidInventoryLayer.setActiveDetailPK(InventoryLayerDetailPK activeDetailPK) voidInventoryLayer.setLastDetailPK(InventoryLayerDetailPK lastDetailPK) -
Uses of InventoryLayerDetailPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLayerDetailPKModifier and TypeMethodDescriptionInventoryLayerDetailFactory.getNextPK()InventoryLayerDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryLayerDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLayerDetailPKModifier and TypeMethodDescriptionInventoryLayerDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryLayerDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryLayerDetailFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryLayerDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLayerDetailPKModifier and TypeMethodDescriptionInventoryLayerFactory.create(InventoryLayerDetailPK activeDetailPK, InventoryLayerDetailPK lastDetailPK) InventoryLayerDetailFactory.getEntityFromCache(InventoryLayerDetailPK pk) InventoryLayerDetailFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLayerDetailPK pk) InventoryLayerDetailFactory.getValueFromPK(InventoryLayerDetailPK pk) voidInventoryLayerDetailFactory.remove(InventoryLayerDetailPK pk) booleanInventoryLayerDetailFactory.validPK(InventoryLayerDetailPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLayerDetailPKModifier and TypeMethodDescriptionInventoryLayerDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLayerDetailPK> pks) InventoryLayerDetailFactory.getValuesFromPKs(Collection<InventoryLayerDetailPK> pks) voidInventoryLayerDetailFactory.remove(Collection<InventoryLayerDetailPK> pks) -
Uses of InventoryLayerDetailPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLayerDetailPKModifier and TypeMethodDescriptionInventoryLayerValue.getActiveDetailPK()InventoryLayerValue.getLastDetailPK()InventoryLayerDetailValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryLayerDetailPKModifier and TypeMethodDescriptionvoidInventoryLayerValue.setActiveDetailPK(InventoryLayerDetailPK activeDetailPK) voidInventoryLayerValue.setLastDetailPK(InventoryLayerDetailPK lastDetailPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryLayerDetailPKModifierConstructorDescriptionInventoryLayerDetailValue(InventoryLayerDetailPK inventoryLayerDetailPK, InventoryLayerPK inventoryLayerPK, Integer inventoryLayerSequence, InventoryTransactionLinePK inventoryTransactionLinePK, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryLayerDetailValueInventoryLayerValue(InventoryLayerDetailPK activeDetailPK, InventoryLayerDetailPK lastDetailPK) Creates a new instance of InventoryLayerValueInventoryLayerValue(InventoryLayerPK inventoryLayerPK, InventoryLayerDetailPK activeDetailPK, InventoryLayerDetailPK lastDetailPK) Creates a new instance of InventoryLayerValue