Package com.centraview.marketing.List

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


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