Line 1100... |
Line 1100... |
1100 |
* - 'recherche' doit être non NULL.
|
1100 |
* - 'recherche' doit être non NULL.
|
1101 |
* - 'start' doit être supérieur ou égal à zéro. 'nbElements' doit être supérieur à zéro.
|
1101 |
* - 'start' doit être supérieur ou égal à zéro. 'nbElements' doit être supérieur à zéro.
|
1102 |
*
|
1102 |
*
|
1103 |
*****************************************************************************************************/
|
1103 |
*****************************************************************************************************/
|
1104 |
public void selectionnerPersonne(Rafraichissable vueARafraichir, String recherche, int start, int nbElements) {
|
1104 |
public void selectionnerPersonne(Rafraichissable vueARafraichir, String recherche, int start, int nbElements) {
|
1105 |
modele.selectionnerProjet(vueARafraichir, recherche, start, nbElements);
|
1105 |
modele.selectionnerPersonne(vueARafraichir, recherche, start, nbElements);
|
1106 |
}
|
1106 |
}
|
Line 1107... |
Line 1107... |
1107 |
|
1107 |
|
1108 |
public void selectionnerPersonne(Rafraichissable vueARafraichir, Personne personne, String projetId) {
|
1108 |
public void selectionnerPersonne(Rafraichissable vueARafraichir, Personne personne, String projetId) {
|
1109 |
selectionnerPersonne(vueARafraichir, personne, projetId, 0, nbElements);
|
1109 |
selectionnerPersonne(vueARafraichir, personne, projetId, 0, nbElements);
|