Uses of Class
generated.User

Packages that use User
generated   
org.exoplatform.services.organization.rest.html   
org.exoplatform.services.organization.rest.xml   
 

Uses of User in generated
 

Fields in generated with type parameters of type User
protected  java.util.List<User> Members.members
           
protected  java.util.List<User> Users.users
           
 

Methods in generated that return User
 User ObjectFactory.createUser()
          Create an instance of User
 

Methods in generated that return types with arguments of type User
 java.util.List<User> Members.getMembers()
          Gets the value of the members property.
 java.util.List<User> Users.getUsers()
          Gets the value of the users property.
 

Uses of User in org.exoplatform.services.organization.rest.html
 

Methods in org.exoplatform.services.organization.rest.html with parameters of type User
 Response RESTOrganizationServiceHTMLImpl.findUsers(User userJAXB)
           
 Response RESTOrganizationServiceHTMLImpl.findUsersRange(java.lang.Integer offset, java.lang.Integer amount, User userJAXB)
           
 

Uses of User in org.exoplatform.services.organization.rest.xml
 

Methods in org.exoplatform.services.organization.rest.xml that return User
static User JAXBTransformUtil.userToUserJAXB(org.exoplatform.services.organization.User user)
          Transform org.exoplatform.services.organization.User to generated.User.
 

Methods in org.exoplatform.services.organization.rest.xml with parameters of type User
 Response RESTOrganizationServiceXMLImpl.createUser(java.lang.String baseURI, User userJAXB)
           
 Response RESTOrganizationServiceXMLImpl.findUsers(User userJAXB)
           
 Response RESTOrganizationServiceXMLImpl.findUsersRange(java.lang.Integer offset, java.lang.Integer amount, User userJAXB)
           
 Response RESTOrganizationServiceXMLImpl.updateUser(User userJAXB)
           
static org.exoplatform.services.organization.User JAXBTransformUtil.userJAXBToUser(User userJAXB)
          Transform generated.User to org.exoplatform.services.organization.User.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.