Commit e097058c authored by pborate's avatar pborate

Updated dashboardUtil for FM_API_KEY

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@186171 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c94b97ed
...@@ -247,7 +247,9 @@ public class DashboardUtil ...@@ -247,7 +247,9 @@ public class DashboardUtil
public JSONObject getColumnsData(JSONObject componentData,UserInfoBean userInfo) throws NamingException, Exception{ public JSONObject getColumnsData(JSONObject componentData,UserInfoBean userInfo) throws NamingException, Exception{
JSONArray finalDataArray = new JSONArray(); JSONArray finalDataArray = new JSONArray();
String componentType=componentData.optString("component_type"); String componentType=componentData.optString("component_type");
System.out.println("componentType:::"+componentType); String fmApiKey=CommonConstants.FM_API_KEY;
System.out.println("FM_API_KEY in dashboardUtil:::"+fmApiKey);
componentData.put("FM_API_KEY", fmApiKey);
String responseStr = ""; String responseStr = "";
String objName=componentData.optString("obj_name"); String objName=componentData.optString("obj_name");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment