Package com.centraview.marketing.List

Examples of com.centraview.marketing.List.ListLocal.updateList()


    try {
      InitialContext ic = CVUtility.getInitialContext();
      ListLocalHome home = (ListLocalHome)ic.lookup("local/List");
      ListLocal remote = home.create();
      remote.setDataSource(this.dataSource);
      listid = remote.updateList(userId, listVO);
    } catch (Exception e) {
      System.out.println("Failed in getting EmailList");
      e.printStackTrace();
      return listid;
    }
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.