Commit 054ed35f authored by msingh's avatar msingh

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100230 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 22ae08b4
...@@ -14,7 +14,7 @@ import java.sql.Connection; ...@@ -14,7 +14,7 @@ import java.sql.Connection;
import org.w3c.dom.*; import org.w3c.dom.*;
@javax.ejb.Local @javax.ejb.Local
public interface PoRcpArtPosLocal public interface PoRcpArtPosLocal extends ValidatorLocal
{ {
//public String postSave()throws RemoteException,ITMException; //public String postSave()throws RemoteException,ITMException;
//public String postSave( String domString,String tranId, String editFlag, String xtraParams, Connection conn ) throws RemoteException,ITMException; //public String postSave( String domString,String tranId, String editFlag, String xtraParams, Connection conn ) throws RemoteException,ITMException;
......
...@@ -15,7 +15,7 @@ import java.sql.Connection; ...@@ -15,7 +15,7 @@ import java.sql.Connection;
import org.w3c.dom.*; import org.w3c.dom.*;
@javax.ejb.Remote @javax.ejb.Remote
public interface PoRcpArtPosRemote public interface PoRcpArtPosRemote extends ValidatorRemote
{ {
//public String postSave()throws RemoteException,ITMException; //public String postSave()throws RemoteException,ITMException;
//public String postSave( String domString,String tranId, String editFlag, String xtraParams, Connection conn ) 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