public CategoriesParticipantes getCategoriesParticipantes()
throws ActionException, SelectionException
{
if (this.categoriesParticipantes == null)
{
final Saisons saisons = (Saisons) this.getDomainModel().getEntry(
"Saisons");
this.setCategoriesParticipantes(saisons
.getCategoriesParticipantes(this));
}
return this.categoriesParticipantes;
}