Commit 286a9f73 authored by wansari's avatar wansari

W16ASUN024 Changed by wasim on 24-04-2016 to call pallet request for hold inventory


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101368 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a5537897
...@@ -18,4 +18,6 @@ public interface PalletRequisitionActLocal extends ActionHandlerLocal ...@@ -18,4 +18,6 @@ public interface PalletRequisitionActLocal extends ActionHandlerLocal
{ {
public String distActionHandler(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException; public String distActionHandler(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
public String sorderActionHandler(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException; public String sorderActionHandler(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
//Changed by wasim on 24-04-2016 to call pallet request for hold inventory
public String palletRequestLock(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
} }
...@@ -18,4 +18,6 @@ public interface PalletRequisitionActRemote extends ActionHandlerRemote ...@@ -18,4 +18,6 @@ public interface PalletRequisitionActRemote extends ActionHandlerRemote
{ {
public String distActionHandler(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException; public String distActionHandler(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
public String sorderActionHandler(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException; public String sorderActionHandler(String tranId, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
//Changed by wasim on 24-04-2016 to call pallet request for hold inventory
public String palletRequestLock(String tranId, String xtraParams, String forcedFlag) 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