Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryCostingPool
Packages that use InventoryCostingPool
Package
Description
-
Uses of InventoryCostingPool in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryCostingPoolModifier and TypeMethodDescriptionInventoryCostingPoolDetail.getInventoryCostingPool()InventoryCostingPoolDetail.getInventoryCostingPool(EntityPermission entityPermission) InventoryCostingPoolStatus.getInventoryCostingPool()InventoryCostingPoolStatus.getInventoryCostingPool(EntityPermission entityPermission) InventoryCostingPoolDetail.getInventoryCostingPoolForUpdate()InventoryCostingPoolStatus.getInventoryCostingPoolForUpdate()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryCostingPoolModifier and TypeMethodDescriptionvoidInventoryCostingPoolDetail.setInventoryCostingPool(InventoryCostingPool entity) voidInventoryCostingPoolStatus.setInventoryCostingPool(InventoryCostingPool entity) -
Uses of InventoryCostingPool in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryCostingPoolModifier and TypeMethodDescriptionInventoryCostingPoolFactory.create()InventoryCostingPoolFactory.create(InventoryCostingPoolDetailPK activeDetailPK, InventoryCostingPoolDetailPK lastDetailPK) InventoryCostingPoolFactory.create(InventoryCostingPoolDetail activeDetail, InventoryCostingPoolDetail lastDetail) InventoryCostingPoolFactory.getEntityFromCache(InventoryCostingPoolPK pk) InventoryCostingPoolFactory.getEntityFromPK(EntityPermission entityPermission, InventoryCostingPoolPK pk) InventoryCostingPoolFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryCostingPoolFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryCostingPoolFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryCostingPoolFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryCostingPoolFactory.getEntityFromValue(EntityPermission entityPermission, InventoryCostingPoolValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryCostingPoolModifier and TypeMethodDescriptionInventoryCostingPoolFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryCostingPoolPK> pks) InventoryCostingPoolFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryCostingPoolFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryCostingPoolFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryCostingPoolFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryCostingPoolModifier and TypeMethodDescriptionInventoryCostingPoolDetailFactory.create(InventoryCostingPool inventoryCostingPool, String inventoryCostingPoolName, Party companyParty, Item item, InventoryCondition inventoryCondition, Long fromTime, Long thruTime) InventoryCostingPoolStatusFactory.create(InventoryCostingPool inventoryCostingPool, Integer inventoryLayerSequence) voidInventoryCostingPoolFactory.remove(InventoryCostingPool entity) voidInventoryCostingPoolFactory.store(InventoryCostingPool entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryCostingPoolModifier and TypeMethodDescriptionvoidInventoryCostingPoolFactory.store(Collection<InventoryCostingPool> entities)