return mapping.findForward("viewPublicRelationsReports");
}
public ActionForward requestJob(ActionMapping mapping, ActionForm form, HttpServletRequest request,
HttpServletResponse response) throws Exception {
StudentReportPredicate studentReportPredicate = setBean(request);
PublicRelationsStudentListQueueJob job =
new PublicRelationsStudentListQueueJob(studentReportPredicate.getExecutionYear(),
studentReportPredicate.getDegreeType(), studentReportPredicate.getConcluded(),
studentReportPredicate.getActive());
List<QueueJob> queueJobList = getLatestJobs();
request.setAttribute("queueJobList", queueJobList);
request.setAttribute("job", job);