|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.UserGroupLocalServiceUtil
@ProviderType public class UserGroupLocalServiceUtil
Provides the local service utility for UserGroup. This utility wraps
com.liferay.portal.service.impl.UserGroupLocalServiceImpl and is the
primary access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.
UserGroupLocalService,
UserGroupLocalServiceBaseImpl,
com.liferay.portal.service.impl.UserGroupLocalServiceImpl| Constructor Summary | |
|---|---|
UserGroupLocalServiceUtil()
|
|
| Method Summary | ||
|---|---|---|
static void |
addGroupUserGroup(long groupId,
long userGroupId)
|
|
static void |
addGroupUserGroup(long groupId,
UserGroup userGroup)
|
|
static void |
addGroupUserGroups(long groupId,
List<UserGroup> UserGroups)
|
|
static void |
addGroupUserGroups(long groupId,
long[] userGroupIds)
|
|
static void |
addTeamUserGroup(long teamId,
long userGroupId)
|
|
static void |
addTeamUserGroup(long teamId,
UserGroup userGroup)
|
|
static void |
addTeamUserGroups(long teamId,
List<UserGroup> UserGroups)
|
|
static void |
addTeamUserGroups(long teamId,
long[] userGroupIds)
|
|
static UserGroup |
addUserGroup(long userId,
long companyId,
String name,
String description)
Deprecated. As of 6.2.0, replaced by addUserGroup(long, long,
String, String, ServiceContext) |
|
static UserGroup |
addUserGroup(long userId,
long companyId,
String name,
String description,
ServiceContext serviceContext)
Adds a user group. |
|
static UserGroup |
addUserGroup(UserGroup userGroup)
Adds the user group to the database. |
|
static void |
addUserUserGroup(long userId,
long userGroupId)
|
|
static void |
addUserUserGroup(long userId,
UserGroup userGroup)
|
|
static void |
addUserUserGroups(long userId,
List<UserGroup> UserGroups)
|
|
static void |
addUserUserGroups(long userId,
long[] userGroupIds)
|
|
static void |
clearGroupUserGroups(long groupId)
|
|
static void |
clearTeamUserGroups(long teamId)
|
|
static void |
clearUserUserGroups(long userId)
|
|
static void |
copyUserGroupLayouts(long[] userGroupIds,
long userId)
Deprecated. As of 6.1.0 |
|
static void |
copyUserGroupLayouts(long userGroupId,
long userId)
Deprecated. As of 6.2.0 |
|
static void |
copyUserGroupLayouts(long userGroupId,
long[] userIds)
Deprecated. As of 6.1.0 |
|
static UserGroup |
createUserGroup(long userGroupId)
Creates a new user group with the primary key. |
|
static void |
deleteGroupUserGroup(long groupId,
long userGroupId)
|
|
static void |
deleteGroupUserGroup(long groupId,
UserGroup userGroup)
|
|
static void |
deleteGroupUserGroups(long groupId,
List<UserGroup> UserGroups)
|
|
static void |
deleteGroupUserGroups(long groupId,
long[] userGroupIds)
|
|
static PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
static void |
deleteTeamUserGroup(long teamId,
long userGroupId)
|
|
static void |
deleteTeamUserGroup(long teamId,
UserGroup userGroup)
|
|
static void |
deleteTeamUserGroups(long teamId,
List<UserGroup> UserGroups)
|
|
static void |
deleteTeamUserGroups(long teamId,
long[] userGroupIds)
|
|
static UserGroup |
deleteUserGroup(long userGroupId)
Deletes the user group with the primary key from the database. |
|
static UserGroup |
deleteUserGroup(UserGroup userGroup)
Deletes the user group from the database. |
|
static void |
deleteUserGroups(long companyId)
|
|
static void |
deleteUserUserGroup(long userId,
long userGroupId)
|
|
static void |
deleteUserUserGroup(long userId,
UserGroup userGroup)
|
|
static void |
deleteUserUserGroups(long userId,
List<UserGroup> UserGroups)
|
|
static void |
deleteUserUserGroups(long userId,
long[] userGroupIds)
|
|
static DynamicQuery |
dynamicQuery()
|
|
static
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
static
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
static
|
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. |
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query. |
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
static UserGroup |
fetchUserGroup(long userGroupId)
|
|
static UserGroup |
fetchUserGroup(long companyId,
String name)
|
|
static UserGroup |
fetchUserGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the user group with the matching UUID and company. |
|
static ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
static ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
|
|
static long[] |
getGroupPrimaryKeys(long userGroupId)
Returns the groupIds of the groups associated with the user group. |
|
static List<UserGroup> |
getGroupUserGroups(long groupId)
|
|
static List<UserGroup> |
getGroupUserGroups(long groupId,
int start,
int end)
|
|
static List<UserGroup> |
getGroupUserGroups(long groupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
static int |
getGroupUserGroupsCount(long groupId)
|
|
static List<UserGroup> |
getGroupUserUserGroups(long groupId,
long userId)
|
|
static IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
|
|
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
|
static PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
static UserGroupLocalService |
getService()
|
|
static long[] |
getTeamPrimaryKeys(long userGroupId)
Returns the teamIds of the teams associated with the user group. |
|
static List<UserGroup> |
getTeamUserGroups(long teamId)
|
|
static List<UserGroup> |
getTeamUserGroups(long teamId,
int start,
int end)
|
|
static List<UserGroup> |
getTeamUserGroups(long teamId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
static int |
getTeamUserGroupsCount(long teamId)
|
|
static UserGroup |
getUserGroup(long userGroupId)
Returns the user group with the primary key. |
|
static UserGroup |
getUserGroup(long companyId,
String name)
Returns the user group with the name. |
|
static UserGroup |
getUserGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the user group with the matching UUID and company. |
|
static List<UserGroup> |
getUserGroups(int start,
int end)
Returns a range of all the user groups. |
|
static List<UserGroup> |
getUserGroups(long companyId)
Returns all the user groups belonging to the company. |
|
static List<UserGroup> |
getUserGroups(long[] userGroupIds)
Returns all the user groups with the primary keys. |
|
static int |
getUserGroupsCount()
Returns the number of user groups. |
|
static long[] |
getUserPrimaryKeys(long userGroupId)
Returns the userIds of the users associated with the user group. |
|
static List<UserGroup> |
getUserUserGroups(long userId)
|
|
static List<UserGroup> |
getUserUserGroups(long userId,
int start,
int end)
|
|
static List<UserGroup> |
getUserUserGroups(long userId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
static int |
getUserUserGroupsCount(long userId)
|
|
static boolean |
hasGroupUserGroup(long groupId,
long userGroupId)
|
|
static boolean |
hasGroupUserGroups(long groupId)
|
|
static boolean |
hasTeamUserGroup(long teamId,
long userGroupId)
|
|
static boolean |
hasTeamUserGroups(long teamId)
|
|
static boolean |
hasUserUserGroup(long userId,
long userGroupId)
|
|
static boolean |
hasUserUserGroups(long userId)
|
|
static 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. |
|
static 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. |
|
static 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. |
|
static 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. |
|
static int |
searchCount(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of user groups that match the keywords |
|
static 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. |
|
static BaseModelSearchResult<UserGroup> |
searchUserGroups(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
|
|
static BaseModelSearchResult<UserGroup> |
searchUserGroups(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
|
|
static void |
setGroupUserGroups(long groupId,
long[] userGroupIds)
|
|
static void |
setTeamUserGroups(long teamId,
long[] userGroupIds)
|
|
static void |
setUserUserGroups(long userId,
long[] userGroupIds)
|
|
static void |
unsetGroupUserGroups(long groupId,
long[] userGroupIds)
Removes the user groups from the group. |
|
static void |
unsetTeamUserGroups(long teamId,
long[] userGroupIds)
Removes the user groups from the team. |
|
static UserGroup |
updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
Deprecated. As of 6.2.0, replaced by updateUserGroup(long, long,
String, String, ServiceContext) |
|
static UserGroup |
updateUserGroup(long companyId,
long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group. |
|
static UserGroup |
updateUserGroup(UserGroup userGroup)
Updates the user group in the database or adds it if it does not yet exist. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserGroupLocalServiceUtil()
| Method Detail |
|---|
public static void addGroupUserGroup(long groupId,
UserGroup userGroup)
public static void addGroupUserGroup(long groupId,
long userGroupId)
public static void addGroupUserGroups(long groupId,
List<UserGroup> UserGroups)
public static void addGroupUserGroups(long groupId,
long[] userGroupIds)
public static void addTeamUserGroup(long teamId,
UserGroup userGroup)
public static void addTeamUserGroup(long teamId,
long userGroupId)
public static void addTeamUserGroups(long teamId,
List<UserGroup> UserGroups)
public static void addTeamUserGroups(long teamId,
long[] userGroupIds)
public static UserGroup addUserGroup(UserGroup userGroup)
userGroup - the user group
@Deprecated
public static 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 description
PortalException
public static 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
public static void addUserUserGroup(long userId,
UserGroup userGroup)
public static void addUserUserGroup(long userId,
long userGroupId)
public static void addUserUserGroups(long userId,
List<UserGroup> UserGroups)
public static void addUserUserGroups(long userId,
long[] userGroupIds)
public static void clearGroupUserGroups(long groupId)
public static void clearTeamUserGroups(long teamId)
public static void clearUserUserGroups(long userId)
@Deprecated
public static void copyUserGroupLayouts(long userGroupId,
long userId)
throws PortalException
userGroupId - the primary key of the user groupuserId - the primary key of the user
PortalException
@Deprecated
public static void copyUserGroupLayouts(long userGroupId,
long[] userIds)
throws PortalException
userGroupId - the primary key of the user groupuserIds - the primary keys of the users
PortalException
@Deprecated
public static void copyUserGroupLayouts(long[] userGroupIds,
long userId)
throws PortalException
userGroupIds - the primary keys of the user groupsuserId - the primary key of the user
PortalExceptionpublic static UserGroup createUserGroup(long userGroupId)
userGroupId - the primary key for the new user group
public static void deleteGroupUserGroup(long groupId,
UserGroup userGroup)
public static void deleteGroupUserGroup(long groupId,
long userGroupId)
public static void deleteGroupUserGroups(long groupId,
List<UserGroup> UserGroups)
public static void deleteGroupUserGroups(long groupId,
long[] userGroupIds)
public static PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
PortalException
public static void deleteTeamUserGroup(long teamId,
UserGroup userGroup)
public static void deleteTeamUserGroup(long teamId,
long userGroupId)
public static void deleteTeamUserGroups(long teamId,
List<UserGroup> UserGroups)
public static void deleteTeamUserGroups(long teamId,
long[] userGroupIds)
public static UserGroup deleteUserGroup(UserGroup userGroup)
throws PortalException
userGroup - the user group
PortalException
public static UserGroup deleteUserGroup(long userGroupId)
throws PortalException
userGroupId - the primary key of the user group
PortalException - if a user group with the primary key could not be found
public static void deleteUserGroups(long companyId)
throws PortalException
PortalException
public static void deleteUserUserGroup(long userId,
UserGroup userGroup)
public static void deleteUserUserGroup(long userId,
long userGroupId)
public static void deleteUserUserGroups(long userId,
List<UserGroup> UserGroups)
public static void deleteUserUserGroups(long userId,
long[] userGroupIds)
public static DynamicQuery dynamicQuery()
public static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic query
public static <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)
public static <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)
public static long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic query
public static long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQuery - the dynamic queryprojection - the projection to apply to the query
public static UserGroup fetchUserGroup(long companyId,
String name)
public static UserGroup fetchUserGroup(long userGroupId)
public static UserGroup fetchUserGroupByUuidAndCompanyId(String uuid,
long companyId)
uuid - the user group's UUIDcompanyId - the primary key of the company
null if a matching user group could not be foundpublic static ActionableDynamicQuery getActionableDynamicQuery()
public static ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
public static long[] getGroupPrimaryKeys(long userGroupId)
userGroupId - the userGroupId of the user group
public static List<UserGroup> getGroupUserGroups(long groupId)
public static List<UserGroup> getGroupUserGroups(long groupId,
int start,
int end)
public static List<UserGroup> getGroupUserGroups(long groupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
public static int getGroupUserGroupsCount(long groupId)
public static List<UserGroup> getGroupUserUserGroups(long groupId,
long userId)
throws PortalException
PortalExceptionpublic static IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
public static String getOSGiServiceIdentifier()
public static PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
PortalExceptionpublic static long[] getTeamPrimaryKeys(long userGroupId)
userGroupId - the userGroupId of the user group
public static List<UserGroup> getTeamUserGroups(long teamId)
public static List<UserGroup> getTeamUserGroups(long teamId,
int start,
int end)
public static List<UserGroup> getTeamUserGroups(long teamId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
public static int getTeamUserGroupsCount(long teamId)
public static UserGroup getUserGroup(long companyId,
String name)
throws PortalException
companyId - the primary key of the user group's companyname - the user group's name
PortalException
public static UserGroup getUserGroup(long userGroupId)
throws PortalException
userGroupId - the primary key of the user group
PortalException - if a user group with the primary key could not be found
public static UserGroup getUserGroupByUuidAndCompanyId(String uuid,
long companyId)
throws PortalException
uuid - the user group's UUIDcompanyId - the primary key of the company
PortalException - if a matching user group could not be foundpublic static List<UserGroup> getUserGroups(long companyId)
companyId - the primary key of the user groups' company
public static 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)
public static List<UserGroup> getUserGroups(long[] userGroupIds)
throws PortalException
userGroupIds - the primary keys of the user groups
PortalExceptionpublic static int getUserGroupsCount()
public static long[] getUserPrimaryKeys(long userGroupId)
userGroupId - the userGroupId of the user group
public static List<UserGroup> getUserUserGroups(long userId)
public static List<UserGroup> getUserUserGroups(long userId,
int start,
int end)
public static List<UserGroup> getUserUserGroups(long userId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
public static int getUserUserGroupsCount(long userId)
public static boolean hasGroupUserGroup(long groupId,
long userGroupId)
public static boolean hasGroupUserGroups(long groupId)
public static boolean hasTeamUserGroup(long teamId,
long userGroupId)
public static boolean hasTeamUserGroups(long teamId)
public static boolean hasUserUserGroup(long userId,
long userGroupId)
public static boolean hasUserUserGroups(long userId)
public static 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 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)
obcUserGroupFinder
public static 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.portlet.usergroupsadmin.util.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.portlet.usergroupsadmin.util.UserGroupIndexer
public static 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 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)
obcUserGroupFinder
public static 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.portlet.usergroupsadmin.util.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)
UserGroupFinder
public static 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 static 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 field
UserGroupFinder
public static BaseModelSearchResult<UserGroup> searchUserGroups(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
throws PortalException
PortalException
public static BaseModelSearchResult<UserGroup> searchUserGroups(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
throws PortalException
PortalException
public static void setGroupUserGroups(long groupId,
long[] userGroupIds)
public static void setTeamUserGroups(long teamId,
long[] userGroupIds)
public static void setUserUserGroups(long userId,
long[] userGroupIds)
throws PortalException
PortalException
public static void unsetGroupUserGroups(long groupId,
long[] userGroupIds)
groupId - the primary key of the groupuserGroupIds - the primary keys of the user groups
public static void unsetTeamUserGroups(long teamId,
long[] userGroupIds)
teamId - the primary key of the teamuserGroupIds - the primary keys of the user groups
@Deprecated
public static 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 description
PortalException
public static 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.
PortalExceptionpublic static UserGroup updateUserGroup(UserGroup userGroup)
userGroup - the user group
public static UserGroupLocalService getService()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||