Liferay 6.0-ee

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

Packages that use UserGroupSoap
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service.http   
 

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)
           
static UserGroupSoap UserGroupServiceSoap.getUserGroup(long userGroupId)
           
static UserGroupSoap UserGroupServiceSoap.getUserGroup(String name)
           
static UserGroupSoap[] UserGroupServiceSoap.getUserUserGroups(long userId)
           
static UserGroupSoap UserGroupServiceSoap.updateUserGroup(long userGroupId, String name, String description)
           
 

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


Liferay 6.0-ee