pt.moredata.dataentry.action
Class UpdateSingleRecordAction

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

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

public class UpdateSingleRecordAction
extends AbstractAction

Esta classe implementa a alteraca de um unico registo. Outros registos que tenham sido alterados ou inseridos, que não seja o registo currente da entrada de dados (o que e devolvido pelo metodo getCurrentRow()), nao sao alterados. 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
UpdateSingleRecordAction()
          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

UpdateSingleRecordAction

public UpdateSingleRecordAction()
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.