net.sf.dc.wf.requests
Class FillTableRequest

java.lang.Object
  extended bynet.sf.dc.wf.requests.FillTableRequest
All Implemented Interfaces:
IRequest

public class FillTableRequest
extends java.lang.Object
implements IRequest

Request for filling the table with retrieved data

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

Constructor Summary
FillTableRequest(int module)
           
 
Method Summary
 void execute(java.util.Collection objects)
           
 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

FillTableRequest

public FillTableRequest(int module)
Method Detail

execute

public void execute(java.util.Collection objects)
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