public PreparationPreCoursePage(final Course course)
{
super();
add(new ResourceLink("complete", new ExcelResource(
new InscriptionsCompleteReport(course,
dossierInscriptionService))));
add(new ResourceLink("summary", new ExcelResource(
new InscriptionsSommaireReport(course,
dossierInscriptionService))));
add(new ResourceLink("equipes",
new ExcelResource(new InscriptionsEquipeReport(course,
dossierInscriptionService))));
add(new ResourceLink("imprimable", new ExcelResource(
new InscriptionsImprimableReport(course,
dossierInscriptionService))));
add(new ResourceLink("geco", new ExcelResource(
new InscriptionsGecoReport(course, dossierInscriptionService))));
add(new Link("assignPlaques")
{
private static final long serialVersionUID = 1L;