Subversion Repositories eFlore/Applications.del

Rev

Rev 2095 | Rev 2139 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2095 Rev 2138
Line 110... Line 110...
110
		String referentiel = Location.getParameter("masque.referentiel");
110
		String referentiel = Location.getParameter("masque.referentiel");
111
		String protocole = Location.getParameter("protocole");
111
		String protocole = Location.getParameter("protocole");
112
		String statutParam = Location.getParameter("masque.type");
112
		String statutParam = Location.getParameter("masque.type");
113
		String paysParam = Location.getParameter("masque.pays");
113
		String paysParam = Location.getParameter("masque.pays");
Line -... Line 114...
-
 
114
 
-
 
115
		String pnInscritsSeulement = Location.getParameter("masque.pninscritsseulement");
-
 
116
		boolean pnInscritsSeulementBool = pnInscritsSeulement.equals("1");
114
		
117
 
115
		String page = Location.getParameter("page");
118
		String page = Location.getParameter("page");
116
		Integer pageInt = null;
119
		Integer pageInt = null;
117
		try {
120
		try {
118
			pageInt = Integer.parseInt(page);
121
			pageInt = Integer.parseInt(page);
Line 139... Line 142...
139
		rechercheParArguments.setDepartement(dept);
142
		rechercheParArguments.setDepartement(dept);
140
		rechercheParArguments.setAuteur(auteur);
143
		rechercheParArguments.setAuteur(auteur);
141
		rechercheParArguments.setDate(date);
144
		rechercheParArguments.setDate(date);
142
		rechercheParArguments.setTag(tag);
145
		rechercheParArguments.setTag(tag);
143
		rechercheParArguments.setPays(paysParam);
146
		rechercheParArguments.setPays(paysParam);
-
 
147
		rechercheParArguments.setPnInscritsSeulement(pnInscritsSeulementBool);
Line 144... Line 148...
144
		
148
		
145
		if (protocole != null && !protocole.equals("")) {
149
		if (protocole != null && !protocole.equals("")) {
146
			CacheClient.getInstance().setIdProtocoleEnAttente(protocole);
150
			CacheClient.getInstance().setIdProtocoleEnAttente(protocole);
147
			rechercheParArguments.setIdProtocoleSelectionne(protocole);
151
			rechercheParArguments.setIdProtocoleSelectionne(protocole);