Package org.xrace.view.admin.merge.choosePersonne

Examples of org.xrace.view.admin.merge.choosePersonne.PersonneChoicePage


            AnalysisPage.this.getMergeContext()
                .setPersonneSelectList(personnesSimilaires);
            AnalysisPage.this.getMergeContext().addPersonneToMerge(
                personne);

            this.setResponsePage(new PersonneChoicePage(
                AnalysisPage.this.getMergeContext()));
          }

        });
      }
View Full Code Here

TOP

Related Classes of org.xrace.view.admin.merge.choosePersonne.PersonneChoicePage

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.