
@StrictBinding public class BasisregistratieBigFileLoadActionBean extends Object implements net.sourceforge.stripes.action.ActionBean, ProgressUpdateListener
| Constructor and Description |
|---|
BasisregistratieBigFileLoadActionBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
exception(Throwable t) |
net.sourceforge.stripes.action.Resolution |
form() |
String |
getBasisregistratie() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getFilename() |
long |
getProcessedBytes() |
double |
getProgress() |
String |
getProgressDisplay() |
Date |
getStart() |
long |
getTotalBytes() |
Date |
getUpdate() |
boolean |
isComplete() |
net.sourceforge.stripes.action.Resolution |
load() |
void |
progress(long bytes) |
void |
setBasisregistratie(String basisregistratie) |
void |
setComplete(boolean complete) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setFilename(String filename) |
void |
setProcessedBytes(long processedBytes) |
void |
setProgress(double progress) |
void |
setProgressDisplay(String progressDisplay) |
void |
setStart(Date start) |
void |
setTotalBytes(long totalBytes) |
void |
setUpdate(Date update) |
void |
total(long bytes) |
public BasisregistratieBigFileLoadActionBean()
@DefaultHandler @DontValidate public net.sourceforge.stripes.action.Resolution form()
public void total(long bytes)
total in interface ProgressUpdateListenerpublic void progress(long bytes)
progress in interface ProgressUpdateListenerpublic void exception(Throwable t)
exception in interface ProgressUpdateListener@WaitPage(path="/WEB-INF/jsp/bestand/bigfile.jsp",
delay=1000,
refresh=1000)
public net.sourceforge.stripes.action.Resolution load()
throws BrmoException
BrmoExceptionpublic 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 getBasisregistratie()
public void setBasisregistratie(String basisregistratie)
public String getFilename()
public void setFilename(String filename)
public double getProgress()
public void setProgress(double progress)
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 getTotalBytes()
public void setTotalBytes(long totalBytes)
public long getProcessedBytes()
public void setProcessedBytes(long processedBytes)
public String getProgressDisplay()
public void setProgressDisplay(String progressDisplay)
Copyright © 2014–2019 B3Partners B.V.. All rights reserved.