Uses of Class
generated.Group

Packages that use Group
generated   
org.exoplatform.services.organization.rest.xml   
 

Uses of Group in generated
 

Fields in generated declared as Group
protected  Group GroupInfo.group
           
 

Fields in generated with type parameters of type Group
protected  java.util.List<Group> Groups.groups
           
 

Methods in generated that return Group
 Group ObjectFactory.createGroup()
          Create an instance of Group
 Group GroupInfo.getGroup()
          Gets the value of the group property.
 

Methods in generated that return types with arguments of type Group
 java.util.List<Group> Groups.getGroups()
          Gets the value of the groups property.
 

Methods in generated with parameters of type Group
 void GroupInfo.setGroup(Group value)
          Sets the value of the group property.
 

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

Methods in org.exoplatform.services.organization.rest.xml that return Group
static Group JAXBTransformUtil.groupToGroupJAXB(org.exoplatform.services.organization.Group group)
          Transform org.exoplatform.services.organization.Group to generated.Group.
 

Methods in org.exoplatform.services.organization.rest.xml with parameters of type Group
 Response RESTOrganizationServiceXMLImpl.createGroup(java.lang.String baseURI, Group groupJAXB)
           
static org.exoplatform.services.organization.Group JAXBTransformUtil.groupJAXBToGroup(Group groupJAXB)
          Transform generated.Group to org.exoplatform.services.organization.Group.
 Response RESTOrganizationServiceXMLImpl.updateGroup(Group groupJAXB)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.