@WebServlet(value="/fachref/eMedia/askSushi") public class AskSushiServlet extends FachRefServlet implements org.quartz.Job
| Constructor and Description |
|---|
AskSushiServlet() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
collectData(java.time.LocalDate startDate,
java.time.LocalDate endDate,
java.lang.String publisherName,
java.lang.String type)
Method to collect SUSHI reports.
|
void |
execute(org.quartz.JobExecutionContext context)
execute method to be called by the quartz framework.
|
getParameter, prepareOutput, prepareOutput, prepareOutput, sendOutputdoGet, doPost, encodeURL, getLayoutService, getProperty, getServletBaseURL, getSession, initpublic void execute(org.quartz.JobExecutionContext context)
execute in interface org.quartz.Jobcontext - job execution context from the quartz frameworkpublic static boolean collectData(java.time.LocalDate startDate,
java.time.LocalDate endDate,
java.lang.String publisherName,
java.lang.String type)
throws java.lang.Exception
startDate - the start dateendDate - the end datepublisherName - the name of the SUSHI providertype - the type of report requestedjava.lang.Exception - thrown if one of the many things that can go wrong goes wrong ...