Commit 1c7038b0 authored by msingh's avatar msingh

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100163 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fb9e9539
......@@ -14,7 +14,7 @@ import java.rmi.RemoteException;
import java.sql.Connection;
@javax.ejb.Local
public interface StockTransferWizPosLocal
public interface StockTransferWizPosLocal extends ValidatorLocal
{
public String postSave()throws RemoteException,ITMException;
public String postSave( String domString,String tranId, String editFlag, String xtraParams, Connection conn ) throws RemoteException,ITMException;
......
......@@ -13,7 +13,7 @@ import java.rmi.RemoteException;
import java.sql.Connection;
@javax.ejb.Remote
public interface StockTransferWizPosRemote
public interface StockTransferWizPosRemote extends ValidatorRemote
{
public String postSave()throws RemoteException,ITMException;
public String postSave( String domString,String tranId, String editFlag, String xtraParams, Connection conn ) 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