Commit cbbfa0d5 authored by nsawalakhe's avatar nsawalakhe

Added PendingStatus in SFA module.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102067 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3289a75d
......@@ -10,8 +10,6 @@ import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.text.SimpleDateFormat;
import javax.ejb.Stateless;
import org.json.simple.JSONObject;
......
......@@ -9,6 +9,6 @@ import org.json.simple.JSONObject;
@Local
public abstract interface PendingStatusLocal extends ValidatorLocal
{
public abstract JSONObject getPendingStatus(String dataSourceName,String empCode)throws RemoteException, ITMException;
public abstract JSONObject getPendingStatus(String dataSourceName,String empCode,String empSite)throws RemoteException, ITMException;
}
......@@ -9,7 +9,7 @@ import org.json.simple.JSONObject;
@Remote
public abstract interface PendingStatusRemote extends ValidatorRemote
{
public abstract JSONObject getPendingStatus(String dataSourceName,String empCode) throws RemoteException, ITMException;
public abstract JSONObject getPendingStatus(String dataSourceName,String empCode,String empSite) 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