Commit 2a0e6e92 authored by cmahajan's avatar cmahajan

Added new methods for complinace mtd format report.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102494 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ce45ee9d
......@@ -13,4 +13,9 @@ public interface ComplianceDB2Local extends ValidatorLocal
public JSONObject getComplianceHirarchyDB2(String loginId, String dataSourceName,String month) throws RemoteException, ITMException;
public JSONObject getComplianceSummaryDB2(String firstVal, String cellVal, String dataSourceName) throws RemoteException, ITMException;
public JSONObject getComplianceDetailsDB2(String month, String personName, String dataSourceName) throws RemoteException, ITMException;
/*Added by chetan mahajana on 1-July-2016 for compliance dashboard reports - Start*/
public JSONObject getComplMTDSummary(String dataSourceName, String fromDate, String toDate, String salePersons, String loginUser) throws RemoteException, ITMException;
public JSONObject getComplDayWiseSummary(String dataSourceName, String fromDate, String toDate, String selectedName) throws RemoteException, ITMException;
public JSONObject getComplDayWiseDetail(String dataSourceName, String eventDate, String salesPersCode) throws RemoteException, ITMException;
/*Added by chetan mahajana on 1-July-2016 for compliance dashboard reports - End*/
}
......@@ -12,4 +12,9 @@ public interface ComplianceDB2Remote extends ValidatorRemote
public JSONObject getComplianceHirarchyDB2(String loginId, String dataSourceName,String month) throws RemoteException, ITMException;
public JSONObject getComplianceSummaryDB2(String firstVal, String cellVal, String dataSourceName) throws RemoteException, ITMException;
public JSONObject getComplianceDetailsDB2(String month, String personName, String dataSourceName) throws RemoteException, ITMException;
/*Added by chetan mahajana on 1-July-2016 for compliance dashboard reports - Start*/
public JSONObject getComplMTDSummary(String dataSourceName, String fromDate, String toDate, String salePersons, String loginUser) throws RemoteException, ITMException;
public JSONObject getComplDayWiseSummary(String dataSourceName, String fromDate, String toDate, String selectedName) throws RemoteException, ITMException;
public JSONObject getComplDayWiseDetail(String dataSourceName, String eventDate, String salesPersCode) throws RemoteException, ITMException;
/*Added by chetan mahajana on 1-July-2016 for compliance dashboard reports - End*/
}
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