Liferay 6.2-ce-ga5

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

Packages that use UserGroupSoap
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
 

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)
          Deprecated. As of 6.2.0, replaced by UserGroupServiceSoap.addUserGroup(String, String, ServiceContext)
static UserGroupSoap UserGroupServiceSoap.addUserGroup(String name, String description, ServiceContext serviceContext)
          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)
          Deprecated. As of 6.2.0, replaced by UserGroupServiceSoap.updateUserGroup(long, String, String, ServiceContext)
static UserGroupSoap UserGroupServiceSoap.updateUserGroup(long userGroupId, String name, String description, ServiceContext serviceContext)
          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.2-ce-ga5