pt.moredata.dataentry.action
Class InsertSingleRecordAction

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

Deprecated. This class was replaced by the class SaveSingleRecordAction and is not used any more.

public class InsertSingleRecordAction
extends AbstractAction

Esta classe implementa a insercao de um unico registo. O registo/linha inserido é o registo/linha selecionada na entrada de dados. Assume-se que o DataEntry enviado no pedido tem uma unica linha e implementa o metodo getCellAt(columnName:String). Company MoreData

Version:
$Revision: 1.9 $
Author:
psfbc

Field Summary
 
Fields inherited from class pt.moredata.dataentry.action.AbstractAction
_dataEntry, _enable, _event, _request
 
Constructor Summary
InsertSingleRecordAction()
          Deprecated.  
 
Method Summary
 ResponseMessage actionPerformed()
          Deprecated. Invoked when an action occurs.
protected  void init(ActionEvent event)
          Deprecated. 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
 

Constructor Detail

InsertSingleRecordAction

public InsertSingleRecordAction()
Deprecated. 
Method Detail

init

protected void init(ActionEvent event)
Deprecated. 
Description of the Method

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

actionPerformed

public ResponseMessage actionPerformed()
Deprecated. 
Invoked when an action occurs.

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