public class UserGroupLocalServiceImpl extends UserGroupLocalServiceBaseImpl
counterLocalService, expandoRowLocalService, expandoRowPersistence, exportImportConfigurationFinder, exportImportConfigurationLocalService, exportImportConfigurationPersistence, exportImportLocalService, groupFinder, groupLocalService, groupPersistence, layoutFinder, layoutLocalService, layoutPersistence, persistedModelLocalServiceRegistry, resourceLocalService, teamFinder, teamLocalService, teamPersistence, userFinder, userGroupFinder, userGroupGroupRoleFinder, userGroupGroupRoleLocalService, userGroupGroupRolePersistence, userGroupLocalService, userGroupPersistence, userLocalService, userPersistence| Constructor and Description |
|---|
UserGroupLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGroupUserGroups(long groupId,
long[] userGroupIds)
Adds the user groups to the group.
|
void |
addTeamUserGroups(long teamId,
long[] userGroupIds)
Adds the user groups to the team.
|
com.liferay.portal.kernel.model.UserGroup |
addUserGroup(long userId,
long companyId,
String name,
String description)
Deprecated.
As of 6.2.0, replaced by
addUserGroup(long, long,
String, String, ServiceContext) |
com.liferay.portal.kernel.model.UserGroup |
addUserGroup(long userId,
long companyId,
String name,
String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Adds a user group.
|
protected com.liferay.portal.kernel.search.SearchContext |
buildSearchContext(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
void |
clearUserUserGroups(long userId)
Clears all associations between the user and its user groups and clears
the permissions cache.
|
void |
copyUserGroupLayouts(long[] userGroupIds,
long userId)
Deprecated.
As of 6.1.0
|
void |
copyUserGroupLayouts(long userGroupId,
long userId)
Deprecated.
As of 6.2.0
|
void |
copyUserGroupLayouts(long userGroupId,
long[] userIds)
Deprecated.
As of 6.1.0
|
com.liferay.portal.kernel.model.UserGroup |
deleteUserGroup(long userGroupId)
Deletes the user group.
|
com.liferay.portal.kernel.model.UserGroup |
deleteUserGroup(com.liferay.portal.kernel.model.UserGroup userGroup)
Deletes the user group.
|
void |
deleteUserGroups(long companyId) |
protected File[] |
exportLayouts(long userGroupId,
Map<String,String[]> parameterMap) |
com.liferay.portal.kernel.model.UserGroup |
fetchUserGroup(long companyId,
String name) |
List<com.liferay.portal.kernel.model.UserGroup> |
getGroupUserUserGroups(long groupId,
long userId) |
protected Map<String,String[]> |
getLayoutTemplatesParameters() |
com.liferay.portal.kernel.model.UserGroup |
getUserGroup(long companyId,
String name)
Returns the user group with the name.
|
List<com.liferay.portal.kernel.model.UserGroup> |
getUserGroups(long companyId)
Returns all the user groups belonging to the company.
|
List<com.liferay.portal.kernel.model.UserGroup> |
getUserGroups(long[] userGroupIds)
Returns all the user groups with the primary keys.
|
protected void |
importLayouts(long userId,
Map<String,String[]> parameterMap,
File privateLayoutsFile,
File publicLayoutsFile) |
protected boolean |
isUseCustomSQL(LinkedHashMap<String,Object> params) |
List<com.liferay.portal.kernel.model.UserGroup> |
search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc)
Returns an ordered range of all the user groups that match the keywords.
|
com.liferay.portal.kernel.search.Hits |
search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort)
Returns an ordered range of all the user groups that match the keywords,
using the indexer.
|
List<com.liferay.portal.kernel.model.UserGroup> |
search(long companyId,
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.UserGroup> obc)
Returns an ordered range of all the user groups that match the name and
description.
|
com.liferay.portal.kernel.search.Hits |
search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort)
Returns an ordered range of all the user groups that match the name and
description.
|
int |
searchCount(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of user groups that match the keywords
|
int |
searchCount(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of user groups that match the name and description.
|
com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.portal.kernel.model.UserGroup> |
searchUserGroups(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.portal.kernel.model.UserGroup> |
searchUserGroups(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
void |
setUserUserGroups(long userId,
long[] userGroupIds)
Sets the user groups associated with the user copying the user group
layouts and removing and adding user group associations for the user as
necessary.
|
void |
unsetGroupUserGroups(long groupId,
long[] userGroupIds)
Removes the user groups from the group.
|
void |
unsetTeamUserGroups(long teamId,
long[] userGroupIds)
Removes the user groups from the team.
|
com.liferay.portal.kernel.model.UserGroup |
updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
Deprecated.
As of 6.2.0, replaced by
updateUserGroup(long, long,
String, String, ServiceContext) |
com.liferay.portal.kernel.model.UserGroup |
updateUserGroup(long companyId,
long userGroupId,
String name,
String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Updates the user group.
|
protected void |
validate(long userGroupId,
long companyId,
String name) |
addGroupUserGroup, addGroupUserGroup, addGroupUserGroups, addTeamUserGroup, addTeamUserGroup, addTeamUserGroups, addUserGroup, addUserUserGroup, addUserUserGroup, addUserUserGroups, addUserUserGroups, afterPropertiesSet, clearGroupUserGroups, clearTeamUserGroups, createUserGroup, deleteGroupUserGroup, deleteGroupUserGroup, deleteGroupUserGroups, deleteGroupUserGroups, deletePersistedModel, deleteTeamUserGroup, deleteTeamUserGroup, deleteTeamUserGroups, deleteTeamUserGroups, deleteUserUserGroup, deleteUserUserGroup, deleteUserUserGroups, deleteUserUserGroups, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchUserGroup, fetchUserGroupByUuidAndCompanyId, getActionableDynamicQuery, getCounterLocalService, getExpandoRowLocalService, getExpandoRowPersistence, getExportActionableDynamicQuery, getExportImportConfigurationFinder, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupPrimaryKeys, getGroupUserGroups, getGroupUserGroups, getGroupUserGroups, getGroupUserGroupsCount, getIndexableActionableDynamicQuery, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getResourceLocalService, getTeamFinder, getTeamLocalService, getTeamPersistence, getTeamPrimaryKeys, getTeamUserGroups, getTeamUserGroups, getTeamUserGroups, getTeamUserGroupsCount, getUserFinder, getUserGroup, getUserGroupByUuidAndCompanyId, getUserGroupFinder, getUserGroupGroupRoleFinder, getUserGroupGroupRoleLocalService, getUserGroupGroupRolePersistence, getUserGroupLocalService, getUserGroupPersistence, getUserGroups, getUserGroupsCount, getUserLocalService, getUserPersistence, getUserPrimaryKeys, getUserUserGroups, getUserUserGroups, getUserUserGroups, getUserUserGroupsCount, hasGroupUserGroup, hasGroupUserGroups, hasTeamUserGroup, hasTeamUserGroups, hasUserUserGroup, hasUserUserGroups, initActionableDynamicQuery, runSQL, setCounterLocalService, setExpandoRowLocalService, setExpandoRowPersistence, setExportImportConfigurationFinder, setExportImportConfigurationLocalService, setExportImportConfigurationPersistence, setExportImportLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupUserGroups, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setResourceLocalService, setTeamFinder, setTeamLocalService, setTeamPersistence, setTeamUserGroups, setUserFinder, setUserGroupFinder, setUserGroupGroupRoleFinder, setUserGroupGroupRoleLocalService, setUserGroupGroupRolePersistence, setUserGroupLocalService, setUserGroupPersistence, setUserLocalService, setUserPersistence, updateUserGrouppublic void addGroupUserGroups(long groupId,
long[] userGroupIds)
addGroupUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalServiceaddGroupUserGroups in class UserGroupLocalServiceBaseImplgroupId - the primary key of the groupuserGroupIds - the primary keys of the user groupspublic void addTeamUserGroups(long teamId,
long[] userGroupIds)
addTeamUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalServiceaddTeamUserGroups in class UserGroupLocalServiceBaseImplteamId - the primary key of the teamuserGroupIds - the primary keys of the user groups@Deprecated public com.liferay.portal.kernel.model.UserGroup addUserGroup(long userId, long companyId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException
addUserGroup(long, long,
String, String, ServiceContext)This method handles the creation and bookkeeping of the user group, including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to setup default groups and resources for the user group.
userId - the primary key of the usercompanyId - the primary key of the user group's companyname - the user group's namedescription - the user group's descriptioncom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.UserGroup addUserGroup(long userId,
long companyId,
String name,
String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
This method handles the creation and bookkeeping of the user group, including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to setup default groups and resources for the user group.
userId - the primary key of the usercompanyId - the primary key of the user group's companyname - the user group's namedescription - the user group's descriptionserviceContext - the service context to be applied (optionally
null). Can set expando bridge attributes for the
user group.com.liferay.portal.kernel.exception.PortalExceptionpublic void clearUserUserGroups(long userId)
clearUserUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalServiceclearUserUserGroups in class UserGroupLocalServiceBaseImpluserId - the primary key of the user@Deprecated public void copyUserGroupLayouts(long userGroupId, long userId) throws com.liferay.portal.kernel.exception.PortalException
userGroupId - the primary key of the user groupuserId - the primary key of the usercom.liferay.portal.kernel.exception.PortalException@Deprecated public void copyUserGroupLayouts(long userGroupId, long[] userIds) throws com.liferay.portal.kernel.exception.PortalException
userGroupId - the primary key of the user groupuserIds - the primary keys of the userscom.liferay.portal.kernel.exception.PortalException@Deprecated public void copyUserGroupLayouts(long[] userGroupIds, long userId) throws com.liferay.portal.kernel.exception.PortalException
userGroupIds - the primary keys of the user groupsuserId - the primary key of the usercom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.UserGroup deleteUserGroup(long userGroupId)
throws com.liferay.portal.kernel.exception.PortalException
deleteUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalServicedeleteUserGroup in class UserGroupLocalServiceBaseImpluserGroupId - the primary key of the user groupcom.liferay.portal.kernel.exception.PortalException - if a user group with the primary key could not be found@SystemEvent(action=1,
type=1)
public com.liferay.portal.kernel.model.UserGroup deleteUserGroup(com.liferay.portal.kernel.model.UserGroup userGroup)
throws com.liferay.portal.kernel.exception.PortalException
deleteUserGroup in interface com.liferay.portal.kernel.service.UserGroupLocalServicedeleteUserGroup in class UserGroupLocalServiceBaseImpluserGroup - the user groupcom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteUserGroups(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.UserGroup fetchUserGroup(long companyId,
String name)
public List<com.liferay.portal.kernel.model.UserGroup> getGroupUserUserGroups(long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.UserGroup getUserGroup(long companyId,
String name)
throws com.liferay.portal.kernel.exception.PortalException
companyId - the primary key of the user group's companyname - the user group's namecom.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.UserGroup> getUserGroups(long companyId)
companyId - the primary key of the user groups' companypublic List<com.liferay.portal.kernel.model.UserGroup> getUserGroups(long[] userGroupIds) throws com.liferay.portal.kernel.exception.PortalException
userGroupIds - the primary keys of the user groupscom.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.UserGroup> search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc)
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 user group's companykeywords - the keywords (space separated), which may occur in the
user group's name or description (optionally null)params - the finder params (optionally null). For more
information see UserGroupFinderstart - the lower bound of the range of user groups to returnend - the upper bound of the range of user groups to return (not
inclusive)obc - the comparator to order the user groups (optionally
null)obcUserGroupFinderpublic com.liferay.portal.kernel.search.Hits search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort)
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 user group's companykeywords - the keywords (space separated), which may occur in the
user group's name or description (optionally null)params - the finder params (optionally null). For more
information see com.liferay.user.groups.admin.web.search.UserGroupIndexerstart - the lower bound of the range of user groups to returnend - the upper bound of the range of user groups to return (not
inclusive)sort - the field and direction by which to sort (optionally
null)com.liferay.user.groups.admin.web.search.UserGroupIndexerpublic List<com.liferay.portal.kernel.model.UserGroup> search(long companyId, 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.UserGroup> obc)
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 user group's companyname - the user group's name (optionally null)description - the user group's description (optionally
null)params - the finder params (optionally null). For more
information see UserGroupFinderandOperator - whether every field must match its keywords or just
one fieldstart - the lower bound of the range of user groups to returnend - the upper bound of the range of user groups to return (not
inclusive)obc - the comparator to order the user groups (optionally
null)obcUserGroupFinderpublic com.liferay.portal.kernel.search.Hits search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort)
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 user group's companyname - the user group's name (optionally null)description - the user group's description (optionally
null)params - the finder params (optionally null). For more
information see com.liferay.user.groups.admin.web.search.UserGroupIndexerandSearch - whether every field must match its keywords or just one
fieldstart - the lower bound of the range of user groups to returnend - the upper bound of the range of user groups to return (not
inclusive)sort - the field and direction by which to sort (optionally
null)UserGroupFinderpublic int searchCount(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
companyId - the primary key of the user group's companykeywords - the keywords (space separated), which may occur in the
user group's name or description (optionally null)params - the finder params (optionally null). For more
information see UserGroupFinderUserGroupFinderpublic int searchCount(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
companyId - the primary key of the user group's companyname - the user group's name (optionally null)description - the user group's description (optionally
null)params - the finder params (optionally null). For more
information see UserGroupFinderandOperator - whether every field must match its keywords or just
one fieldUserGroupFinderpublic com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.portal.kernel.model.UserGroup> searchUserGroups(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.portal.kernel.model.UserGroup> searchUserGroups(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void setUserUserGroups(long userId,
long[] userGroupIds)
throws com.liferay.portal.kernel.exception.PortalException
setUserUserGroups in interface com.liferay.portal.kernel.service.UserGroupLocalServicesetUserUserGroups in class UserGroupLocalServiceBaseImpluserId - the primary key of the useruserGroupIds - the primary keys of the user groupscom.liferay.portal.kernel.exception.PortalExceptionpublic void unsetGroupUserGroups(long groupId,
long[] userGroupIds)
groupId - the primary key of the groupuserGroupIds - the primary keys of the user groupspublic void unsetTeamUserGroups(long teamId,
long[] userGroupIds)
teamId - the primary key of the teamuserGroupIds - the primary keys of the user groups@Deprecated public com.liferay.portal.kernel.model.UserGroup updateUserGroup(long companyId, long userGroupId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException
updateUserGroup(long, long,
String, String, ServiceContext)companyId - the primary key of the user group's companyuserGroupId - the primary key of the user groupname - the user group's namedescription - the user group's descriptioncom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.UserGroup updateUserGroup(long companyId,
long userGroupId,
String name,
String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
companyId - the primary key of the user group's companyuserGroupId - the primary key of the user groupname - the user group's namedescription - the user group's descriptionserviceContext - the service context to be applied (optionally
null). Can set expando bridge attributes for the
user group.com.liferay.portal.kernel.exception.PortalExceptionprotected com.liferay.portal.kernel.search.SearchContext buildSearchContext(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort)
protected File[] exportLayouts(long userGroupId, Map<String,String[]> parameterMap) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected void importLayouts(long userId,
Map<String,String[]> parameterMap,
File privateLayoutsFile,
File publicLayoutsFile)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected boolean isUseCustomSQL(LinkedHashMap<String,Object> params)
protected void validate(long userGroupId,
long companyId,
String name)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException