pt.moredata.dataentry.action
Class ExportToCSVFileAction

java.lang.Object
  extended bypt.moredata.dataentry.action.AbstractAction
      extended bypt.moredata.dataentry.action.ExportToCSVFileAction
All Implemented Interfaces:
Action

public class ExportToCSVFileAction
extends AbstractAction

Company MoreData

Version:
$Revision: 1.4 $
Author:
pcarmo

Field Summary
static java.lang.String CSV_FILE_KEY
           
 
Fields inherited from class pt.moredata.dataentry.action.AbstractAction
_dataEntry, _enable, _event, _request
 
Constructor Summary
ExportToCSVFileAction()
           
 
Method Summary
 ResponseMessage actionPerformed()
          Invoked when an action occurs.
protected  void init(ActionEvent event)
          Description of the Method
 
Methods inherited from class pt.moredata.dataentry.action.AbstractAction
actionPerformed, isEnabled, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CSV_FILE_KEY

public static final java.lang.String CSV_FILE_KEY
See Also:
Constant Field Values
Constructor Detail

ExportToCSVFileAction

public ExportToCSVFileAction()
Method Detail

init

protected void init(ActionEvent event)
Description of the Method

Overrides:
init in class AbstractAction
Parameters:
event - Description of the Parameter

actionPerformed

public ResponseMessage actionPerformed()
Invoked when an action occurs.

Specified by:
actionPerformed in class AbstractAction
Returns:
A menssagem de resposta contendo o resultado da accao executada.