Commit 9fe3f9ac authored by nsawalakhe's avatar nsawalakhe

Added Sql changes


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103202 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0341e356
...@@ -11,5 +11,6 @@ public interface LiveEventDetailsLocal extends ValidatorLocal ...@@ -11,5 +11,6 @@ public interface LiveEventDetailsLocal extends ValidatorLocal
public JSONObject getActiveEvent(String dataSourceName) throws RemoteException, ITMException; public JSONObject getActiveEvent(String dataSourceName) throws RemoteException, ITMException;
public JSONObject getParticipentEventSummary(String dataSourceName,String eventCode) throws RemoteException, ITMException; public JSONObject getParticipentEventSummary(String dataSourceName,String eventCode) throws RemoteException, ITMException;
public JSONObject getParticipentEventDetail(String dataSourceName,String eventCode,String participentCode) throws RemoteException, ITMException; public JSONObject getParticipentEventDetail(String dataSourceName,String eventCode,String participentCode) throws RemoteException, ITMException;
public JSONObject getProductDetail(String dataSourceName,String personName,String productName) throws RemoteException, ITMException; public JSONObject getParticipentProductDetail(String dataSourceName,String eventCode,String participentCode) throws RemoteException, ITMException;
public JSONObject getProductDetail(String dataSourceName,String personName,String productName,String mgrCode) throws RemoteException, ITMException;
} }
...@@ -12,5 +12,6 @@ public interface LiveEventDetailsRemote extends ValidatorRemote ...@@ -12,5 +12,6 @@ public interface LiveEventDetailsRemote extends ValidatorRemote
public JSONObject getActiveEvent(String dataSourceName) throws RemoteException, ITMException; public JSONObject getActiveEvent(String dataSourceName) throws RemoteException, ITMException;
public JSONObject getParticipentEventSummary(String dataSourceName,String eventCode) throws RemoteException, ITMException; public JSONObject getParticipentEventSummary(String dataSourceName,String eventCode) throws RemoteException, ITMException;
public JSONObject getParticipentEventDetail(String dataSourceName,String eventCode,String participentCode) throws RemoteException, ITMException; public JSONObject getParticipentEventDetail(String dataSourceName,String eventCode,String participentCode) throws RemoteException, ITMException;
public JSONObject getProductDetail(String dataSourceName,String personName,String productName) throws RemoteException, ITMException; public JSONObject getParticipentProductDetail(String dataSourceName,String eventCode,String participentCode) throws RemoteException, ITMException;
public JSONObject getProductDetail(String dataSourceName,String personName,String productName,String mgrCode) 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