public class GroupServiceImpl extends GroupServiceBaseImpl
GroupLocalServiceImpl
accountLocalService, accountPersistence, accountService, assetCategoryFinder, assetCategoryLocalService, assetCategoryPersistence, assetCategoryService, assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagService, assetVocabularyFinder, assetVocabularyLocalService, assetVocabularyPersistence, assetVocabularyService, classNameLocalService, classNamePersistence, classNameService, companyLocalService, companyPersistence, companyService, counterLocalService, dlAppLocalService, dlAppService, expandoRowLocalService, expandoRowPersistence, exportImportConfigurationFinder, exportImportConfigurationLocalService, exportImportConfigurationPersistence, exportImportConfigurationService, exportImportLocalService, exportImportService, groupFinder, groupLocalService, groupPersistence, groupService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, layoutSetBranchLocalService, layoutSetBranchPersistence, layoutSetBranchService, layoutSetLocalService, layoutSetPersistence, layoutSetService, membershipRequestLocalService, membershipRequestPersistence, membershipRequestService, organizationFinder, organizationLocalService, organizationPersistence, organizationService, portletLocalService, portletPersistence, portletPreferencesFinder, portletPreferencesLocalService, portletPreferencesPersistence, portletPreferencesService, portletService, resourceActionLocalService, resourceActionPersistence, resourceLocalService, resourcePermissionFinder, resourcePermissionLocalService, resourcePermissionPersistence, resourcePermissionService, roleFinder, roleLocalService, rolePersistence, roleService, socialActivityFinder, socialActivityLocalService, socialActivityPersistence, socialActivityService, socialActivitySettingLocalService, socialActivitySettingPersistence, socialActivitySettingService, socialRequestLocalService, socialRequestPersistence, socialRequestService, stagingLocalService, stagingService, systemEventLocalService, systemEventPersistence, teamFinder, teamLocalService, teamPersistence, teamService, userFinder, userGroupFinder, userGroupGroupRoleFinder, userGroupGroupRoleLocalService, userGroupGroupRolePersistence, userGroupGroupRoleService, userGroupLocalService, userGroupPersistence, userGroupRoleFinder, userGroupRoleLocalService, userGroupRolePersistence, userGroupRoleService, userGroupService, userLocalService, userPersistence, userService, workflowDefinitionLinkLocalService, workflowDefinitionLinkPersistence
Constructor and Description |
---|
GroupServiceImpl() |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.Group |
addGroup(long parentGroupId,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean inheritContent,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
com.liferay.portal.kernel.model.Group |
addGroup(long parentGroupId,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
addRoleGroups(long roleId,
long[] groupIds)
Adds the groups to the role.
|
void |
checkRemoteStagingGroup(long groupId)
Checks that the current user is permitted to use the group for Remote
Staging.
|
void |
deleteGroup(long groupId)
Deletes the group.
|
void |
disableStaging(long groupId) |
void |
enableStaging(long groupId) |
protected List<com.liferay.portal.kernel.model.Group> |
filterGroups(List<com.liferay.portal.kernel.model.Group> groups) |
com.liferay.portal.kernel.model.Group |
getCompanyGroup(long companyId)
Returns the company group.
|
com.liferay.portal.kernel.model.Group |
getGroup(long groupId)
Returns the group with the primary key.
|
com.liferay.portal.kernel.model.Group |
getGroup(long companyId,
String groupKey)
Returns the group with the name.
|
String |
getGroupDisplayURL(long groupId,
boolean privateLayout,
boolean secureConnection)
Returns the group's display URL.
|
List<com.liferay.portal.kernel.model.Group> |
getGroups(long companyId,
long parentGroupId,
boolean site)
Returns all the groups that are direct children of the parent group.
|
List<com.liferay.portal.kernel.model.Group> |
getGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
Returns all the groups that are direct children of the parent group.
|
List<com.liferay.portal.kernel.model.Group> |
getGroups(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end) |
int |
getGroupsCount(long companyId,
long parentGroupId,
boolean site)
Returns the number of groups that are direct children of the parent
group.
|
int |
getGroupsCount(long companyId,
long parentGroupId,
String name,
boolean site) |
int |
getGroupsCount(long companyId,
String className,
long parentGroupId)
Returns the number of groups that are direct children of the parent group
with the matching className.
|
List<com.liferay.portal.kernel.model.Group> |
getGtGroups(long gtGroupId,
long companyId,
long parentGroupId,
boolean site,
int size) |
protected Map<Locale,String> |
getLocalizationMap(String value) |
List<com.liferay.portal.kernel.model.Group> |
getManageableSiteGroups(Collection<com.liferay.portal.kernel.model.Portlet> portlets,
int max)
Returns a range of all the site groups for which the user has control
panel access.
|
List<com.liferay.portal.kernel.model.Group> |
getOrganizationsGroups(List<com.liferay.portal.kernel.model.Organization> organizations)
Returns the groups associated with the organizations.
|
com.liferay.portal.kernel.model.Group |
getUserGroup(long companyId,
long userId)
Returns the group directly associated with the user.
|
List<com.liferay.portal.kernel.model.Group> |
getUserGroupsGroups(List<com.liferay.portal.kernel.model.UserGroup> userGroups)
Returns the groups associated with the user groups.
|
List<com.liferay.portal.kernel.model.Group> |
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 . |
List<com.liferay.portal.kernel.model.Group> |
getUserSitesGroups() |
List<com.liferay.portal.kernel.model.Group> |
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.
|
List<com.liferay.portal.kernel.model.Group> |
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.
|
int |
getUserSitesGroupsCount()
Returns the number of 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.
|
boolean |
hasUserGroup(long userId,
long groupId)
Returns
true if the user is associated with the group,
including the user's inherited organizations and user groups. |
List<com.liferay.portal.kernel.model.Group> |
search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator) |
List<com.liferay.portal.kernel.model.Group> |
search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator) |
List<com.liferay.portal.kernel.model.Group> |
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.
|
int |
searchCount(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params) |
int |
searchCount(long companyId,
String name,
String description,
String[] params)
Returns the number of groups and organization groups that match the name
and description, optionally including the user's inherited organizations
and user groups.
|
void |
setRoleGroups(long roleId,
long[] groupIds)
Sets the groups associated with the role, removing and adding
associations as necessary.
|
void |
unsetRoleGroups(long roleId,
long[] groupIds)
Removes the groups from the role.
|
com.liferay.portal.kernel.model.Group |
updateFriendlyURL(long groupId,
String friendlyURL)
Updates the group's friendly URL.
|
com.liferay.portal.kernel.model.Group |
updateGroup(long groupId,
long parentGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
com.liferay.portal.kernel.model.Group |
updateGroup(long groupId,
String typeSettings)
Updates the group's type settings.
|
void |
updateStagedPortlets(long groupId,
Map<String,String> stagedPortletIds) |
afterPropertiesSet, destroy, getAccountLocalService, getAccountPersistence, getAccountService, getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetCategoryService, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagService, getAssetVocabularyFinder, getAssetVocabularyLocalService, getAssetVocabularyPersistence, getAssetVocabularyService, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCompanyLocalService, getCompanyPersistence, getCompanyService, getCounterLocalService, getDLAppLocalService, getDLAppService, getExpandoRowLocalService, getExpandoRowPersistence, getExportImportConfigurationFinder, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportConfigurationService, getExportImportLocalService, getExportImportService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getLayoutSetBranchLocalService, getLayoutSetBranchPersistence, getLayoutSetBranchService, getLayoutSetLocalService, getLayoutSetPersistence, getLayoutSetService, getMembershipRequestLocalService, getMembershipRequestPersistence, getMembershipRequestService, getModelClass, getModelClassName, getOrganizationFinder, getOrganizationLocalService, getOrganizationPersistence, getOrganizationService, getOSGiServiceIdentifier, getPortletLocalService, getPortletPersistence, getPortletPreferencesFinder, getPortletPreferencesLocalService, getPortletPreferencesPersistence, getPortletPreferencesService, getPortletService, getResourceActionLocalService, getResourceActionPersistence, getResourceLocalService, getResourcePermissionFinder, getResourcePermissionLocalService, getResourcePermissionPersistence, getResourcePermissionService, getRoleFinder, getRoleLocalService, getRolePersistence, getRoleService, getSocialActivityFinder, getSocialActivityLocalService, getSocialActivityPersistence, getSocialActivityService, getSocialActivitySettingLocalService, getSocialActivitySettingPersistence, getSocialActivitySettingService, getSocialRequestLocalService, getSocialRequestPersistence, getSocialRequestService, getStagingLocalService, getStagingService, getSystemEventLocalService, getSystemEventPersistence, getTeamFinder, getTeamLocalService, getTeamPersistence, getTeamService, getUserFinder, getUserGroupFinder, getUserGroupGroupRoleFinder, getUserGroupGroupRoleLocalService, getUserGroupGroupRolePersistence, getUserGroupGroupRoleService, getUserGroupLocalService, getUserGroupPersistence, getUserGroupRoleFinder, getUserGroupRoleLocalService, getUserGroupRolePersistence, getUserGroupRoleService, getUserGroupService, getUserLocalService, getUserPersistence, getUserService, getWorkflowDefinitionLinkLocalService, getWorkflowDefinitionLinkPersistence, runSQL, setAccountLocalService, setAccountPersistence, setAccountService, setAssetCategoryFinder, setAssetCategoryLocalService, setAssetCategoryPersistence, setAssetCategoryService, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagService, setAssetVocabularyFinder, setAssetVocabularyLocalService, setAssetVocabularyPersistence, setAssetVocabularyService, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCompanyLocalService, setCompanyPersistence, setCompanyService, setCounterLocalService, setDLAppLocalService, setDLAppService, setExpandoRowLocalService, setExpandoRowPersistence, setExportImportConfigurationFinder, setExportImportConfigurationLocalService, setExportImportConfigurationPersistence, setExportImportConfigurationService, setExportImportLocalService, setExportImportService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setLayoutSetBranchLocalService, setLayoutSetBranchPersistence, setLayoutSetBranchService, setLayoutSetLocalService, setLayoutSetPersistence, setLayoutSetService, setMembershipRequestLocalService, setMembershipRequestPersistence, setMembershipRequestService, setOrganizationFinder, setOrganizationLocalService, setOrganizationPersistence, setOrganizationService, setPortletLocalService, setPortletPersistence, setPortletPreferencesFinder, setPortletPreferencesLocalService, setPortletPreferencesPersistence, setPortletPreferencesService, setPortletService, setResourceActionLocalService, setResourceActionPersistence, setResourceLocalService, setResourcePermissionFinder, setResourcePermissionLocalService, setResourcePermissionPersistence, setResourcePermissionService, setRoleFinder, setRoleLocalService, setRolePersistence, setRoleService, setSocialActivityFinder, setSocialActivityLocalService, setSocialActivityPersistence, setSocialActivityService, setSocialActivitySettingLocalService, setSocialActivitySettingPersistence, setSocialActivitySettingService, setSocialRequestLocalService, setSocialRequestPersistence, setSocialRequestService, setStagingLocalService, setStagingService, setSystemEventLocalService, setSystemEventPersistence, setTeamFinder, setTeamLocalService, setTeamPersistence, setTeamService, setUserFinder, setUserGroupFinder, setUserGroupGroupRoleFinder, setUserGroupGroupRoleLocalService, setUserGroupGroupRolePersistence, setUserGroupGroupRoleService, setUserGroupLocalService, setUserGroupPersistence, setUserGroupRoleFinder, setUserGroupRoleLocalService, setUserGroupRolePersistence, setUserGroupRoleService, setUserGroupService, setUserLocalService, setUserPersistence, setUserService, setWorkflowDefinitionLinkLocalService, setWorkflowDefinitionLinkPersistence
public com.liferay.portal.kernel.model.Group addGroup(long parentGroupId, long liveGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean inheritContent, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Group addGroup(long parentGroupId, long liveGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void addRoleGroups(long roleId, long[] groupIds) throws com.liferay.portal.kernel.exception.PortalException
roleId
- the primary key of the rolegroupIds
- the primary keys of the groupscom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic void checkRemoteStagingGroup(long groupId) throws com.liferay.portal.kernel.exception.PortalException
groupId
- the primary key of the groupcom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic void deleteGroup(long groupId) throws com.liferay.portal.kernel.exception.PortalException
The group is unstaged and its assets and resources including layouts, membership requests, subscriptions, teams, blogs, bookmarks, calendar events, image gallery, journals, message boards, polls, and wikis are also deleted.
groupId
- the primary key of the groupcom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic void disableStaging(long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void enableStaging(long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Group getCompanyGroup(long companyId) throws com.liferay.portal.kernel.exception.PortalException
companyId
- the primary key of the companycom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic com.liferay.portal.kernel.model.Group getGroup(long groupId) throws com.liferay.portal.kernel.exception.PortalException
groupId
- the primary key of the groupcom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic com.liferay.portal.kernel.model.Group getGroup(long companyId, String groupKey) throws com.liferay.portal.kernel.exception.PortalException
companyId
- the primary key of the companygroupKey
- the group keycom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic String getGroupDisplayURL(long groupId, boolean privateLayout, boolean secureConnection) throws com.liferay.portal.kernel.exception.PortalException
groupId
- the primary key of the groupprivateLayout
- whether the layout set is private to the groupsecureConnection
- whether the generated URL uses a secure
connectioncom.liferay.portal.kernel.exception.PortalException
- if a group with the primary key could not be
found or if a portal exception occurredpublic List<com.liferay.portal.kernel.model.Group> getGroups(long companyId, long parentGroupId, boolean site) throws com.liferay.portal.kernel.exception.PortalException
companyId
- the primary key of the companyparentGroupId
- the primary key of the parent groupsite
- whether the group is to be associated with a main sitenull
if no matches were
foundcom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic List<com.liferay.portal.kernel.model.Group> getGroups(long companyId, long parentGroupId, boolean site, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
companyId
- the primary key of the companyparentGroupId
- the primary key of the parent groupsite
- whether the group is to be associated with a main sitestart
- the lower bound of the range of resultsend
- the upper bound of the range of results (not inclusive)null
if no matches were
foundcom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic List<com.liferay.portal.kernel.model.Group> getGroups(long companyId, long parentGroupId, String name, boolean site, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public int getGroupsCount(long companyId, long parentGroupId, boolean site) throws com.liferay.portal.kernel.exception.PortalException
companyId
- the primary key of the companyparentGroupId
- the primary key of the parent groupsite
- whether the group is to be associated with a main sitecom.liferay.portal.kernel.exception.PortalException
public int getGroupsCount(long companyId, long parentGroupId, String name, boolean site) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public int getGroupsCount(long companyId, String className, long parentGroupId) throws com.liferay.portal.kernel.exception.PortalException
companyId
- the primary key of the companyclassName
- the class name of the groupparentGroupId
- the primary key of the parent groupcom.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.Group> getGtGroups(long gtGroupId, long companyId, long parentGroupId, boolean site, int size) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.Group> getManageableSiteGroups(Collection<com.liferay.portal.kernel.model.Portlet> portlets, int max) throws com.liferay.portal.kernel.exception.PortalException
portlets
- the portlets to managemax
- the upper bound of the range of groups to consider (not
inclusive)com.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic List<com.liferay.portal.kernel.model.Group> getOrganizationsGroups(List<com.liferay.portal.kernel.model.Organization> organizations) throws com.liferay.portal.kernel.exception.PortalException
organizations
- the organizationscom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic com.liferay.portal.kernel.model.Group getUserGroup(long companyId, long userId) throws com.liferay.portal.kernel.exception.PortalException
companyId
- the primary key of the companyuserId
- the primary key of the usercom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic List<com.liferay.portal.kernel.model.Group> getUserGroupsGroups(List<com.liferay.portal.kernel.model.UserGroup> userGroups) throws com.liferay.portal.kernel.exception.PortalException
userGroups
- the user groupscom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic List<com.liferay.portal.kernel.model.Group> getUserOrganizationsGroups(long userId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
organizations.membership.strict
is set to
true
.
Useful when paginating results. Returns a maximum of end -
start
instances. start
and end
are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full
result set.
userId
- the primary key of the userstart
- the lower bound of the range of groups to considerend
- the upper bound of the range of groups to consider (not
inclusive)com.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic List<com.liferay.portal.kernel.model.Group> getUserSitesGroups() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.Group> getUserSitesGroups(long userId, String[] classNames, int max) throws com.liferay.portal.kernel.exception.PortalException
classNames
value of null
includes the user's layout set group,
organization groups, inherited organization groups, and site groups.
userId
- the primary key of the userclassNames
- the group entity class names (optionally
null
). For more information see getUserSitesGroups(long, String[], int)
.max
- the maximum number of groups to returncom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic List<com.liferay.portal.kernel.model.Group> getUserSitesGroups(String[] classNames, int max) throws com.liferay.portal.kernel.exception.PortalException
classNames
value of null
includes the user's layout set group,
organization groups, inherited organization groups, and site groups.
classNames
- the group entity class names (optionally
null
). For more information see getUserSitesGroups(long, String[], int)
.max
- the maximum number of groups to returncom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic int getUserSitesGroupsCount() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic boolean hasUserGroup(long userId, long groupId) throws com.liferay.portal.kernel.exception.PortalException
true
if the user is associated with the group,
including the user's inherited organizations and user groups. System and
staged groups are not included.userId
- the primary key of the usergroupId
- the primary key of the grouptrue
if the user is associated with the group;
false
otherwisecom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic List<com.liferay.portal.kernel.model.Group> search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.Group> search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.Group> search(long companyId, String name, String description, String[] params, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
Useful when paginating results. Returns a maximum of end -
start
instances. start
and end
are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full
result set.
companyId
- the primary key of the companyname
- the group's name (optionally null
)description
- the group's description (optionally
null
)params
- the finder params (optionally null
). To
include the user's inherited organizations and user groups in the
search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinder
.start
- the lower bound of the range of groups to returnend
- the upper bound of the range of groups to return (not
inclusive)com.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic int searchCount(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params)
public int searchCount(long companyId, String name, String description, String[] params)
companyId
- the primary key of the companyname
- the group's name (optionally null
)description
- the group's description (optionally
null
)params
- the finder params (optionally null
). To
include the user's inherited organizations and user groups in the
search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinder
.public void setRoleGroups(long roleId, long[] groupIds) throws com.liferay.portal.kernel.exception.PortalException
roleId
- the primary key of the rolegroupIds
- the primary keys of the groupscom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic void unsetRoleGroups(long roleId, long[] groupIds) throws com.liferay.portal.kernel.exception.PortalException
roleId
- the primary key of the rolegroupIds
- the primary keys of the groupscom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic com.liferay.portal.kernel.model.Group updateFriendlyURL(long groupId, String friendlyURL) throws com.liferay.portal.kernel.exception.PortalException
groupId
- the primary key of the groupfriendlyURL
- the group's new friendlyURL (optionally
null
)com.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic com.liferay.portal.kernel.model.Group updateGroup(long groupId, long parentGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Group updateGroup(long groupId, String typeSettings) throws com.liferay.portal.kernel.exception.PortalException
groupId
- the primary key of the grouptypeSettings
- the group's new type settings (optionally
null
)com.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredpublic void updateStagedPortlets(long groupId, Map<String,String> stagedPortletIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected List<com.liferay.portal.kernel.model.Group> filterGroups(List<com.liferay.portal.kernel.model.Group> groups) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected Map<Locale,String> getLocalizationMap(String value)