Package org.apache.openmeetings.data.beans.basic

Examples of org.apache.openmeetings.data.beans.basic.UserSearchResult


  }

  public UserSearchResult getUsersByOrganisation(String SID,
      long organisation_id, int start, int max, String orderby,
      boolean asc) throws AxisFault {
    return new UserSearchResult(getBean(UserWebService.class).getUsersByOrganisation(SID,
        organisation_id, start, max, orderby, asc));
  }
View Full Code Here

TOP

Related Classes of org.apache.openmeetings.data.beans.basic.UserSearchResult

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.