Package com.centraview.marketing.literature

Examples of com.centraview.marketing.literature.LiteratureLocal.editLiterature()


    try {
      InitialContext ic = CVUtility.getInitialContext();
      LiteratureLocalHome home = (LiteratureLocalHome)ic.lookup("local/Literature");
      LiteratureLocal local = home.create();
      local.setDataSource(this.dataSource);
      result = local.editLiterature(mapLiterature);
    } catch (Exception exe) {
      exe.printStackTrace();
      result = 1;
    }
    return result;
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.