Package com.centraview.account.helper

Examples of com.centraview.account.helper.AccountHelperLocal.deleteObjects()


         try
         {
           InitialContext ic = CVUtility.getInitialContext();
           AccountHelperLocalHome home = (AccountHelperLocalHome ) ic.lookup("local/AccountHelper");
           helperL = home.create();
           delIds = helperL.deleteObjects(modulename, ids);
           logger.info("PaymentMethods " + delIds +" objects deleted");
         }catch(Exception e)
         {
           logger.debug("Error in deleting PaymentMethod : "+e);
           e.printStackTrace();
View Full Code Here


         try
         {
           InitialContext ic = CVUtility.getInitialContext();
           AccountHelperLocalHome home = (AccountHelperLocalHome ) ic.lookup("local/AccountHelper");
           helperL = home.create();
           delIds = helperL.deleteObjects(modulename, ids);
           logger.info("GLAccount " + delIds +" objects deleted");
         }catch(Exception e)
         {
           logger.debug("Error in deleting GL Accounts : "+e);
           e.printStackTrace();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.