Liferay 6.2-ce-ga5

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 parentGroupId, long liveGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Adds a group.
static GroupSoap GroupServiceSoap.addGroup(long parentGroupId, String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by GroupServiceSoap.addGroup(long, long, String, String, int, boolean, int, String, boolean, boolean, ServiceContext)
static GroupSoap GroupServiceSoap.addGroup(String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by GroupServiceSoap.addGroup(long, String, String, int, String, boolean, boolean, ServiceContext)
static GroupSoap GroupServiceSoap.getCompanyGroup(long companyId)
          Returns the company group.
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.getGroups(long companyId, long parentGroupId, boolean site)
          Returns all the groups that are direct children of the parent group.
static GroupSoap[] GroupServiceSoap.getManageableSiteGroups(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
static GroupSoap[] GroupServiceSoap.getManageableSites(Collection<Portlet> portlets, int max)
          Deprecated. As of 6.2.0, replaced by GroupServiceSoap.getManageableSiteGroups(Collection, int)
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)
          Deprecated. As of 6.2.0, replaced by GroupServiceSoap.getUserSitesGroups(long, String[], boolean, int)
static GroupSoap[] GroupServiceSoap.getUserPlaces(long userId, String[] classNames, int max)
          Deprecated. As of 6.2.0, replaced by GroupServiceSoap.getUserSitesGroups(long, String[], int)
static GroupSoap[] GroupServiceSoap.getUserPlaces(String[] classNames, int max)
          Deprecated. As of 6.2.0, replaced by GroupServiceSoap.getUserSitesGroups( String[], int)
static GroupSoap[] GroupServiceSoap.getUserSites()
          Deprecated. As of 6.2.0, replaced by GroupServiceSoap.getUserSitesGroups()
static GroupSoap[] GroupServiceSoap.getUserSitesGroups()
           
static GroupSoap[] GroupServiceSoap.getUserSitesGroups(long userId, String[] classNames, boolean includeControlPanel, int max)
           
static GroupSoap[] GroupServiceSoap.getUserSitesGroups(long userId, String[] classNames, int max)
          Returns the user's groups "sites" 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.getUserSitesGroups(String[] classNames, int max)
          Returns the guest or current user's groups "sites" 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.search(long companyId, String name, String description, String[] params, int start, int end)
          Returns an 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, long parentGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean active, ServiceContext serviceContext)
          Updates the group.
static GroupSoap GroupServiceSoap.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
 

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.2-ce-ga5