Liferay 6.1.10-ee-ga1

Uses of Class
com.liferay.portal.model.UserGroupSoap

Packages that use UserGroupSoap
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portal.model.impl   
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utility classes. 
 

Uses of UserGroupSoap in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return UserGroupSoap
static UserGroupSoap UserGroupSoap.toSoapModel(UserGroup model)
           
static UserGroupSoap[] UserGroupSoap.toSoapModels(List<UserGroup> models)
           
static UserGroupSoap[] UserGroupSoap.toSoapModels(UserGroup[] models)
           
static UserGroupSoap[][] UserGroupSoap.toSoapModels(UserGroup[][] models)
           
 

Uses of UserGroupSoap in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl with parameters of type UserGroupSoap
static UserGroup UserGroupModelImpl.toModel(UserGroupSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<UserGroup> UserGroupModelImpl.toModels(UserGroupSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of UserGroupSoap in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return UserGroupSoap
static UserGroupSoap UserGroupServiceSoap.addUserGroup(String name, String description)
          Adds a user group.
static UserGroupSoap UserGroupServiceSoap.getUserGroup(long userGroupId)
          Returns the user group with the primary key.
static UserGroupSoap UserGroupServiceSoap.getUserGroup(String name)
          Returns the user group with the name.
static UserGroupSoap[] UserGroupServiceSoap.getUserUserGroups(long userId)
          Returns all the user groups to which the user belongs.
static UserGroupSoap UserGroupServiceSoap.updateUserGroup(long userGroupId, String name, String description)
          Updates the user group.
 

Methods in com.liferay.portal.service.http with parameters of type UserGroupSoap
static GroupSoap[] GroupServiceSoap.getUserGroupsGroups(UserGroupSoap[] userGroups)
          Returns the groups associated with the user groups.
 


Liferay 6.1.10-ee-ga1