Liferay 6.0.5

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

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

Uses of GroupSoap in com.liferay.portal.model
 

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

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

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

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

Methods in com.liferay.portal.service.http that return GroupSoap
static GroupSoap GroupServiceSoap.addGroup(long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static GroupSoap GroupServiceSoap.addGroup(String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static GroupSoap GroupServiceSoap.getGroup(long groupId)
           
static GroupSoap GroupServiceSoap.getGroup(long companyId, String name)
           
static GroupSoap[] GroupServiceSoap.getManageableGroups(String actionId, int max)
           
static GroupSoap[] GroupServiceSoap.getOrganizationsGroups(OrganizationSoap[] organizations)
           
static GroupSoap GroupServiceSoap.getUserGroup(long companyId, long userId)
           
static GroupSoap[] GroupServiceSoap.getUserGroupsGroups(UserGroupSoap[] userGroups)
           
static GroupSoap[] GroupServiceSoap.getUserOrganizationsGroups(long userId, int start, int end)
           
static GroupSoap[] GroupServiceSoap.search(long companyId, String name, String description, String[] params, int start, int end)
           
static GroupSoap GroupServiceSoap.updateFriendlyURL(long groupId, String friendlyURL)
           
static GroupSoap GroupServiceSoap.updateGroup(long groupId, String typeSettings)
           
static GroupSoap GroupServiceSoap.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static GroupSoap GroupServiceSoap.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
 

Methods in com.liferay.portal.service.http with parameters of type GroupSoap
static RoleSoap[] RoleServiceSoap.getUserRelatedRoles(long userId, GroupSoap[] groups)
           
 


Liferay 6.0.5