com.softslate.commerce.businessobjects.importexport
Class BasicSalesReportProcessor

java.lang.Object
  extended by com.softslate.commerce.businessobjects.core.BaseBusinessObject
      extended by com.softslate.commerce.businessobjects.core.BaseBusinessProcessor
          extended by com.softslate.commerce.businessobjects.importexport.BasicSalesReportProcessor
All Implemented Interfaces:
BusinessObject, BusinessProcessor, SalesReportProcessor

public class BasicSalesReportProcessor
extends BaseBusinessProcessor
implements SalesReportProcessor


Field Summary
(package private) static org.apache.commons.logging.Log log
           
 
Constructor Summary
BasicSalesReportProcessor()
           
 
Method Summary
 java.util.Collection processMonthlySalesReport(java.util.Map parameters)
           
 java.util.Collection processSalesByProductReport(java.util.Map parameters)
           
 
Methods inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessProcessor
formatDateTime, formatPrice, getAppComponents, getAppSettings, getAttributeIDs, getBusinessObjectFactory, getDaoFactory, getProductIDs, getSettings, getUser, initialize, loadMatchingSkus, parseDateTime, parseResponseData, prepareRequestData, sendHTTPPost, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setSettings, setUser, updateOrderTotals, updateOrderTotals, utils
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Field Detail

log

static org.apache.commons.logging.Log log
Constructor Detail

BasicSalesReportProcessor

public BasicSalesReportProcessor()
Method Detail

processSalesByProductReport

public java.util.Collection processSalesByProductReport(java.util.Map parameters)
                                                 throws java.lang.Exception
Specified by:
processSalesByProductReport in interface SalesReportProcessor
Throws:
java.lang.Exception

processMonthlySalesReport

public java.util.Collection processMonthlySalesReport(java.util.Map parameters)
                                               throws java.lang.Exception
Specified by:
processMonthlySalesReport in interface SalesReportProcessor
Throws:
java.lang.Exception


Copyright © SoftSlate, LLC 2003–2005