Commit eee664e4 authored by wansari's avatar wansari

W15JSUN006 added PalletOutPosLocal.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99903 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0e32f9ec
/**
* PURPOSE : Local 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.Local
public interface PalletOutPosLocal extends ValidatorLocal
{
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