Commit dce3eaac authored by nsawalakhe's avatar nsawalakhe

Added new method in compliance for PerklinElmer


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103931 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3be5f31a
...@@ -13,4 +13,10 @@ public interface ComplianceLocal extends ValidatorLocal ...@@ -13,4 +13,10 @@ public interface ComplianceLocal extends ValidatorLocal
public JSONObject getComplianceDetails(String loginId, String dataSourceName,String month) throws RemoteException, ITMException; public JSONObject getComplianceDetails(String loginId, String dataSourceName,String month) throws RemoteException, ITMException;
public JSONObject getComplianceCustDetails(String firstVal, String cellVal, String dataSourceName) throws RemoteException, ITMException; public JSONObject getComplianceCustDetails(String firstVal, String cellVal, String dataSourceName) throws RemoteException, ITMException;
public JSONObject getComplianceGrid(String month, String personName, String dataSourceName) throws RemoteException, ITMException; public JSONObject getComplianceGrid(String month, String personName, String dataSourceName) throws RemoteException, ITMException;
/*Added New method for client PerkinElmer on dated 08-11-2016 by Nikhil*/
public JSONObject getComplianceSummaryFrmDate(String loginId,String dataSourceName,String frmDate,String toDate) throws RemoteException, ITMException;
public JSONObject getComplianceDetailFrmDate(String frmDate,String toDate ,String personName, String dataSourceName) throws RemoteException, ITMException;
public JSONObject getPersonalDetFrmDate(String firstVal, String cellVal, String dataSourceName) throws RemoteException, ITMException;
/*Ended New method for client PerkinElmer on dated 08-11-2016 by Nikhil*/
} }
...@@ -12,4 +12,10 @@ public interface ComplianceRemote extends ValidatorRemote ...@@ -12,4 +12,10 @@ public interface ComplianceRemote extends ValidatorRemote
public JSONObject getComplianceDetails(String loginId, String dataSourceName,String month) throws RemoteException, ITMException; public JSONObject getComplianceDetails(String loginId, String dataSourceName,String month) throws RemoteException, ITMException;
public JSONObject getComplianceCustDetails(String firstVal, String cellVal, String dataSourceName) throws RemoteException, ITMException; public JSONObject getComplianceCustDetails(String firstVal, String cellVal, String dataSourceName) throws RemoteException, ITMException;
public JSONObject getComplianceGrid(String month, String personName, String dataSourceName) throws RemoteException, ITMException; public JSONObject getComplianceGrid(String month, String personName, String dataSourceName) throws RemoteException, ITMException;
/*Added New method for client PerkinElmer on dated 08-11-2016 by Nikhil*/
public JSONObject getComplianceSummaryFrmDate(String loginId,String dataSourceName,String frmDate,String toDate) throws RemoteException, ITMException;
public JSONObject getComplianceDetailFrmDate(String frmDate,String toDate ,String personName, String dataSourceName) throws RemoteException, ITMException;
public JSONObject getPersonalDetFrmDate(String firstVal, String cellVal, String dataSourceName) throws RemoteException, ITMException;
/*Ended New method for client PerkinElmer on dated 08-11-2016 by Nikhil*/
} }
\ No newline at end of file
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