Uses of Class
org.cocome.tradingsystem.inventory.application.reporting.ReportTO

Packages that use ReportTO
org.cocome.tradingsystem.inventory.application.reporting   
org.cocome.tradingsystem.inventory.application.reporting.impl   
 

Uses of ReportTO in org.cocome.tradingsystem.inventory.application.reporting
 

Methods in org.cocome.tradingsystem.inventory.application.reporting that return ReportTO
 ReportTO ReportingIf.getMeanTimeToDeliveryReport(EnterpriseTO enterpriseTO)
          Genrates report which informs about the mean time to delivery for each supplier of the specified enterprise.
 ReportTO ReportingIf.getStockReport(EnterpriseTO enterpriseTO)
          Generates report of cumulated available stocks of specified enterprise.
 ReportTO ReportingIf.getStockReport(StoreTO storeTO)
          Generates report of available stocks in the specified store.
 

Uses of ReportTO in org.cocome.tradingsystem.inventory.application.reporting.impl
 

Methods in org.cocome.tradingsystem.inventory.application.reporting.impl that return ReportTO
 ReportTO ReportingImpl.getMeanTimeToDeliveryReport(EnterpriseTO enterpriseTO)
          Used for implementation of UC 6:ShowDeliveryReports
 ReportTO ReportingImpl.getStockReport(EnterpriseTO enterpriseTO)
           
 ReportTO ReportingImpl.getStockReport(StoreTO storeTO)
          Used for implementation of UC 5:ShowStockReports