Class BasicTaxRatesExportAction

java.lang.Object
org.apache.struts.action.Action
com.softslate.commerce.customer.core.BaseAction
com.softslate.commerce.administrator.importexport.CommonExportAction
com.softslate.commerce.administrator.importexport.BasicTaxRatesExportAction

public class BasicTaxRatesExportAction extends CommonExportAction
Struts Action class that gets invoked when user exports basic tax rates. This extends CommonExportAction class. This class overrides the "buildFileRowColumnData" method, so that custom rowColumn data can be pulled.
Author:
David Tobey
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static org.apache.commons.logging.Log
     

    Fields inherited from class org.apache.struts.action.Action

    servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    buildFileRowColumnData(String headerStr, BusinessObject businessObject)
    This overriding method populates "stateCode" and "countryCode", as they can't be accessed by BeanUtils.getProperty(..)

    Methods inherited from class com.softslate.commerce.administrator.importexport.CommonExportAction

    buildFileData, buildHeader, eliminateDuplicateRows, execute

    Methods inherited from class org.apache.struts.action.Action

    addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait