com.softslate.commerce.businessobjects.importexport
Interface SalesReportProcessor

All Superinterfaces:
BusinessObject, BusinessProcessor
All Known Implementing Classes:
BasicSalesReportProcessor

public interface SalesReportProcessor
extends BusinessProcessor


Method Summary
 java.util.Collection processMonthlySalesReport(java.util.Map parameters)
           
 java.util.Collection processSalesByProductReport(java.util.Map parameters)
           
 
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessProcessor
getAppComponents, getAppSettings, getBusinessObjectFactory, getDaoFactory, getSettings, getUser, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setSettings, setUser, utils
 
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
 

Method Detail

processSalesByProductReport

java.util.Collection processSalesByProductReport(java.util.Map parameters)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

processMonthlySalesReport

java.util.Collection processMonthlySalesReport(java.util.Map parameters)
                                               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © SoftSlate, LLC 2003–2005