public class UserGroupLocalServiceImpl extends UserGroupLocalServiceBaseImpl
counterLocalService, groupPersistence, persistedModelLocalServiceRegistry, teamPersistence, userGroupFinder, userGroupLocalService, userGroupPersistence, userPersistence
Constructor and Description |
---|
UserGroupLocalServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addGroupUserGroup(long groupId,
long userGroupId)
Adds the user group to the group.
|
void |
addGroupUserGroup(long groupId,
com.liferay.portal.kernel.model.UserGroup userGroup)
Adds the user group to the group.
|
void |
addGroupUserGroups(long groupId,
List<com.liferay.portal.kernel.model.UserGroup> userGroups)
Adds the user groups to the group.
|
void |
addGroupUserGroups(long groupId,
long[] userGroupIds)
Adds the user groups to the group.
|
com.liferay.portal.kernel.model.UserGroup |
addOrUpdateUserGroup(String externalReferenceCode,
long userId,
long companyId,
String name,
String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
addTeamUserGroup(long teamId,
com.liferay.portal.kernel.model.UserGroup userGroup) |
void |
addTeamUserGroups(long teamId,
long[] userGroupIds) |
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.
|
void |
addUserUserGroup(long userId,
long userGroupId) |
void |
addUserUserGroup(long userId,
com.liferay.portal.kernel.model.UserGroup userGroup) |
void |
addUserUserGroups(long userId,
List<com.liferay.portal.kernel.model.UserGroup> userGroups) |
void |
addUserUserGroups(long userId,
long[] userGroupIds) |
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) |
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.
|
List<com.liferay.portal.kernel.model.UserGroup> |
getUserGroups(long companyId,
String name,
int start,
int end) |
List<com.liferay.portal.kernel.model.UserGroup> |
getUserGroups(long companyId,
String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator) |
int |
getUserGroupsCount(long companyId,
String name) |
protected void |
importLayouts(long userId,
Map<String,String[]> parameterMap,
File privateLayoutsFile,
File publicLayoutsFile) |
protected boolean |
isUseCustomSQL(LinkedHashMap<String,Object> params) |
protected void |
reindex(long companyId,
long[] userIds) |
protected void |
reindexUserGroup(com.liferay.portal.kernel.model.UserGroup userGroup) |
protected void |
reindexUsers(List<com.liferay.portal.kernel.model.UserGroup> userGroups) |
protected void |
reindexUsers(long userGroupId) |
protected void |
reindexUsers(long[] userGroupIds) |
protected void |
reindexUsers(com.liferay.portal.kernel.model.UserGroup userGroup) |
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> orderByComparator)
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> orderByComparator)
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 |
updateExternalReferenceCode(com.liferay.portal.kernel.model.UserGroup userGroup,
String externalReferenceCode) |
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) |
addTeamUserGroup, addTeamUserGroups, addUserGroup, afterPropertiesSet, clearGroupUserGroups, clearTeamUserGroups, clearUserUserGroups, createPersistedModel, createUserGroup, deleteGroupUserGroup, deleteGroupUserGroup, deleteGroupUserGroups, deleteGroupUserGroups, deletePersistedModel, deleteTeamUserGroup, deleteTeamUserGroup, deleteTeamUserGroups, deleteTeamUserGroups, deleteUserUserGroup, deleteUserUserGroup, deleteUserUserGroups, deleteUserUserGroups, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchUserGroup, fetchUserGroupByExternalReferenceCode, fetchUserGroupByUuidAndCompanyId, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getCTPersistence, getExportActionableDynamicQuery, getGroupPrimaryKeys, getGroupUserGroups, getGroupUserGroups, getGroupUserGroups, getGroupUserGroupsCount, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getTeamPrimaryKeys, getTeamUserGroups, getTeamUserGroups, getTeamUserGroups, getTeamUserGroupsCount, getUserGroup, getUserGroupByExternalReferenceCode, getUserGroupByUuidAndCompanyId, getUserGroupFinder, getUserGroupLocalService, getUserGroupPersistence, getUserGroups, getUserGroupsCount, getUserPrimaryKeys, getUserUserGroups, getUserUserGroups, getUserUserGroups, getUserUserGroupsCount, hasGroupUserGroup, hasGroupUserGroups, hasTeamUserGroup, hasTeamUserGroups, hasUserUserGroup, hasUserUserGroups, initActionableDynamicQuery, runSQL, setCounterLocalService, setGroupUserGroups, setTeamUserGroups, setUserGroupFinder, setUserGroupLocalService, setUserGroupPersistence, updateUserGroup, updateWithUnsafeFunction
public void addGroupUserGroup(long groupId, long userGroupId)
addGroupUserGroup
in interface com.liferay.portal.kernel.service.UserGroupLocalService
addGroupUserGroup
in class UserGroupLocalServiceBaseImpl
groupId
- the primary key of the groupuserGroupId
- the primary key of the user grouppublic void addGroupUserGroup(long groupId, com.liferay.portal.kernel.model.UserGroup userGroup)
addGroupUserGroup
in interface com.liferay.portal.kernel.service.UserGroupLocalService
addGroupUserGroup
in class UserGroupLocalServiceBaseImpl
groupId
- the primary key of the groupuserGroup
- the user grouppublic void addGroupUserGroups(long groupId, List<com.liferay.portal.kernel.model.UserGroup> userGroups)
addGroupUserGroups
in interface com.liferay.portal.kernel.service.UserGroupLocalService
addGroupUserGroups
in class UserGroupLocalServiceBaseImpl
groupId
- the primary key of the groupuserGroups
- the user groupspublic void addGroupUserGroups(long groupId, long[] userGroupIds)
addGroupUserGroups
in interface com.liferay.portal.kernel.service.UserGroupLocalService
addGroupUserGroups
in class UserGroupLocalServiceBaseImpl
groupId
- the primary key of the groupuserGroupIds
- the primary keys of the user groupspublic com.liferay.portal.kernel.model.UserGroup addOrUpdateUserGroup(String externalReferenceCode, long userId, long companyId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void addTeamUserGroup(long teamId, com.liferay.portal.kernel.model.UserGroup userGroup)
addTeamUserGroup
in interface com.liferay.portal.kernel.service.UserGroupLocalService
addTeamUserGroup
in class UserGroupLocalServiceBaseImpl
public void addTeamUserGroups(long teamId, long[] userGroupIds)
addTeamUserGroups
in interface com.liferay.portal.kernel.service.UserGroupLocalService
addTeamUserGroups
in class UserGroupLocalServiceBaseImpl
public 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.PortalException
public void addUserUserGroup(long userId, long userGroupId) throws com.liferay.portal.kernel.exception.PortalException
addUserUserGroup
in interface com.liferay.portal.kernel.service.UserGroupLocalService
addUserUserGroup
in class UserGroupLocalServiceBaseImpl
com.liferay.portal.kernel.exception.PortalException
public void addUserUserGroup(long userId, com.liferay.portal.kernel.model.UserGroup userGroup) throws com.liferay.portal.kernel.exception.PortalException
addUserUserGroup
in interface com.liferay.portal.kernel.service.UserGroupLocalService
addUserUserGroup
in class UserGroupLocalServiceBaseImpl
com.liferay.portal.kernel.exception.PortalException
public void addUserUserGroups(long userId, List<com.liferay.portal.kernel.model.UserGroup> userGroups) throws com.liferay.portal.kernel.exception.PortalException
addUserUserGroups
in interface com.liferay.portal.kernel.service.UserGroupLocalService
addUserUserGroups
in class UserGroupLocalServiceBaseImpl
com.liferay.portal.kernel.exception.PortalException
public void addUserUserGroups(long userId, long[] userGroupIds) throws com.liferay.portal.kernel.exception.PortalException
addUserUserGroups
in interface com.liferay.portal.kernel.service.UserGroupLocalService
addUserUserGroups
in class UserGroupLocalServiceBaseImpl
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.UserGroup deleteUserGroup(long userGroupId) throws com.liferay.portal.kernel.exception.PortalException
deleteUserGroup
in interface com.liferay.portal.kernel.service.UserGroupLocalService
deleteUserGroup
in class UserGroupLocalServiceBaseImpl
userGroupId
- 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.UserGroupLocalService
deleteUserGroup
in class UserGroupLocalServiceBaseImpl
userGroup
- the user groupcom.liferay.portal.kernel.exception.PortalException
public void deleteUserGroups(long companyId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public 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.PortalException
public 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.PortalException
public 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 companyId, String name, int start, int end)
public List<com.liferay.portal.kernel.model.UserGroup> getUserGroups(long companyId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
public 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.PortalException
public int getUserGroupsCount(long companyId, String name)
public 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> orderByComparator)
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 UserGroupFinder
start
- the lower bound of the range of user groups to returnend
- the upper bound of the range of user groups to return (not
inclusive)orderByComparator
- the comparator to order the user groups
(optionally null
)orderByComparator
UserGroupFinder
public 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.UserGroupIndexer
start
- 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.UserGroupIndexer
public 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> orderByComparator)
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 UserGroupFinder
andOperator
- 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)orderByComparator
- the comparator to order the user groups
(optionally null
)orderByComparator
UserGroupFinder
public 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.UserGroupIndexer
andSearch
- 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
)UserGroupFinder
public 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 UserGroupFinder
UserGroupFinder
public 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 UserGroupFinder
andOperator
- whether every field must match its keywords or just
one fieldUserGroupFinder
public 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.PortalException
public 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.PortalException
public void setUserUserGroups(long userId, long[] userGroupIds) throws com.liferay.portal.kernel.exception.PortalException
setUserUserGroups
in interface com.liferay.portal.kernel.service.UserGroupLocalService
setUserUserGroups
in class UserGroupLocalServiceBaseImpl
userId
- the primary key of the useruserGroupIds
- the primary keys of the user groupscom.liferay.portal.kernel.exception.PortalException
public 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@Indexable(type=REINDEX) public com.liferay.portal.kernel.model.UserGroup updateExternalReferenceCode(com.liferay.portal.kernel.model.UserGroup userGroup, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public 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.PortalException
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)
protected File[] exportLayouts(long userGroupId, Map<String,String[]> parameterMap) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected Map<String,String[]> getLayoutTemplatesParameters()
protected void importLayouts(long userId, Map<String,String[]> parameterMap, File privateLayoutsFile, File publicLayoutsFile) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected boolean isUseCustomSQL(LinkedHashMap<String,Object> params)
protected void reindex(long companyId, long[] userIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected void reindexUserGroup(com.liferay.portal.kernel.model.UserGroup userGroup) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected void reindexUsers(List<com.liferay.portal.kernel.model.UserGroup> userGroups) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected void reindexUsers(long userGroupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected void reindexUsers(long[] userGroupIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected void reindexUsers(com.liferay.portal.kernel.model.UserGroup userGroup) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected void validate(long userGroupId, long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException