Examples of duplicateGroup()


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

    {
      InitialContext ic = CVUtility.getInitialContext();
      GroupLocalHome home = (GroupLocalHome)ic.lookup("local/Group");
      GroupLocal remote = home.create();
      remote.setDataSource(this.dataSource);
      newGroupID = remote.duplicateGroup(individualID, groupID);
    }catch(Exception e){
      System.out.println("[Exception] Exception thrown in ContactFacade.duplicateGroup(): " + e);
      // e.printStackTrace();
    }
    return newGroupID;
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.