@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, sendOutput
doGet, doPost, encodeURL, getLayoutService, getProperty, getServletBaseURL, getSession, init
public void execute(org.quartz.JobExecutionContext context)
execute
in interface org.quartz.Job
context
- 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 ...