Package net.fqsc.inscriptions.model.identification

Examples of net.fqsc.inscriptions.model.identification.Personne


      {
        if (this.getDomainModel().isInitialized())
        {
          final Inscription inscription = (Inscription) entity;

          final Personne personneInscription = inscription
              .getPersonne();
          if (this.getPersonne() == null)
          {
            if (!personneInscription.getInscriptions().contain(
                inscription))
            {
              post = personneInscription.getInscriptions().add(
                  inscription);
            }
          }
        }
      }
View Full Code Here


    {
      if (super.postRemove(entity))
      {
        final Inscription inscription = (Inscription) entity;

        final Personne personneInscription = inscription.getPersonne();
        if (this.getPersonne() == null)
        {
          if (personneInscription.getInscriptions().contain(
              inscription))
          {
            post = personneInscription.getInscriptions().remove(
                inscription);
          }
        }
      }
      else
View Full Code Here

      if (super.postUpdate(beforeEntity, afterEntity))
      {
        final Inscription beforeInscription = (Inscription) beforeEntity;
        final Inscription afterInscription = (Inscription) afterEntity;

        final Personne beforePersonne = beforeInscription.getPersonne();
        final Personne afterPersonne = afterInscription.getPersonne();

        if (beforeEntity != afterEntity)
        {
          if (beforePersonne.getInscriptions().contain(
              beforeInscription))
            post = beforePersonne.getInscriptions().remove(
                beforeInscription);

          if (post)
          {
            post = afterPersonne.getInscriptions().add(
                afterInscription);
          }
        }
      }
      else
View Full Code Here

  @Override
  protected void populateItem(final Item item)
  {

    final Personne personne = (Personne) item.getModelObject();
    final Comptes comptes = personne.getComptes();
    Map map = new HashMap();

    // si la page est train de gérer les admin
    if (this.admin)
    {
      // Si l'usager possède un compte
      if (comptes.getList().size() > 0)
      {
        map.put("Oid", personne.getOid());
        item.add(HomePage.link("selection", DisplayPersonneAdmin.class,
            map));
      }
      else
      {
        item.add(new Label("selection", "L'usager n'a pas de compte"));
      }
    }
    // l'usager est train de gérer les plaques....
    else if (this.saison != null)
    {
      map = new HashMap();
      map.put( DisplayPlaquePersonne.TypeParameters.ISNEW, true);
      map.put(DisplayPlaquePersonne.TypeParameters.INFOSAISON, null);
      map.put(DisplayPlaquePersonne.TypeParameters.PERSONNE, personne);
      map.put(ViewPersonnePanel.TypeParameters.SAISON, this.saison);
      map.put(DisplayPlaquePersonne.TypeParameters.SAISON, this.saison);
      try
      {
        map.put(DisplayPlaquePersonne.TypeParameters.INFOSSAISONS, personne.getInfosSaison());
      }
      catch (final Exception e)
      {
        throw new SystemeException(e.getMessage());
      }
      item.add(HomePage.link("selection",DisplayPlaquePersonne.class, map))
    }
    // l'usager est en train de gérer les membres.
    else
    {
      map.put("Oid", personne.getOid());
      item.add(HomePage
          .link("selection", DisplayPersonnePanel.class, map));
    }

    item.add(new Label("prenom", new PropertyModel(personne, "prenom")));
View Full Code Here

  }
 
  @Override
  protected void populateItem(final ListItem item) {
    final InfoSaison infoSaison = (InfoSaison) item.getModelObject();
    final Personne personne = (Personne) this.personnes.retrieveByOid(infoSaison.getPersonne().getOid());
    final Categorie categorie = (Categorie) this.categories.retrieveByOid(infoSaison.getCategorie().getOid());
   
    final Map map = new HashMap();
    map.put(DisplayPlaquePersonne.TypeParameters.INFOSAISON, infoSaison);
    map.put(DisplayPlaquePersonne.TypeParameters.ISNEW, false);
    map.put(DisplayPlaquePersonne.TypeParameters.PERSONNE, personne);
    map.put(DisplayPlaquePersonne.TypeParameters.SAISON, this.saison);
    try
    {
      map.put(DisplayPlaquePersonne.TypeParameters.INFOSSAISONS, personne.getInfosSaison());
    }
    catch (final Exception e)
    {
      throw new SystemeException(e.getMessage());
    }
View Full Code Here

  public CreationPersonneForm(final String id, final Map parameters)
  {
    super(id);
    final InscriptionsApp app = (InscriptionsApp) this.getApplication();
    this.personnes = (Personnes) app.getEntry("Personnes");
    this.personne = new Personne(this.personnes.getDomainModel());
    this.createComponents();

  }
View Full Code Here

      {
        if (this.getDomainModel().isInitialized())
        {
          final InfoSaison infoSaison = (InfoSaison) entity;

          final Personne personneInfoSaison = infoSaison
              .getPersonne();
          if (this.getPersonne() == null)
          {
            if (!personneInfoSaison.getInfosSaison().contain(
                infoSaison))
            {
              post = personneInfoSaison.getInfosSaison().add(
                  infoSaison);
            }
          }
        }
      }
View Full Code Here

    {
      if (super.postRemove(entity))
      {
        final InfoSaison infoSaison = (InfoSaison) entity;

        final Personne personneInfoSaison = infoSaison.getPersonne();
        if (this.getPersonne() == null)
        {
          if (personneInfoSaison.getInfosSaison().contain(infoSaison))
          {
            post = personneInfoSaison.getInfosSaison().remove(
                infoSaison);
          }
        }
      }
      else
View Full Code Here

      if (super.postUpdate(beforeEntity, afterEntity))
      {
        final InfoSaison beforeInfoSaison = (InfoSaison) beforeEntity;
        final InfoSaison afterInfoSaison = (InfoSaison) afterEntity;

        final Personne beforePersonne = beforeInfoSaison.getPersonne();
        final Personne afterPersonne = afterInfoSaison.getPersonne();

        if (beforeEntity != afterEntity)
        {
          if (beforePersonne.getInfosSaison().contain(
              beforeInfoSaison))
            post = beforePersonne.getInfosSaison().remove(
                beforeInfoSaison);

          if (post)
            post = afterPersonne.getInfosSaison().add(
                afterInfoSaison);
        }
      }
      else
      {
View Full Code Here

                .getRandomTarification().getOid(), context
                .getPersistentModel().getDomainModel()));
          }
        }

        Personne personne = (Personne) identCtrl.getPersonnes()
            .getList().get(
                random.nextInt(identCtrl.getPersonnes()
                    .getList().size()));

        facCtrl.inscrire(cart, personne);
View Full Code Here

TOP

Related Classes of net.fqsc.inscriptions.model.identification.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.