Examples of Discipline


Examples of org.xrace.model.Discipline

    final Course courseXC1 = getCourseService().getCourseParNom(evenement1,
        "Cross-Country");
    final Course courseXC2 = getCourseService().getCourseParNom(evenement2,
        "Cross-Country");

    final Discipline disciplineXC = getDisciplineService().findByNom("XC");

    final Categorie categorieXseH = getCategorieService().findByCode("XSE",
        "H", disciplineXC);

    final Personne personneJDoe = getPersonneService()
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.