Package com.centraview.contact.group

Examples of com.centraview.contact.group.GroupLocal.updateGroup()


    {
      InitialContext ic = CVUtility.getInitialContext();
      GroupLocalHome home = (GroupLocalHome)ic.lookup("local/Group");
      GroupLocal remote =  home.create();
      remote.setDataSource(this.dataSource);
      remote.updateGroup(userId,groupDetail);
    }catch(Exception e){
      System.out.println("[Exception][ContactFacadeEJB.updateGroup] Exception Thrown: "+e);
      e.printStackTrace();
    }
  }   // end updateGroup() method
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.