net.sf.dc.wf.requests
Class RemoveRowsRequest

java.lang.Object
  extended by net.sf.dc.wf.requests.RemoveRowsRequest
All Implemented Interfaces:
IRequest

public class RemoveRowsRequest
extends java.lang.Object
implements IRequest

Request for removing rows from the table

Since:
1.4
Version:
1.6
Author:
Robert Jan van der Waals

Constructor Summary
RemoveRowsRequest(int module, int panel, java.lang.String[] ids)
           
 
Method Summary
 void execute(java.util.Collection data)
           
 boolean getExecuteOnFail()
           
 void setExecuteOnFail(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveRowsRequest

public RemoveRowsRequest(int module,
                         int panel,
                         java.lang.String[] ids)
Method Detail

execute

public void execute(java.util.Collection data)
Specified by:
execute in interface IRequest

getExecuteOnFail

public boolean getExecuteOnFail()
Specified by:
getExecuteOnFail in interface IRequest

setExecuteOnFail

public void setExecuteOnFail(boolean b)
Specified by:
setExecuteOnFail in interface IRequest