Commit c90d4e27 authored by pnayak's avatar pnayak

sl trial bal report

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@189295 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6564f46e
......@@ -25,7 +25,7 @@ import ibase.utility.E12GenericUtility;
@Stateless //Added for EJB3 -sarah-10/06/2009
//public class GenLedgerEJB extends ValidatorEJB implements SessionBean
public class GenLedger extends ValidatorEJB implements GenLedgerLocal,GenLedgerRemote //Added for EJB3 -sarah-10/06/2009
public class SL-Trial Balance extends ValidatorEJB implements SL-Trial BalanceLocal,SL-Trial BalanceRemote //Added for EJB3 -sarah-10/06/2009
{
NodeList parentNodeList = null;
NodeList childNodeList = null;
......
......@@ -10,7 +10,7 @@ import ibase.webitm.utility.ITMException;
@Local //Added for EJB3 -sarah-10/06/2009
//public interface GenLedger extends Validator,EJBObject
public interface GenLedgerLocal extends ValidatorLocal //Added for EJB3 -sarah-10/06/2009
public interface SL-Trial BalanceLocal extends ValidatorLocal //Added for EJB3 -sarah-10/06/2009
{
public String itemChanged() throws RemoteException,ITMException;
public String itemChanged(String xmlString, String xmlString1,String xmlString2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException,ITMException;
......
......@@ -10,7 +10,7 @@ import ibase.webitm.utility.ITMException;
@Remote //Added for EJB3 -sarah-10/06/2009
//public interface GenLedger extends Validator,EJBObject
public interface GenLedgerRemote extends ValidatorRemote //Added for EJB3 -sarah-10/06/2009
public interface SL-Trial BalanceRemote extends ValidatorRemote //Added for EJB3 -sarah-10/06/2009
{
public String itemChanged() throws RemoteException,ITMException;
public String itemChanged(String xmlString, String xmlString1,String xmlString2, String objContext, String currentColumn, String editFlag, String xtraParams) 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