Liferay 6.1.2-ce-ga3

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

Packages that use GroupSoap
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 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 site, boolean active, ServiceContext serviceContext)
          Adds a group.
static GroupSoap GroupServiceSoap.addGroup(String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Adds the group using the group default live group ID.
static GroupSoap GroupServiceSoap.getGroup(long groupId)
          Returns the group with the primary key.
static GroupSoap GroupServiceSoap.getGroup(long companyId, String name)
          Returns the group with the name.
static GroupSoap[] GroupServiceSoap.getManageableSites(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
static GroupSoap[] GroupServiceSoap.getOrganizationsGroups(OrganizationSoap[] organizations)
          Returns the groups associated with the organizations.
static GroupSoap GroupServiceSoap.getUserGroup(long companyId, long userId)
          Returns the group associated with the user.
static GroupSoap[] GroupServiceSoap.getUserGroupsGroups(UserGroupSoap[] userGroups)
          Returns the groups associated with the user groups.
static GroupSoap[] GroupServiceSoap.getUserOrganizationsGroups(long userId, int start, int end)
          Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to true.
static GroupSoap[] GroupServiceSoap.getUserPlaces(long userId, String[] classNames, boolean includeControlPanel, int max)
           
static GroupSoap[] GroupServiceSoap.getUserPlaces(long userId, String[] classNames, int max)
          Returns the user's group "places" associated with the group entity class names, including the control panel group if the user is permitted to view the control panel.
static GroupSoap[] GroupServiceSoap.getUserPlaces(String[] classNames, int max)
          Returns the guest or current user's group "places" associated with the group entity class names, including the control panel group if the user is permitted to view the control panel.
static GroupSoap[] GroupServiceSoap.getUserSites()
          Returns the guest or current user's layout set group, organization groups, inherited organization groups, and site groups.
static GroupSoap[] GroupServiceSoap.search(long companyId, String name, String description, String[] params, int start, int end)
          Returns a name ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
static GroupSoap GroupServiceSoap.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
static GroupSoap GroupServiceSoap.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
static GroupSoap GroupServiceSoap.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
          Updates the group.
 

Methods in com.liferay.portal.service.http with parameters of type GroupSoap
static RoleSoap[] RoleServiceSoap.getUserRelatedRoles(long userId, GroupSoap[] groups)
          Returns the union of all the user's roles within the groups.
 


Liferay 6.1.2-ce-ga3