Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryCostingPoolPK
Packages that use InventoryCostingPoolPK
Package
Description
-
Uses of InventoryCostingPoolPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryCostingPoolPKModifier and TypeMethodDescriptionInventoryCostingPoolDetail.getInventoryCostingPoolPK()InventoryCostingPoolStatus.getInventoryCostingPoolPK()InventoryCostingPool.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryCostingPoolPKModifier and TypeMethodDescriptionvoidInventoryCostingPoolDetail.setInventoryCostingPoolPK(InventoryCostingPoolPK inventoryCostingPoolPK) voidInventoryCostingPoolStatus.setInventoryCostingPoolPK(InventoryCostingPoolPK inventoryCostingPoolPK) -
Uses of InventoryCostingPoolPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryCostingPoolPKModifier and TypeMethodDescriptionInventoryCostingPoolFactory.getNextPK()InventoryCostingPoolFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryCostingPoolFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryCostingPoolPKModifier and TypeMethodDescriptionInventoryCostingPoolFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryCostingPoolFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryCostingPoolFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryCostingPoolFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryCostingPoolPKModifier and TypeMethodDescriptionInventoryCostingPoolDetailFactory.create(InventoryCostingPoolPK inventoryCostingPoolPK, String inventoryCostingPoolName, PartyPK companyPartyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) InventoryCostingPoolStatusFactory.create(InventoryCostingPoolPK inventoryCostingPoolPK, Integer inventoryLayerSequence) InventoryCostingPoolFactory.getEntityFromCache(InventoryCostingPoolPK pk) InventoryCostingPoolFactory.getEntityFromPK(EntityPermission entityPermission, InventoryCostingPoolPK pk) InventoryCostingPoolFactory.getValueFromPK(InventoryCostingPoolPK pk) voidInventoryCostingPoolFactory.remove(InventoryCostingPoolPK pk) booleanInventoryCostingPoolFactory.validPK(InventoryCostingPoolPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryCostingPoolPKModifier and TypeMethodDescriptionInventoryCostingPoolFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryCostingPoolPK> pks) InventoryCostingPoolFactory.getValuesFromPKs(Collection<InventoryCostingPoolPK> pks) voidInventoryCostingPoolFactory.remove(Collection<InventoryCostingPoolPK> pks) -
Uses of InventoryCostingPoolPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryCostingPoolPKModifier and TypeMethodDescriptionInventoryCostingPoolDetailValue.getInventoryCostingPoolPK()InventoryCostingPoolStatusValue.getInventoryCostingPoolPK()InventoryCostingPoolValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryCostingPoolPKModifier and TypeMethodDescriptionvoidInventoryCostingPoolDetailValue.setInventoryCostingPoolPK(InventoryCostingPoolPK inventoryCostingPoolPK) voidInventoryCostingPoolStatusValue.setInventoryCostingPoolPK(InventoryCostingPoolPK inventoryCostingPoolPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryCostingPoolPKModifierConstructorDescriptionInventoryCostingPoolDetailValue(InventoryCostingPoolDetailPK inventoryCostingPoolDetailPK, InventoryCostingPoolPK inventoryCostingPoolPK, String inventoryCostingPoolName, PartyPK companyPartyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryCostingPoolDetailValueInventoryCostingPoolDetailValue(InventoryCostingPoolPK inventoryCostingPoolPK, String inventoryCostingPoolName, PartyPK companyPartyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryCostingPoolDetailValueInventoryCostingPoolStatusValue(InventoryCostingPoolPK inventoryCostingPoolPK, Integer inventoryLayerSequence) Creates a new instance of InventoryCostingPoolStatusValueInventoryCostingPoolStatusValue(InventoryCostingPoolStatusPK inventoryLayerStatusPK, InventoryCostingPoolPK inventoryCostingPoolPK, Integer inventoryLayerSequence) Creates a new instance of InventoryCostingPoolStatusValueInventoryCostingPoolValue(InventoryCostingPoolPK inventoryCostingPoolPK, InventoryCostingPoolDetailPK activeDetailPK, InventoryCostingPoolDetailPK lastDetailPK) Creates a new instance of InventoryCostingPoolValue