Uses of Class
ibspan.ecap.merchant.shopdecisions.dataaccess.DemandFact

Packages that use DemandFact
ibspan.ecap.merchant.shopdecisions.dataaccess   
ibspan.ecap.merchant.shopdecisions.dataadministration   
 

Uses of DemandFact in ibspan.ecap.merchant.shopdecisions.dataaccess
 

Methods in ibspan.ecap.merchant.shopdecisions.dataaccess that return DemandFact
 DemandFact DataModificationService.getDemandFact(int dateKey, int productKey)
           
 

Methods in ibspan.ecap.merchant.shopdecisions.dataaccess with parameters of type DemandFact
 void DataModificationService.insertDemandFact(DemandFact fact)
           
 void DataModificationService.updateDemandFact(DemandFact fact)
           
 

Uses of DemandFact in ibspan.ecap.merchant.shopdecisions.dataadministration
 

Methods in ibspan.ecap.merchant.shopdecisions.dataadministration that return DemandFact
 DemandFact DemandFactProcessor.createDemandFact(int productKey, int dateKey, DemandData data)
          Creates the demand fact.
 DemandFact DemandFactProcessor.createDemandFact(int productKey, int dateKey, int registeredClients)
          Creates the demand fact filling it with information about the number of buyers registered wanting to buy the product.
 

Methods in ibspan.ecap.merchant.shopdecisions.dataadministration with parameters of type DemandFact
 void DemandFactProcessor.updateDemandFact(DemandFact fact, DemandData data)
          Updates the demand fact with new information about the demand gathered from the CIC.
 void DemandFactProcessor.updateDemandFact(DemandFact fact, int registeredClients)
          Updates the demand fact with new information about the number of clients registered to buy the product.