|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReportingIf
This interface provides methods for generating reports. It corresponds to the interface ReportingIf in figure xx.
Method Summary | |
---|---|
ReportTO |
getMeanTimeToDeliveryReport(EnterpriseTO enterpriseTO)
Genrates report which informs about the mean time to delivery for each supplier of the specified enterprise. |
ReportTO |
getStockReport(EnterpriseTO enterpriseTO)
Generates report of cumulated available stocks of specified enterprise. |
ReportTO |
getStockReport(StoreTO storeTO)
Generates report of available stocks in the specified store. |
Method Detail |
---|
ReportTO getStockReport(StoreTO storeTO) throws java.rmi.RemoteException
storeTO
- Store for which report should be generated.
java.rmi.RemoteException
ReportTO getStockReport(EnterpriseTO enterpriseTO) throws java.rmi.RemoteException
enterpriseTO
- The enterprise for which the report should be generated.
java.rmi.RemoteException
ReportTO getMeanTimeToDeliveryReport(EnterpriseTO enterpriseTO) throws java.rmi.RemoteException
enterpriseTO
- TradingEnterprise for which the report should be generated.
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |