Commit 612d752c authored by prahate's avatar prahate

Changes done for post save of pcontract.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@186948 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a09a31cb
......@@ -13,7 +13,7 @@ import ibase.webitm.ejb.ValidatorRemote;
import javax.ejb.Remote; // added for ejb3
@Remote // added for ejb3
public interface extends ValidatorRemote
public interface PContractPostSaveRemote extends ValidatorRemote
{
public String postSave() throws RemoteException,ITMException;
public String postSave(String xmlStringAll, 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