% /****************************************************************************** * Copyright (c) 2000-2004 e-Deal * * e-Deal S.A. * 55 rue Brillat Savarin * 75013 Paris * France * * T: +33 (0)1 53 80 80 30 * F: +33 (0)1 73 01 69 77 * http://www.e-deal.com * * La diffusion de ce code source sous quelque forme que ce soit sans * l'autorisation de E-DEAL est interdite. * * Vous êtes autorisés à modifier ce code source uniquement pour votre usage * propre et sous réserve que les mentions de copyright demeurent intactes. * * Ce code est fourni en l'état. Aucune garantie d'aucune sorte, explicite ou * implicite n'est donnée. En aucun cas E-DEAL ne pourra être tenu pour * responsable des dommages pouvant résulter de l'utilisation de ce code * source. ******************************************************************************/ %> <%@page session="true" import="com.edeal.frontline.*,java.util.*,java.lang.reflect.*,com.edeal.frontline.navigation.*"%> <%@ page import="com.edeal.frontline.controller.actions.SelectAction" %> <%@ page import="com.edeal.frontline.PersonEventBean" %> <%@ page import="com.edeal.frontline.controller.actions.custom.PersonEventsTableAction" %> <%@ page import="com.edeal.frontline.FlLocale" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl"%> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); DataDictionary dico = context.getDataDictionary(); String preview = flRequest.getSearchCriteria("$$preview"); String nb = flRequest.getSearchCriteria("$$nb"); String nom = flRequest.getSearchCriteria("PvtPersonID:PerName"); String profession = flRequest.getSearchCriteria("PvtPersonID:PerFctID"); String commercial = flRequest.getSearchCriteria("PvtPersonID:PerEntID:EntActID"); String reload = flRequest.getSearchCriteria("reload"); String etat = flRequest.getSearchCriteria("PvtTMK"); String statut = flRequest.getSearchCriteria("PvtStatus"); //EVENT INFO String pvtEventID = flRequest.getRequestParameterOrAttribute("PvtEventID"); // if (pvtEventID==null) pvtEventID=""; String dispEvent = null; String evtLabel=Utils.getMessage(session, "L614B", ""); Vector eventStatusList = new Vector(); // List code String lc = flRequest.getRequestParameterOrAttribute("lc"); if (lc == null) { lc = flRequest.getRequestParameterOrAttribute("code"); } if (lc == null) { lc = "CALLINGLIST"; } request.setAttribute("lc", lc); // search criteria String sc = flRequest.getRequestParameterOrAttribute("sc"); // object uri String ou = flRequest.getRequestParameterOrAttribute("ou"); Map searchCriteria = new Hashtable(); String str = ""; if (sc != null) { searchCriteria = WebUtils.parseQueryString(sc); try { Vector v = (Vector)searchCriteria.get("PvtPersonID:PerName"); if (nom == null && v != null) { nom = (String) v.get(0); } v = (Vector)searchCriteria.get("PvtPersonID:PerFctID"); if (profession == null && v != null) { profession = (String) v.get(0); } v = (Vector)searchCriteria.get("PvtPersonID:PerEntID:EntActID"); if (commercial == null && v != null) { commercial = (String) v.get(0); } v = (Vector)searchCriteria.get("PvtEventID"); if (pvtEventID == null && v != null && !"1".equals(reload)) { pvtEventID = (String) v.get(0); } } catch(Exception e) { } } if (pvtEventID != null && !"".equals(pvtEventID)) { EventBean event = new EventBean(pvtEventID, session); String eCode = ""; try { eCode = event.getEvtCode(); } catch (FieldNotInitializedException fnie) { } try { evtLabel = event.getEvtLabel(); } catch (FieldNotInitializedException fnie) { } dispEvent = (eCode + " - " + evtLabel).trim(); for (int i = 0; i < 10; i++) { String evtStatus = null; try { Method getter = Class.forName("com.edeal.frontline.EventBean").getMethod("getEvtStatus" + i , null); evtStatus = (String) getter.invoke(event, null); } catch (Exception e) { } if (evtStatus != null) { Vector oneStatus = new Vector(); oneStatus.add(Integer.toString(i)); oneStatus.add(evtStatus); eventStatusList.add(oneStatus); } } } else { pvtEventID = ""; } request.setAttribute("selectedTab", "0"); %> " > "> " criteriaTitle="<%=Utils.getMessage(session, \"L64CD\", \"Recherche liste d\\'appel\")%>" listTitle="<%=Utils.getMessage(session, \"L6200\", false, true, \"Liste d\\'appel\")%>" lu="/callinglist_result.fl?gridName=callingList" cu="/callinglist_critetia.fl"> ") %>" onfocus="if (this.value=='') this.value='';" onblur="if (this.value == '') this.value = '';"> ") %>" onfocus="if (this.value=='') this.value='';" onblur="if (this.value == '') this.value = '';"> ") %>" onfocus="if (this.value=='') this.value='';" onblur="if (this.value == '') this.value = '';"> <% if (eventStatusList != null && eventStatusList.size() > 0) { for (int i=0 ; i < eventStatusList.size() ; i++) { // evtCurrentStatus int statusPos = Integer.parseInt((String) ((Vector) eventStatusList.elementAt(i)).elementAt(0)); String statusLabel = (String) ((Vector) eventStatusList.elementAt(i)).elementAt(1); %> ><%= statusLabel %> <% } } %> <% Vector vectEtat = dico.getRefList("PvtTMK"); for (int j=0 ; j < vectEtat.size() ; j++) { Vector vectorEtat = (Vector) vectEtat.elementAt(j); String etatID = (String) vectorEtat.elementAt(0); String etatDisp = (String) vectorEtat.elementAt(1); %> ><%= Utils.formatToWeb(etatDisp,false) %> <% } %> aperçu >20 / >50 / >