Package org.xrace.model.identification.personne

Examples of org.xrace.model.identification.personne.Personne


        .generateDossiersInscriptions(course))
    {
      row = sheet.createRow((short) ++i);

      // --------- Informations sur la personne inscrite -------
      final Personne personneInscrite = line.getPersonneInscrite();
      row.createCell((short) 0).setCellValue(personneInscrite.getId());
      row.createCell((short) 1).setCellValue(
          new HSSFRichTextString(personneInscrite.getNom()));
      row.createCell((short) 2).setCellValue(
          new HSSFRichTextString(personneInscrite.getPrenom()));
      row.createCell((short) 3).setCellValue(
          new HSSFRichTextString(personneInscrite.getCodeUCI()));
      HSSFUtils.createDateCell(wb, row, 4, personneInscrite
          .getDateNaissance());
      row.createCell((short) 5).setCellValue(
          new HSSFRichTextString(personneInscrite.getSexe()));
      row.createCell((short) 6).setCellValue(
          new HSSFRichTextString(personneInscrite.getAllergies()));
      row.createCell((short) 7).setCellValue(
          new HSSFRichTextString(personneInscrite
              .getEmergencyNumber()));
      row.createCell((short) 8).setCellValue(
          new HSSFRichTextString(personneInscrite
              .getEmergencyContact()));

      // --------- Information sur l'inscription -------
      final Inscription inscription = line.getInscription();
      final Club club = line.getClub();
View Full Code Here


    Assert.assertEquals(ImportationLineStatus.IMPORTE, donneesTerrain
        .getLines().get(2).getStatut());
    Assert.assertEquals(ImportationLineStatus.IMPORTE, donneesTerrain
        .getLines().get(3).getStatut());

    Personne personneJDoe = assertPersonne(1, "Doe", "John",
        new GregorianCalendar(1970, 0, 1).getTime());
    Personne personneJDeere = assertPersonne(1, "Deere", "John",
        new GregorianCalendar(1972, 3, 1).getTime());
    Personne personneBProbert = assertPersonne(2, "Probert", "Bob",
        new GregorianCalendar(1973, 9, 29).getTime());
    Personne personneBMorane = assertPersonne(1, "Morane", "Bob",
        new GregorianCalendar(1971, 0, 1).getTime());

    assertPlaque(personneJDoe, saison, categorieXseH, "12");
    assertPlaque(personneJDeere, saison, categorieXssH, "3021");
    assertPlaque(personneBProbert, saison, categorieXssH, "3022");
    assertPlaque(personneBMorane, saison, categorieXms30H, "3322");

    assertNbPlaques(personneJDoe, saison, 1);
    assertNbPlaques(personneJDeere, saison, 1);
    assertNbPlaques(personneBProbert, saison, 1);
    assertNbPlaques(personneBMorane, saison, 1);

    //Le script met à jour la nationalité, s'il y a lieu.
    assertEquals("USA", personneJDoe.getNationalite().getCode());

    //Le script assigne une nationalité à la personne nouvellement créée, si son codeUCI est
    //spécifié.
    assertEquals("USA", personneBProbert.getNationalite().getCode());

    //Le script assigne la nationalité canadienne à la personne nouvellement créée,
    //si son codeUCI n'est pas spécifié ou mal formé.
    assertEquals("CAN", personneBMorane.getNationalite().getCode());
  }
View Full Code Here

        infoSaisonJDeere, true, true, false);

    getImportationDonneesTerrainService().validateAndImport(
        donneesTerrain.getId());

    Personne personneJDoe = assertPersonne(1, "Doe", "John",
        new GregorianCalendar(1970, 0, 1).getTime());
    Personne personneJDeere = assertPersonne(1, "Deere", "John",
        new GregorianCalendar(1972, 3, 1).getTime());
    Personne personneBProbert = assertPersonne(2, "Probert", "Bob",
        new GregorianCalendar(1973, 9, 29).getTime());
    Personne personneBMorane = assertPersonne(1, "Morane", "Bob",
        new GregorianCalendar(1971, 0, 1).getTime());

    assertPlaque(personneJDoe, saison, categorieXseH, "12");
    assertPlaque(personneJDeere, saison, categorieXsxH, "610");
    assertPlaque(personneBProbert, saison, categorieXssH, "3022");
View Full Code Here

        infoSaisonJDeere, true, true, true);

    getImportationDonneesTerrainService().validateAndImport(
        donneesTerrain.getId());

    Personne personneJDoe = assertPersonne(1, "Doe", "John",
        new GregorianCalendar(1970, 0, 1).getTime());
    Personne personneJDeere = assertPersonne(1, "Deere", "John",
        new GregorianCalendar(1972, 3, 1).getTime());
    Personne personneBProbert = assertPersonne(2, "Probert", "Bob",
        new GregorianCalendar(1973, 9, 29).getTime());
    Personne personneBMorane = assertPersonne(1, "Morane", "Bob",
        new GregorianCalendar(1971, 0, 1).getTime());

    assertPlaque(personneJDoe, saison, categorieXseH, "12");
    assertPlaque(personneJDeere, saison, categorieXssH, "3021");
    assertPlaque(personneBProbert, saison, categorieXssH, "3022");
View Full Code Here

        infoSaisonJDeere, true, true, true);

    getImportationDonneesTerrainService().validateAndImport(
        donneesTerrain.getId());

    Personne personneJDoe = assertPersonne(1, "Doe", "John",
        new GregorianCalendar(1970, 0, 1).getTime());
    Personne personneJDeere = assertPersonne(1, "Deere", "John",
        new GregorianCalendar(1972, 3, 1).getTime());
    Personne personneBProbert = assertPersonne(2, "Probert", "Bob",
        new GregorianCalendar(1973, 9, 29).getTime());
    Personne personneBMorane = assertPersonne(1, "Morane", "Bob",
        new GregorianCalendar(1971, 0, 1).getTime());

    assertPlaque(personneJDoe, saison, categorieXseH, "12");
    assertPlaque(personneJDeere, saison, categorieXssH, "3021");
    assertPlaque(personneBProbert, saison, categorieXssH, "3022");
View Full Code Here

        infoSaisonJDeere, true, true, true);

    getImportationDonneesTerrainService().validateAndImport(
        donneesTerrain.getId());

    Personne personneJDoe = assertPersonne(1, "Doe", "John",
        new GregorianCalendar(1970, 0, 1).getTime());
    Personne personneJDeere = assertPersonne(1, "Deere", "John",
        new GregorianCalendar(1972, 3, 1).getTime());
    Personne personneBProbert = assertPersonne(2, "Probert", "Bob",
        new GregorianCalendar(1973, 9, 29).getTime());
    Personne personneBMorane = assertPersonne(1, "Morane", "Bob",
        new GregorianCalendar(1971, 0, 1).getTime());

    assertPlaque(personneJDoe, saison, categorieXseH, "12");
    assertPlaque(personneJDeere, saison, categorieXssH, "3021");
    assertPlaque(personneBProbert, saison, categorieXssH, "3022");
View Full Code Here

        infoSaisonJDeere, true, true, true);

    getImportationDonneesTerrainService().validateAndImport(
        donneesTerrain.getId());

    Personne personneJDoe = assertPersonne(1, "Doé", "John",
        new GregorianCalendar(1970, 0, 1).getTime());
    Personne personneJDeere = assertPersonne(1, "Deere", "John",
        new GregorianCalendar(1972, 3, 1).getTime());
    Personne personneBProbert = assertPersonne(2, "Probert", "Bob",
        new GregorianCalendar(1973, 9, 29).getTime());
    Personne personneBMorane = assertPersonne(1, "Morane", "Bob",
        new GregorianCalendar(1971, 0, 1).getTime());

    assertPlaque(personneJDoe, saison, categorieXseH, "12");
    assertPlaque(personneJDeere, saison, categorieXssH, "3021");
    assertPlaque(personneBProbert, saison, categorieXssH, "3022");
View Full Code Here

        infoSaisonJDeere, true, true, true);

    getImportationDonneesTerrainService().validateAndImport(
        donneesTerrain.getId());

    Personne personneJDoe = assertPersonne(1, "Doe", "John",
        new GregorianCalendar(1970, 0, 1).getTime());
    Personne personneJDeere = assertPersonne(1, "Deere", "John",
        new GregorianCalendar(1972, 3, 1).getTime());
    Personne personneBProbert = assertPersonne(1, "Probert", "Bob",
        new GregorianCalendar(1973, 9, 29).getTime());
    assertPersonne(0, "Morane", "Bob", new GregorianCalendar(1971, 0, 1)
        .getTime());

    assertPlaque(personneJDoe, saison, categorieXseH, "12");
View Full Code Here

        infoSaisonJDeere, true, true, true);

    getImportationDonneesTerrainService().validateAndImport(
        donneesTerrain.getId());

    Personne personneJDoe = assertPersonne(1, "Doe", "John",
        new GregorianCalendar(1970, 0, 1).getTime());
    Personne personneJDeere = assertPersonne(1, "Deere", "John",
        new GregorianCalendar(1972, 3, 1).getTime());
    Personne personneBProbert = assertPersonne(2, "Probert", "Bob",
        new GregorianCalendar(1973, 9, 29).getTime());
    Personne personneBMorane = assertPersonne(1, "Morane", "Bob",
        new GregorianCalendar(1971, 0, 1).getTime());

    assertPlaque(personneJDoe, saison, categorieXseH, "12");
    assertPlaque(personneJDeere, saison, categorieXssH, "3021");
    assertPlaque(personneBProbert, saison, categorieXssH, "3022");
View Full Code Here

        infoSaisonJDoe, true, true, true);

    getImportationDonneesTerrainService().validateAndImport(
        donneesTerrain.getId());

    Personne personneJDoe = assertPersonne(1, "Doe", "John",
        new GregorianCalendar(1970, 0, 1).getTime());
    assertPersonne(1, "Probert", "Bob", new GregorianCalendar(1973, 9, 29)
        .getTime());
    Personne personneBMorane = assertPersonne(1, "Morane", "Bob",
        new GregorianCalendar(1971, 0, 1).getTime());

    assertPlaque(personneJDoe, saison, categorieXseH, "12");
    assertPlaque(personneJDeere, saison, categorieXssH, "3021");
    assertPlaque(personneBMorane, saison, categorieXms30H, "3322");
View Full Code Here

TOP

Related Classes of org.xrace.model.identification.personne.Personne

Copyright © 2018 www.massapicom. 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.