Commit a2c4a6c1 authored by wansari's avatar wansari

W15JSUN006 added PalletOutPosRemote.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99904 ce508802-f39f-4f6c-b175-0d175dae99d5
parent eee664e4
/**
* PURPOSE : Remote Interface for PalletizationIC component
* AUTHOR : Sneha Mestry
* DATE : 02-10-2015
*/
package ibase.webitm.ejb.wms;
import ibase.webitm.utility.ITMException;
import ibase.webitm.ejb.*;
import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException;
import java.sql.Connection;
import org.w3c.dom.*;
import javax.ejb.*;
@javax.ejb.Remote
public interface PalletOutPosRemote extends ValidatorRemote
{
public String postSave()throws RemoteException,ITMException;
public String postSave( String domString,String tranId, String editFlag, String xtraParams, Connection conn ) throws RemoteException,ITMException;
}
\ No newline at end of file
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