%
/******************************************************************************
* Copyright (c) 2000-2011 E-DEAL
*
* E-DEAL S.A.
* 41, rue Périer
* 92120 Montrouge
* France
*
* T: +33 (0)1 73 03 29 80
* 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 language="java" session="true"%>
<%@ page import="com.edeal.frontline.navigation.*"%>
<%@ page import="com.edeal.frontline.*"%>
<%@ page import="com.edeal.frontline.helper.custom.*"%>
<%@ page import="com.edeal.frontline.custom.*" %>
<%@ page import="java.util.Hashtable"%>
<%@page import="java.util.Vector"%>
<%@ 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();
String objSql = flRequest.getRequestParameterOrAttribute("objsql");
String lc = flRequest.getRequestParameterOrAttribute("lc");
String pPhone = null;
if (lc != null && lc.equals("ENTSEARCH")){
pPhone = flRequest.getSearchCriteria("EntPhone");
} else if (lc != null && lc.equals("PERSEARCH")){
pPhone = flRequest.getSearchCriteria("PerPhone");
}
ListBean.ActionsMenu actionsMenu = List.getActionsMenu();
Hashtable variables = new Hashtable();
variables.put("objSql", objSql);
EdealBigTabsNavigation bTabNav = new EdealBigTabsNavigation(flRequest);
String jsGridObject=bTabNav.getBigTabsParameterValue(EdealBigTabsNavigation.BigTabsParams.NameSearchGridJs);
boolean fHasCreationRight=true;
DataDictionary dico=context.getDataDictionary();
//Get the object which the list is attached to, and check if the session actor is allowed to create such an object
ObjectsBean object=dico.getTable("ID",List.getLstObjID());
BasicBean bean=object.getBasicBean(null,session);
fHasCreationRight=bean.enforceAccess(AccessControlManager.CREATE);
// Partie pour permettre la génération du catalogue d'associations
Boolean listeTiers = false;
String idCatAsso = "";
String catAssoDocTyp = "";
//Mantis 30350
//if (lc != null && lc.equals("MY_ASSOS")){
if (lc != null && (lc.equals("MY_ASSOS")||(lc.equals("MY_ASSOS_C")))){
if (objSql.equalsIgnoreCase("enterprise")) {
String[] fields = {"Cg_ID"};
String[][] query = {{"Cg_Code = 'ASSO'"}};
String[] orderBy = {"Cg_CrDt DESC"};
Vector list = Catalogue_Bean.listSummary(context, fields, query);
// on prend le premier catalogue si la liste n'est pas vide
if(list != null && !list.isEmpty()) {
listeTiers = true;
Hashtable tab = (Hashtable)list.firstElement();
idCatAsso = (String)tab.get("Cg_ID");
try {
catAssoDocTyp = dico.getRefIdByCode("To_", "Te1", "CTASSO");
} catch (Exception e) {
}
}
}
}
// partie pour la gestion de l'envoi en masse
Boolean affActionsOpps = false;
/*
if (lc != null && (lc.equals("OPPFACTURE") || lc.equals("OPPDEVIS") || lc.equals("OPPCMD") )){
if (objSql.equalsIgnoreCase("opportunity")) {
affActionsOpps = true;
}
}
*/
Boolean fHasExcelExport = true;
try {
fHasExcelExport = actionsMenu.fHasExcelExport();
} catch (Exception e) {
}
%>
<%
if (fHasExcelExport) {
%>
<%--
|
|
|
--%>
<%
}
if ((actionsMenu == null || actionsMenu.canCreate()) && fHasCreationRight) {
%>
|
|
|
<%
if (actionsMenu != null && actionsMenu.size() > 0) {
%>
|
|
|
<%
}
}
String url="";
if(actionsMenu!=null){
for(int i=0; i
|
|
|
<%
if (i + 1 != actionsMenu.size()) {
%>
|
|
|
<%
}
}
}
%>
|
|
|
|
<%
String au = flRequest.getRequestParameterOrAttribute("au");
String doList = flRequest.getRequestParameterOrAttribute("doList");
String cleanUrl = "/list_criteria.fl?lc=" + lc + ((Utils.isEmpty(au)) ? "" : "&au=" + au) + ((Utils.isEmpty(doList)) ? "" : "&doList=" + doList);
%>
"/>">
|
|
<%
if (listeTiers) {
%>
|
|
|
|
|
|
|
|
|
|
|
|
<%
}
if (affActionsOpps) {
%>
|
|
|
|
|
|
|
|
|
|
|
|
<%
}
%>