Package com.centraview.common

Examples of com.centraview.common.GroupList


  /**
   * Returns and GroupList object (sub-class of DisplayList).
   */
  public GroupList getAllGroupList(int userId, HashMap preference)
  {
    GroupList  groupList = null;
    try
    {
      InitialContext ic = CVUtility.getInitialContext();
      ContactListLocalHome home = (ContactListLocalHome)ic.lookup("local/ContactList");
      ContactListLocal remote =  home.create();
View Full Code Here

TOP

Related Classes of com.centraview.common.GroupList

Copyright © 2018 www.massapicom. 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.