
public class AfgifteNummerScanUitvoerenActionBean extends Object implements net.sourceforge.stripes.action.ActionBean, ProgressUpdateListener
| Constructor and Description |
|---|
AfgifteNummerScanUitvoerenActionBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLog(String line) |
void |
before() |
void |
completed() |
void |
exception(Throwable t) |
net.sourceforge.stripes.action.Resolution |
execute() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getExceptionStacktrace() |
String |
getLog() |
AfgifteNummerScannerProces |
getProces() |
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 |
setLog(String log) |
void |
setProces(AfgifteNummerScannerProces proces) |
void |
setStart(Date start) |
void |
setStatus(String status) |
void |
setTotal(long total) |
void |
setUpdate(Date update) |
void |
total(long total) |
void |
updateStatus(String status) |
public AfgifteNummerScanUitvoerenActionBean()
@DefaultHandler
@WaitPage(path="/WEB-INF/jsp/beheer/afgiftenummerscanneruitvoeren.jsp",
delay=1000,
refresh=1000)
public net.sourceforge.stripes.action.Resolution execute()
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 line)
addLog in interface ProgressUpdateListener@Before public void before()
@After public void completed()
public void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic AfgifteNummerScannerProces getProces()
public void setProces(AfgifteNummerScannerProces proces)
public String getLog()
public void setLog(String log)
public String getStatus()
public void setStatus(String status)
public String getExceptionStacktrace()
public void setExceptionStacktrace(String exceptionStacktrace)
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 long getTotal()
public void setTotal(long total)
Copyright © 2014–2020 B3Partners B.V.. All rights reserved.