
public class BerichtDoorsturenUitvoerActionBean extends Object implements net.sourceforge.stripes.action.ActionBean, ProgressUpdateListener
| Constructor and Description |
|---|
BerichtDoorsturenUitvoerActionBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLog(String log) |
void |
before() |
void |
completed() |
void |
exception(Throwable t) |
net.sourceforge.stripes.action.Resolution |
execute() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getExceptionStacktrace() |
String |
getLabel() |
String |
getLog() |
BerichtDoorstuurProces |
getProces() |
long |
getProcessed() |
double |
getProgress() |
Date |
getStart() |
String |
getStatus() |
long |
getTotal() |
Date |
getUpdate() |
boolean |
isComplete() |
void |
progress(long progress) |
void |
setComplete(boolean complete) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setExceptionStacktrace(String exceptionStacktrace) |
void |
setLabel(String label) |
void |
setLog(String log) |
void |
setProces(BerichtDoorstuurProces proces) |
void |
setProcessed(long processed) |
void |
setProgress(double progress) |
void |
setStart(Date start) |
void |
setStatus(String status) |
void |
setTotal(long total) |
void |
setUpdate(Date update) |
void |
total(long total) |
void |
updateStatus(String status) |
@Before public void before()
@After public void completed()
public void total(long total)
total in interface ProgressUpdateListenerpublic void progress(long progress)
progress in interface ProgressUpdateListenerpublic void exception(Throwable t)
exception in interface ProgressUpdateListenerpublic void updateStatus(String status)
updateStatus in interface ProgressUpdateListenerpublic void addLog(String log)
addLog in interface ProgressUpdateListener@DefaultHandler
@WaitPage(path="/WEB-INF/jsp/beheer/berichtdoorsturenuitvoeren.jsp",
delay=1000,
refresh=1000)
public net.sourceforge.stripes.action.Resolution execute()
public net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic String getLog()
public void setLog(String log)
public long getTotal()
public void setTotal(long total)
public long getProcessed()
public void setProcessed(long processed)
public boolean isComplete()
public void setComplete(boolean complete)
public Date getStart()
public void setStart(Date start)
public Date getUpdate()
public void setUpdate(Date update)
public double getProgress()
public void setProgress(double progress)
public String getExceptionStacktrace()
public void setExceptionStacktrace(String exceptionStacktrace)
public BerichtDoorstuurProces getProces()
public void setProces(BerichtDoorstuurProces proces)
public String getStatus()
public void setStatus(String status)
public String getLabel()
public void setLabel(String label)
Copyright © 2014–2020 B3Partners B.V.. All rights reserved.