Commit f75e8ba7 authored by bpandey's avatar bpandey

add one more filter range like


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96013 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 48d7975a
...@@ -11,6 +11,6 @@ import javax.ejb.Local; ...@@ -11,6 +11,6 @@ import javax.ejb.Local;
public interface LocationStockOccupancyLocal extends ValidatorLocal public interface LocationStockOccupancyLocal extends ValidatorLocal
{ {
public String getLocPhyArea() throws RemoteException, ITMException; public String getLocPhyArea() throws RemoteException, ITMException;
public String getLocDtl(String locPhyArea,String loginCode) throws RemoteException, ITMException; public String getLocDtl(String locPhyArea,String loginCode,String locationRange) throws RemoteException, ITMException;
public String getSelectedArea() throws RemoteException, ITMException; public String getSelectedArea() throws RemoteException, ITMException;
} }
...@@ -11,7 +11,7 @@ import javax.ejb.Remote; ...@@ -11,7 +11,7 @@ import javax.ejb.Remote;
public interface LocationStockOccupancyRemote extends ValidatorRemote public interface LocationStockOccupancyRemote extends ValidatorRemote
{ {
public String getLocPhyArea() throws RemoteException, ITMException; public String getLocPhyArea() throws RemoteException, ITMException;
public String getLocDtl(String locPhyArea,String loginCode) throws RemoteException, ITMException; public String getLocDtl(String locPhyArea,String loginCode,String locationRange) throws RemoteException, ITMException;
public String getSelectedArea() throws RemoteException, ITMException; public String getSelectedArea() 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