pt.despodata.java.webappl.actions
Class SubmitSelectedRecordsAction

java.lang.Object
  extended bypt.despodata.java.webappl.actions.ActionBase
      extended bypt.despodata.java.webappl.actions.SubmitSelectedRecordsAction
All Implemented Interfaces:
Action

public class SubmitSelectedRecordsAction
extends ActionBase

SubmitSelectedRecordsAction.java Actualiza todos os registos selecionads, ou seja os que estiverem na lista de de selecionados: 'super.selectedRecordsList'. Company MoreData

Version:
$Revision: 1.1 $
Author:
psfbc

Field Summary
 
Fields inherited from class pt.despodata.java.webappl.actions.ActionBase
insertCascade, myModel, myView, request, rowSelected, rowSelectedFromList, selectedRecordsList, webAppl, webPage
 
Constructor Summary
SubmitSelectedRecordsAction()
           
 
Method Summary
 ActionRouter perform()
          This is the method that's passes refereces to the action servlet and the HTTP request and response.
protected  void processActualizar(int rowNumber)
          Actualiza um registo.
 
Methods inherited from class pt.despodata.java.webappl.actions.ActionBase
_getTopParentWebPage, addActionListener, addActionListener, fireEvent, fireEvent, fireEvent, getDeleteDataControl, getDetailWebPageDisplayDAO, getDisplayDataControl, getListenersList, getParentWebPage, getSearchDataControl, getTopParentWebPage, getUpdateDataControl, getUriListenerKey, getWebPage, perform, release, removeActionListener, removeListenersList, searchDetail, searchDetail, setUp, updateDetailUri, webPageHaveDetail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmitSelectedRecordsAction

public SubmitSelectedRecordsAction()
Method Detail

processActualizar

protected void processActualizar(int rowNumber)
Actualiza um registo.

Parameters:
rowNumber - O numero do registo a actualizar.

perform

public ActionRouter perform()
                     throws ActionException
This is the method that's passes refereces to the action servlet and the HTTP request and response.

Specified by:
perform in class ActionBase
Throws:
ActionException