Commit f9168d1b authored by nsawalakhe's avatar nsawalakhe

Add card view functionality and one more method


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101581 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3a4b6abe
......@@ -13,4 +13,5 @@ public interface ProductAssessmentLocal extends ValidatorLocal
public JSONObject getProductAssessmentEventServlet(String loginId, String dataSourceName,String zone,String region,String product,String team,String event) throws RemoteException, ITMException;
public JSONObject getProductAssessmentProductServlet(String dataSourceName,String name) throws RemoteException, ITMException;
public JSONObject getProductAssessmentProductRatingServlet(String dataSourceName,String personName,String productName) throws RemoteException, ITMException;
public JSONObject getProductAssessmentProductPieServlet(String dataSourceName,String personName) throws RemoteException, ITMException;
}
......@@ -12,4 +12,5 @@ public interface ProductAssessmentRemote extends ValidatorRemote
public JSONObject getProductAssessmentEventServlet(String loginId, String dataSourceName,String zone,String region,String product,String team,String event) throws RemoteException, ITMException;
public JSONObject getProductAssessmentProductServlet(String dataSourceName,String name) throws RemoteException, ITMException;
public JSONObject getProductAssessmentProductRatingServlet(String dataSourceName,String personName,String productName) throws RemoteException, ITMException;
public JSONObject getProductAssessmentProductPieServlet(String dataSourceName,String personName) throws RemoteException, ITMException;
}
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