Commit 6564f46e authored by pnayak's avatar pnayak

updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@189293 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 389bb52e
...@@ -25,7 +25,7 @@ import ibase.utility.E12GenericUtility; ...@@ -25,7 +25,7 @@ import ibase.utility.E12GenericUtility;
@Stateless //Added for EJB3 -sarah-10/06/2009 @Stateless //Added for EJB3 -sarah-10/06/2009
//public class GenLedgerEJB extends ValidatorEJB implements SessionBean //public class GenLedgerEJB extends ValidatorEJB implements SessionBean
public class GenLedger extends ValidatorEJB implements GenLedgerLocal,GenLedgerRemote //Added for EJB3 -sarah-10/06/2009 public class Ledger - All ACs-Account Wise extends ValidatorEJB implements Ledger - All ACs-Account WiseLocal,Ledger - All ACs-Account WiseRemote //Added for EJB3 -sarah-10/06/2009
{ {
NodeList parentNodeList = null; NodeList parentNodeList = null;
NodeList childNodeList = null; NodeList childNodeList = null;
......
...@@ -10,7 +10,7 @@ import ibase.webitm.utility.ITMException; ...@@ -10,7 +10,7 @@ import ibase.webitm.utility.ITMException;
@Local //Added for EJB3 -sarah-10/06/2009 @Local //Added for EJB3 -sarah-10/06/2009
//public interface GenLedger extends Validator,EJBObject //public interface GenLedger extends Validator,EJBObject
public interface GenLedgerLocal extends ValidatorLocal //Added for EJB3 -sarah-10/06/2009 public interface Ledger - All ACs-Account WiseLocal extends ValidatorLocal //Added for EJB3 -sarah-10/06/2009
{ {
public String itemChanged() throws RemoteException,ITMException; 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; 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; ...@@ -10,7 +10,7 @@ import ibase.webitm.utility.ITMException;
@Remote //Added for EJB3 -sarah-10/06/2009 @Remote //Added for EJB3 -sarah-10/06/2009
//public interface GenLedger extends Validator,EJBObject //public interface GenLedger extends Validator,EJBObject
public interface GenLedgerRemote extends ValidatorRemote //Added for EJB3 -sarah-10/06/2009 public interface Ledger - All ACs-Account WiseRemote extends ValidatorRemote //Added for EJB3 -sarah-10/06/2009
{ {
public String itemChanged() throws RemoteException,ITMException; 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; 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