@StrictBinding
@UrlBinding(value="/action/beheer/jobs/{event}")
public class HarvestJobActionBean
extends Object
implements net.sourceforge.stripes.action.ActionBean
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
HarvestJobActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
add() |
net.sourceforge.stripes.action.Resolution |
delete() |
net.sourceforge.stripes.action.Resolution |
edit() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
File |
getDownloadFolder() |
HarvestJob |
getJob() |
List<HarvestJob> |
getJobs() |
String |
getNextExecutionTime() |
void |
init() |
net.sourceforge.stripes.action.Resolution |
runAll() |
net.sourceforge.stripes.action.Resolution |
runSingle() |
net.sourceforge.stripes.action.Resolution |
save() |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setDownloadfolder(File downloadFolder) |
void |
setJob(HarvestJob job) |
void |
setJobs(List<HarvestJob> jobs) |
void |
setNextExecutionTime(String nextExecutionTime) |
net.sourceforge.stripes.action.Resolution |
view() |
net.sourceforge.stripes.action.Resolution |
viewLog() |
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 List<HarvestJob> getJobs()
public void setJobs(List<HarvestJob> jobs)
public HarvestJob getJob()
public void setJob(HarvestJob job)
public File getDownloadFolder()
public void setDownloadfolder(File downloadFolder)
public String getNextExecutionTime()
public void setNextExecutionTime(String nextExecutionTime)
@Before public void init()
@DefaultHandler public net.sourceforge.stripes.action.Resolution view()
public net.sourceforge.stripes.action.Resolution add()
public net.sourceforge.stripes.action.Resolution viewLog()
public net.sourceforge.stripes.action.Resolution delete()
public net.sourceforge.stripes.action.Resolution save()
public net.sourceforge.stripes.action.Resolution edit()
public net.sourceforge.stripes.action.Resolution runSingle()
throws JAXBException,
org.jdom2.JDOMException
JAXBExceptionorg.jdom2.JDOMExceptionpublic net.sourceforge.stripes.action.Resolution runAll()
throws JAXBException,
org.jdom2.JDOMException
JAXBExceptionorg.jdom2.JDOMExceptionCopyright © 2018. All rights reserved.