@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface UserGroupLocalService extends BaseLocalService, PersistedModelLocalService
UserGroupLocalServiceUtil
,
UserGroupLocalServiceBaseImpl
,
UserGroupLocalServiceImpl
Modifier and Type | Method and Description |
---|---|
void |
addGroupUserGroup(long groupId,
long userGroupId) |
void |
addGroupUserGroup(long groupId,
UserGroup userGroup) |
void |
addGroupUserGroups(long groupId,
List<UserGroup> userGroups) |
void |
addGroupUserGroups(long groupId,
long[] userGroupIds) |
void |
addTeamUserGroup(long teamId,
long userGroupId) |
void |
addTeamUserGroup(long teamId,
UserGroup userGroup) |
void |
addTeamUserGroups(long teamId,
List<UserGroup> userGroups) |
void |
addTeamUserGroups(long teamId,
long[] userGroupIds) |
UserGroup |
addUserGroup(long userId,
long companyId,
String name,
String description)
Deprecated.
As of 6.2.0, replaced by
addUserGroup(long, long,
String, String, ServiceContext) |
UserGroup |
addUserGroup(long userId,
long companyId,
String name,
String description,
ServiceContext serviceContext)
Adds a user group.
|
UserGroup |
addUserGroup(UserGroup userGroup)
Adds the user group to the database.
|
void |
addUserUserGroup(long userId,
long userGroupId) |
void |
addUserUserGroup(long userId,
UserGroup userGroup) |
void |
addUserUserGroups(long userId,
List<UserGroup> userGroups) |
void |
addUserUserGroups(long userId,
long[] userGroupIds) |
void |
clearGroupUserGroups(long groupId) |
void |
clearTeamUserGroups(long teamId) |
void |
clearUserUserGroups(long userId) |
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
|
UserGroup |
createUserGroup(long userGroupId)
Creates a new user group with the primary key.
|
void |
deleteGroupUserGroup(long groupId,
long userGroupId) |
void |
deleteGroupUserGroup(long groupId,
UserGroup userGroup) |
void |
deleteGroupUserGroups(long groupId,
List<UserGroup> userGroups) |
void |
deleteGroupUserGroups(long groupId,
long[] userGroupIds) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
void |
deleteTeamUserGroup(long teamId,
long userGroupId) |
void |
deleteTeamUserGroup(long teamId,
UserGroup userGroup) |
void |
deleteTeamUserGroups(long teamId,
List<UserGroup> userGroups) |
void |
deleteTeamUserGroups(long teamId,
long[] userGroupIds) |
UserGroup |
deleteUserGroup(long userGroupId)
Deletes the user group with the primary key from the database.
|
UserGroup |
deleteUserGroup(UserGroup userGroup)
Deletes the user group from the database.
|
void |
deleteUserGroups(long companyId) |
void |
deleteUserUserGroup(long userId,
long userGroupId) |
void |
deleteUserUserGroup(long userId,
UserGroup userGroup) |
void |
deleteUserUserGroups(long userId,
List<UserGroup> userGroups) |
void |
deleteUserUserGroups(long userId,
long[] userGroupIds) |
DynamicQuery |
dynamicQuery() |
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
UserGroup |
fetchUserGroup(long userGroupId) |
UserGroup |
fetchUserGroup(long companyId,
String name) |
UserGroup |
fetchUserGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the user group with the matching UUID and company.
|
ActionableDynamicQuery |
getActionableDynamicQuery() |
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
long[] |
getGroupPrimaryKeys(long userGroupId)
Returns the groupIds of the groups associated with the user group.
|
List<UserGroup> |
getGroupUserGroups(long groupId) |
List<UserGroup> |
getGroupUserGroups(long groupId,
int start,
int end) |
List<UserGroup> |
getGroupUserGroups(long groupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
int |
getGroupUserGroupsCount(long groupId) |
List<UserGroup> |
getGroupUserUserGroups(long groupId,
long userId) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
long[] |
getTeamPrimaryKeys(long userGroupId)
Returns the teamIds of the teams associated with the user group.
|
List<UserGroup> |
getTeamUserGroups(long teamId) |
List<UserGroup> |
getTeamUserGroups(long teamId,
int start,
int end) |
List<UserGroup> |
getTeamUserGroups(long teamId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
int |
getTeamUserGroupsCount(long teamId) |
UserGroup |
getUserGroup(long userGroupId)
Returns the user group with the primary key.
|
UserGroup |
getUserGroup(long companyId,
String name)
Returns the user group with the name.
|
UserGroup |
getUserGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the user group with the matching UUID and company.
|
List<UserGroup> |
getUserGroups(int start,
int end)
Returns a range of all the user groups.
|
List<UserGroup> |
getUserGroups(long companyId)
Returns all the user groups belonging to the company.
|
List<UserGroup> |
getUserGroups(long[] userGroupIds)
Returns all the user groups with the primary keys.
|
int |
getUserGroupsCount()
Returns the number of user groups.
|
long[] |
getUserPrimaryKeys(long userGroupId)
Returns the userIds of the users associated with the user group.
|
List<UserGroup> |
getUserUserGroups(long userId) |
List<UserGroup> |
getUserUserGroups(long userId,
int start,
int end) |
List<UserGroup> |
getUserUserGroups(long userId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
int |
getUserUserGroupsCount(long userId) |
boolean |
hasGroupUserGroup(long groupId,
long userGroupId) |
boolean |
hasGroupUserGroups(long groupId) |
boolean |
hasTeamUserGroup(long teamId,
long userGroupId) |
boolean |
hasTeamUserGroups(long teamId) |
boolean |
hasUserUserGroup(long userId,
long userGroupId) |
boolean |
hasUserUserGroups(long userId) |
List<UserGroup> |
search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the keywords.
|
Hits |
search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
Returns an ordered range of all the user groups that match the keywords,
using the indexer.
|
List<UserGroup> |
search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the name and
description.
|
Hits |
search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
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.
|
BaseModelSearchResult<UserGroup> |
searchUserGroups(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort) |
BaseModelSearchResult<UserGroup> |
searchUserGroups(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort) |
void |
setGroupUserGroups(long groupId,
long[] userGroupIds) |
void |
setTeamUserGroups(long teamId,
long[] userGroupIds) |
void |
setUserUserGroups(long userId,
long[] userGroupIds) |
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.
|
UserGroup |
updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
Deprecated.
As of 6.2.0, replaced by
updateUserGroup(long, long,
String, String, ServiceContext) |
UserGroup |
updateUserGroup(long companyId,
long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group.
|
UserGroup |
updateUserGroup(UserGroup userGroup)
Updates the user group in the database or adds it if it does not yet exist.
|
void addGroupUserGroup(long groupId, long userGroupId)
void addGroupUserGroup(long groupId, UserGroup userGroup)
void addGroupUserGroups(long groupId, List<UserGroup> userGroups)
void addGroupUserGroups(long groupId, long[] userGroupIds)
void addTeamUserGroup(long teamId, long userGroupId)
void addTeamUserGroup(long teamId, UserGroup userGroup)
void addTeamUserGroups(long teamId, List<UserGroup> userGroups)
void addTeamUserGroups(long teamId, long[] userGroupIds)
@Deprecated UserGroup addUserGroup(long userId, long companyId, String name, String description) throws 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 descriptionPortalException
UserGroup addUserGroup(long userId, long companyId, String name, String description, ServiceContext serviceContext) throws 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.PortalException
@Indexable(type=REINDEX) UserGroup addUserGroup(UserGroup userGroup)
userGroup
- the user groupvoid addUserUserGroup(long userId, long userGroupId)
void addUserUserGroup(long userId, UserGroup userGroup)
void addUserUserGroups(long userId, List<UserGroup> userGroups)
void addUserUserGroups(long userId, long[] userGroupIds)
void clearGroupUserGroups(long groupId)
void clearTeamUserGroups(long teamId)
void clearUserUserGroups(long userId)
@Deprecated void copyUserGroupLayouts(long userGroupId, long userId) throws PortalException
userGroupId
- the primary key of the user groupuserId
- the primary key of the userPortalException
@Deprecated void copyUserGroupLayouts(long userGroupId, long[] userIds) throws PortalException
userGroupId
- the primary key of the user groupuserIds
- the primary keys of the usersPortalException
@Deprecated void copyUserGroupLayouts(long[] userGroupIds, long userId) throws PortalException
userGroupIds
- the primary keys of the user groupsuserId
- the primary key of the userPortalException
@Transactional(enabled=false) UserGroup createUserGroup(long userGroupId)
userGroupId
- the primary key for the new user groupvoid deleteGroupUserGroup(long groupId, long userGroupId)
void deleteGroupUserGroup(long groupId, UserGroup userGroup)
void deleteGroupUserGroups(long groupId, List<UserGroup> userGroups)
void deleteGroupUserGroups(long groupId, long[] userGroupIds)
PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel
in interface PersistedModelLocalService
PortalException
void deleteTeamUserGroup(long teamId, long userGroupId)
void deleteTeamUserGroup(long teamId, UserGroup userGroup)
void deleteTeamUserGroups(long teamId, List<UserGroup> userGroups)
void deleteTeamUserGroups(long teamId, long[] userGroupIds)
@Indexable(type=DELETE) UserGroup deleteUserGroup(long userGroupId) throws PortalException
userGroupId
- the primary key of the user groupPortalException
- if a user group with the primary key could not be found@Indexable(type=DELETE) @SystemEvent(action=1, type=1) UserGroup deleteUserGroup(UserGroup userGroup) throws PortalException
userGroup
- the user groupPortalException
void deleteUserGroups(long companyId) throws PortalException
PortalException
void deleteUserUserGroup(long userId, long userGroupId)
void deleteUserUserGroup(long userId, UserGroup userGroup)
void deleteUserUserGroups(long userId, List<UserGroup> userGroups)
void deleteUserUserGroups(long userId, long[] userGroupIds)
DynamicQuery dynamicQuery()
<T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic query<T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from UserGroupModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)<T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from UserGroupModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic querylong dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query@Transactional(propagation=SUPPORTS, readOnly=true) UserGroup fetchUserGroup(long userGroupId)
@Transactional(propagation=SUPPORTS, readOnly=true) UserGroup fetchUserGroup(long companyId, String name)
@Transactional(propagation=SUPPORTS, readOnly=true) UserGroup fetchUserGroupByUuidAndCompanyId(String uuid, long companyId)
uuid
- the user group's UUIDcompanyId
- the primary key of the companynull
if a matching user group could not be found@Transactional(propagation=SUPPORTS, readOnly=true) ActionableDynamicQuery getActionableDynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
@Transactional(propagation=SUPPORTS, readOnly=true) long[] getGroupPrimaryKeys(long userGroupId)
userGroupId
- the userGroupId of the user group@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> getGroupUserGroups(long groupId)
@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> getGroupUserGroups(long groupId, int start, int end)
@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> getGroupUserGroups(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupUserGroupsCount(long groupId)
@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> getGroupUserUserGroups(long groupId, long userId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel
in interface PersistedModelLocalService
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) long[] getTeamPrimaryKeys(long userGroupId)
userGroupId
- the userGroupId of the user group@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> getTeamUserGroups(long teamId)
@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> getTeamUserGroups(long teamId, int start, int end)
@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> getTeamUserGroups(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) int getTeamUserGroupsCount(long teamId)
@Transactional(propagation=SUPPORTS, readOnly=true) UserGroup getUserGroup(long userGroupId) throws PortalException
userGroupId
- the primary key of the user groupPortalException
- if a user group with the primary key could not be found@Transactional(propagation=SUPPORTS, readOnly=true) UserGroup getUserGroup(long companyId, String name) throws PortalException
companyId
- the primary key of the user group's companyname
- the user group's namePortalException
@Transactional(propagation=SUPPORTS, readOnly=true) UserGroup getUserGroupByUuidAndCompanyId(String uuid, long companyId) throws PortalException
uuid
- the user group's UUIDcompanyId
- the primary key of the companyPortalException
- if a matching user group could not be found@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> getUserGroups(int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from UserGroupModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of user groupsend
- the upper bound of the range of user groups (not inclusive)@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> getUserGroups(long companyId)
companyId
- the primary key of the user groups' company@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> getUserGroups(long[] userGroupIds) throws PortalException
userGroupIds
- the primary keys of the user groupsPortalException
@Transactional(propagation=SUPPORTS, readOnly=true) int getUserGroupsCount()
@Transactional(propagation=SUPPORTS, readOnly=true) long[] getUserPrimaryKeys(long userGroupId)
userGroupId
- the userGroupId of the user group@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> getUserUserGroups(long userId)
@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> getUserUserGroups(long userId, int start, int end)
@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> getUserUserGroups(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) int getUserUserGroupsCount(long userId)
@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasGroupUserGroup(long groupId, long userGroupId)
@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasGroupUserGroups(long groupId)
@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasTeamUserGroup(long teamId, long userGroupId)
@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasTeamUserGroups(long teamId)
@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasUserUserGroup(long userId, long userGroupId)
@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasUserUserGroups(long userId)
@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<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 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)obc
- the comparator to order the user groups (optionally
null
)obc
UserGroupFinder
@Transactional(propagation=SUPPORTS, readOnly=true) Hits search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, 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
@Transactional(propagation=SUPPORTS, readOnly=true) List<UserGroup> search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<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 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)obc
- the comparator to order the user groups (optionally
null
)obc
UserGroupFinder
@Transactional(propagation=SUPPORTS, readOnly=true) Hits search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, 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
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) BaseModelSearchResult<UserGroup> searchUserGroups(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) BaseModelSearchResult<UserGroup> searchUserGroups(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort) throws PortalException
PortalException
void setGroupUserGroups(long groupId, long[] userGroupIds)
void setTeamUserGroups(long teamId, long[] userGroupIds)
void setUserUserGroups(long userId, long[] userGroupIds) throws PortalException
PortalException
void unsetGroupUserGroups(long groupId, long[] userGroupIds)
groupId
- the primary key of the groupuserGroupIds
- the primary keys of the user groupsvoid unsetTeamUserGroups(long teamId, long[] userGroupIds)
teamId
- the primary key of the teamuserGroupIds
- the primary keys of the user groups@Deprecated UserGroup updateUserGroup(long companyId, long userGroupId, String name, String description) throws 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 descriptionPortalException
UserGroup updateUserGroup(long companyId, long userGroupId, String name, String description, ServiceContext serviceContext) throws 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.PortalException
@Indexable(type=REINDEX) UserGroup updateUserGroup(UserGroup userGroup)
userGroup
- the user group