Uses of Interface
com.liferay.portal.kernel.model.UserGroup
Packages that use UserGroup
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
This package defines the portal comparator classes.
-
Uses of UserGroup in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement UserGroupFields in com.liferay.portal.kernel.model with type parameters of type UserGroupMethods in com.liferay.portal.kernel.model that return UserGroupModifier and TypeMethodDescriptionUserGroupModel.cloneWithOriginalValues()
UserGroupWrapper.cloneWithOriginalValues()
UserGroupGroupRole.getUserGroup()
UserGroupGroupRoleWrapper.getUserGroup()
Methods in com.liferay.portal.kernel.model that return types with arguments of type UserGroupModifier and TypeMethodDescriptionUserGroupWrapper.getAttributeGetterFunctions()
UserGroupWrapper.getAttributeSetterBiConsumers()
User.getUserGroups()
UserWrapper.getUserGroups()
Methods in com.liferay.portal.kernel.model with parameters of type UserGroupConstructors in com.liferay.portal.kernel.model with parameters of type UserGroup -
Uses of UserGroup in com.liferay.portal.kernel.security.membershippolicy
Methods in com.liferay.portal.kernel.security.membershippolicy that return types with arguments of type UserGroupMethods in com.liferay.portal.kernel.security.membershippolicy with parameters of type UserGroupModifier and TypeMethodDescriptionvoid
MembershipPolicyException.addUserGroup
(UserGroup userGroup) void
BaseUserGroupMembershipPolicy.verifyPolicy
(UserGroup userGroup) void
DummyUserGroupMembershipPolicy.verifyPolicy
(UserGroup userGroup) void
DummyUserGroupMembershipPolicy.verifyPolicy
(UserGroup userGroup, UserGroup oldUserGroup, Map<String, Serializable> oldExpandoAttributes) void
UserGroupMembershipPolicy.verifyPolicy
(UserGroup userGroup) Checks the integrity of the membership policy of the user group and performs operations necessary for the user group's compliance.void
UserGroupMembershipPolicy.verifyPolicy
(UserGroup userGroup, UserGroup oldUserGroup, Map<String, Serializable> oldExpandoAttributes) Checks the integrity of the membership policy of the user group, with respect to the user group's new attribute values and expando attributes, and performs operations necessary for the compliance of the user group. -
Uses of UserGroup in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return UserGroupModifier and TypeMethodDescriptionUserGroupLocalService.addOrUpdateUserGroup
(String externalReferenceCode, long userId, long companyId, String name, String description, ServiceContext serviceContext) static UserGroup
UserGroupLocalServiceUtil.addOrUpdateUserGroup
(String externalReferenceCode, long userId, long companyId, String name, String description, ServiceContext serviceContext) UserGroupLocalServiceWrapper.addOrUpdateUserGroup
(String externalReferenceCode, long userId, long companyId, String name, String description, ServiceContext serviceContext) UserGroupService.addOrUpdateUserGroup
(String externalReferenceCode, String name, String description, ServiceContext serviceContext) static UserGroup
UserGroupServiceUtil.addOrUpdateUserGroup
(String externalReferenceCode, String name, String description, ServiceContext serviceContext) UserGroupServiceWrapper.addOrUpdateUserGroup
(String externalReferenceCode, String name, String description, ServiceContext serviceContext) UserGroupLocalService.addUserGroup
(long userId, long companyId, String name, String description, ServiceContext serviceContext) Adds a user group.UserGroupLocalService.addUserGroup
(UserGroup userGroup) Adds the user group to the database.static UserGroup
UserGroupLocalServiceUtil.addUserGroup
(long userId, long companyId, String name, String description, ServiceContext serviceContext) Adds a user group.static UserGroup
UserGroupLocalServiceUtil.addUserGroup
(UserGroup userGroup) Adds the user group to the database.UserGroupLocalServiceWrapper.addUserGroup
(long userId, long companyId, String name, String description, ServiceContext serviceContext) Adds a user group.UserGroupLocalServiceWrapper.addUserGroup
(UserGroup userGroup) Adds the user group to the database.UserGroupService.addUserGroup
(String name, String description, ServiceContext serviceContext) Adds a user group.static UserGroup
UserGroupServiceUtil.addUserGroup
(String name, String description, ServiceContext serviceContext) Adds a user group.UserGroupServiceWrapper.addUserGroup
(String name, String description, ServiceContext serviceContext) Adds a user group.UserGroupLocalService.createUserGroup
(long userGroupId) Creates a new user group with the primary key.static UserGroup
UserGroupLocalServiceUtil.createUserGroup
(long userGroupId) Creates a new user group with the primary key.UserGroupLocalServiceWrapper.createUserGroup
(long userGroupId) Creates a new user group with the primary key.UserGroupLocalService.deleteUserGroup
(long userGroupId) Deletes the user group with the primary key from the database.UserGroupLocalService.deleteUserGroup
(UserGroup userGroup) Deletes the user group from the database.static UserGroup
UserGroupLocalServiceUtil.deleteUserGroup
(long userGroupId) Deletes the user group with the primary key from the database.static UserGroup
UserGroupLocalServiceUtil.deleteUserGroup
(UserGroup userGroup) Deletes the user group from the database.UserGroupLocalServiceWrapper.deleteUserGroup
(long userGroupId) Deletes the user group with the primary key from the database.UserGroupLocalServiceWrapper.deleteUserGroup
(UserGroup userGroup) Deletes the user group from the database.UserGroupLocalService.fetchUserGroup
(long userGroupId) UserGroupLocalService.fetchUserGroup
(long companyId, String name) static UserGroup
UserGroupLocalServiceUtil.fetchUserGroup
(long userGroupId) static UserGroup
UserGroupLocalServiceUtil.fetchUserGroup
(long companyId, String name) UserGroupLocalServiceWrapper.fetchUserGroup
(long userGroupId) UserGroupLocalServiceWrapper.fetchUserGroup
(long companyId, String name) UserGroupService.fetchUserGroup
(long userGroupId) Fetches the user group with the primary key.static UserGroup
UserGroupServiceUtil.fetchUserGroup
(long userGroupId) Fetches the user group with the primary key.UserGroupServiceWrapper.fetchUserGroup
(long userGroupId) Fetches the user group with the primary key.UserGroupLocalService.fetchUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) static UserGroup
UserGroupLocalServiceUtil.fetchUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) UserGroupLocalServiceWrapper.fetchUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) UserGroupService.fetchUserGroupByExternalReferenceCode
(long companyId, String externalReferenceCode) static UserGroup
UserGroupServiceUtil.fetchUserGroupByExternalReferenceCode
(long companyId, String externalReferenceCode) UserGroupServiceWrapper.fetchUserGroupByExternalReferenceCode
(long companyId, String externalReferenceCode) UserGroupLocalService.fetchUserGroupByUuidAndCompanyId
(String uuid, long companyId) Returns the user group with the matching UUID and company.static UserGroup
UserGroupLocalServiceUtil.fetchUserGroupByUuidAndCompanyId
(String uuid, long companyId) Returns the user group with the matching UUID and company.UserGroupLocalServiceWrapper.fetchUserGroupByUuidAndCompanyId
(String uuid, long companyId) Returns the user group with the matching UUID and company.UserGroupLocalService.getUserGroup
(long userGroupId) Returns the user group with the primary key.UserGroupLocalService.getUserGroup
(long companyId, String name) Returns the user group with the name.static UserGroup
UserGroupLocalServiceUtil.getUserGroup
(long userGroupId) Returns the user group with the primary key.static UserGroup
UserGroupLocalServiceUtil.getUserGroup
(long companyId, String name) Returns the user group with the name.UserGroupLocalServiceWrapper.getUserGroup
(long userGroupId) Returns the user group with the primary key.UserGroupLocalServiceWrapper.getUserGroup
(long companyId, String name) Returns the user group with the name.UserGroupService.getUserGroup
(long userGroupId) Returns the user group with the primary key.UserGroupService.getUserGroup
(String name) Returns the user group with the name.static UserGroup
UserGroupServiceUtil.getUserGroup
(long userGroupId) Returns the user group with the primary key.static UserGroup
UserGroupServiceUtil.getUserGroup
(String name) Returns the user group with the name.UserGroupServiceWrapper.getUserGroup
(long userGroupId) Returns the user group with the primary key.UserGroupServiceWrapper.getUserGroup
(String name) Returns the user group with the name.UserGroupLocalService.getUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) static UserGroup
UserGroupLocalServiceUtil.getUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) UserGroupLocalServiceWrapper.getUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) UserGroupService.getUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) static UserGroup
UserGroupServiceUtil.getUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) UserGroupServiceWrapper.getUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) UserGroupLocalService.getUserGroupByUuidAndCompanyId
(String uuid, long companyId) Returns the user group with the matching UUID and company.static UserGroup
UserGroupLocalServiceUtil.getUserGroupByUuidAndCompanyId
(String uuid, long companyId) Returns the user group with the matching UUID and company.UserGroupLocalServiceWrapper.getUserGroupByUuidAndCompanyId
(String uuid, long companyId) Returns the user group with the matching UUID and company.UserGroupLocalService.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) static UserGroup
UserGroupLocalServiceUtil.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) UserGroupLocalServiceWrapper.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) UserGroupService.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) static UserGroup
UserGroupServiceUtil.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) UserGroupServiceWrapper.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) UserGroupLocalService.updateUserGroup
(long companyId, long userGroupId, String name, String description, ServiceContext serviceContext) Updates the user group.UserGroupLocalService.updateUserGroup
(UserGroup userGroup) Updates the user group in the database or adds it if it does not yet exist.static UserGroup
UserGroupLocalServiceUtil.updateUserGroup
(long companyId, long userGroupId, String name, String description, ServiceContext serviceContext) Updates the user group.static UserGroup
UserGroupLocalServiceUtil.updateUserGroup
(UserGroup userGroup) Updates the user group in the database or adds it if it does not yet exist.UserGroupLocalServiceWrapper.updateUserGroup
(long companyId, long userGroupId, String name, String description, ServiceContext serviceContext) Updates the user group.UserGroupLocalServiceWrapper.updateUserGroup
(UserGroup userGroup) Updates the user group in the database or adds it if it does not yet exist.UserGroupService.updateUserGroup
(long userGroupId, String name, String description, ServiceContext serviceContext) Updates the user group.static UserGroup
UserGroupServiceUtil.updateUserGroup
(long userGroupId, String name, String description, ServiceContext serviceContext) Updates the user group.UserGroupServiceWrapper.updateUserGroup
(long userGroupId, String name, String description, ServiceContext serviceContext) Updates the user group.Methods in com.liferay.portal.kernel.service that return types with arguments of type UserGroupModifier and TypeMethodDescriptionUserGroupLocalService.getCTPersistence()
UserGroupLocalServiceWrapper.getCTPersistence()
UserGroupLocalService.getGroupUserGroups
(long groupId) UserGroupLocalService.getGroupUserGroups
(long groupId, int start, int end) UserGroupLocalService.getGroupUserGroups
(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceUtil.getGroupUserGroups
(long groupId) UserGroupLocalServiceUtil.getGroupUserGroups
(long groupId, int start, int end) UserGroupLocalServiceUtil.getGroupUserGroups
(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceWrapper.getGroupUserGroups
(long groupId) UserGroupLocalServiceWrapper.getGroupUserGroups
(long groupId, int start, int end) UserGroupLocalServiceWrapper.getGroupUserGroups
(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalService.getGroupUserUserGroups
(long groupId, long userId) UserGroupLocalServiceUtil.getGroupUserUserGroups
(long groupId, long userId) UserGroupLocalServiceWrapper.getGroupUserUserGroups
(long groupId, long userId) UserGroupService.getGtUserGroups
(long gtUserGroupId, long companyId, long parentUserGroupId, int size) UserGroupServiceUtil.getGtUserGroups
(long gtUserGroupId, long companyId, long parentUserGroupId, int size) UserGroupServiceWrapper.getGtUserGroups
(long gtUserGroupId, long companyId, long parentUserGroupId, int size) UserGroupLocalService.getModelClass()
UserGroupLocalServiceWrapper.getModelClass()
UserGroupLocalService.getTeamUserGroups
(long teamId) UserGroupLocalService.getTeamUserGroups
(long teamId, int start, int end) UserGroupLocalService.getTeamUserGroups
(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceUtil.getTeamUserGroups
(long teamId) UserGroupLocalServiceUtil.getTeamUserGroups
(long teamId, int start, int end) UserGroupLocalServiceUtil.getTeamUserGroups
(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceWrapper.getTeamUserGroups
(long teamId) UserGroupLocalServiceWrapper.getTeamUserGroups
(long teamId, int start, int end) UserGroupLocalServiceWrapper.getTeamUserGroups
(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalService.getUserGroups
(int start, int end) Returns a range of all the user groups.UserGroupLocalService.getUserGroups
(long companyId) Returns all the user groups belonging to the company.UserGroupLocalService.getUserGroups
(long[] userGroupIds) Returns all the user groups with the primary keys.UserGroupLocalService.getUserGroups
(long companyId, String name, int start, int end) UserGroupLocalService.getUserGroups
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceUtil.getUserGroups
(int start, int end) Returns a range of all the user groups.UserGroupLocalServiceUtil.getUserGroups
(long companyId) Returns all the user groups belonging to the company.UserGroupLocalServiceUtil.getUserGroups
(long[] userGroupIds) Returns all the user groups with the primary keys.UserGroupLocalServiceUtil.getUserGroups
(long companyId, String name, int start, int end) UserGroupLocalServiceUtil.getUserGroups
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceWrapper.getUserGroups
(int start, int end) Returns a range of all the user groups.UserGroupLocalServiceWrapper.getUserGroups
(long companyId) Returns all the user groups belonging to the company.UserGroupLocalServiceWrapper.getUserGroups
(long[] userGroupIds) Returns all the user groups with the primary keys.UserGroupLocalServiceWrapper.getUserGroups
(long companyId, String name, int start, int end) UserGroupLocalServiceWrapper.getUserGroups
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupService.getUserGroups
(long companyId) UserGroupService.getUserGroups
(long companyId, String name, int start, int end) UserGroupServiceUtil.getUserGroups
(long companyId) UserGroupServiceUtil.getUserGroups
(long companyId, String name, int start, int end) UserGroupServiceWrapper.getUserGroups
(long companyId) UserGroupServiceWrapper.getUserGroups
(long companyId, String name, int start, int end) UserGroupLocalService.getUserUserGroups
(long userId) UserGroupLocalService.getUserUserGroups
(long userId, int start, int end) UserGroupLocalService.getUserUserGroups
(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceUtil.getUserUserGroups
(long userId) UserGroupLocalServiceUtil.getUserUserGroups
(long userId, int start, int end) UserGroupLocalServiceUtil.getUserUserGroups
(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceWrapper.getUserUserGroups
(long userId) UserGroupLocalServiceWrapper.getUserUserGroups
(long userId, int start, int end) UserGroupLocalServiceWrapper.getUserUserGroups
(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupService.getUserUserGroups
(long userId) Returns all the user groups to which the user belongs.UserGroupServiceUtil.getUserUserGroups
(long userId) Returns all the user groups to which the user belongs.UserGroupServiceWrapper.getUserUserGroups
(long userId) Returns all the user groups to which the user belongs.UserGroupLocalService.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupLocalService.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupLocalServiceUtil.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupLocalServiceUtil.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupLocalServiceWrapper.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupLocalServiceWrapper.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupService.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupService.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupServiceUtil.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupServiceUtil.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupServiceWrapper.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupServiceWrapper.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupLocalService.searchUserGroups
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) UserGroupLocalService.searchUserGroups
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) static BaseModelSearchResult<UserGroup>
UserGroupLocalServiceUtil.searchUserGroups
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) static BaseModelSearchResult<UserGroup>
UserGroupLocalServiceUtil.searchUserGroups
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) UserGroupLocalServiceWrapper.searchUserGroups
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) UserGroupLocalServiceWrapper.searchUserGroups
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) Methods in com.liferay.portal.kernel.service with parameters of type UserGroupModifier and TypeMethodDescriptionboolean
UserGroupLocalService.addGroupUserGroup
(long groupId, UserGroup userGroup) static boolean
UserGroupLocalServiceUtil.addGroupUserGroup
(long groupId, UserGroup userGroup) boolean
UserGroupLocalServiceWrapper.addGroupUserGroup
(long groupId, UserGroup userGroup) boolean
UserGroupLocalService.addTeamUserGroup
(long teamId, UserGroup userGroup) static boolean
UserGroupLocalServiceUtil.addTeamUserGroup
(long teamId, UserGroup userGroup) boolean
UserGroupLocalServiceWrapper.addTeamUserGroup
(long teamId, UserGroup userGroup) UserGroupLocalService.addUserGroup
(UserGroup userGroup) Adds the user group to the database.static UserGroup
UserGroupLocalServiceUtil.addUserGroup
(UserGroup userGroup) Adds the user group to the database.UserGroupLocalServiceWrapper.addUserGroup
(UserGroup userGroup) Adds the user group to the database.boolean
UserGroupLocalService.addUserUserGroup
(long userId, UserGroup userGroup) static boolean
UserGroupLocalServiceUtil.addUserUserGroup
(long userId, UserGroup userGroup) boolean
UserGroupLocalServiceWrapper.addUserUserGroup
(long userId, UserGroup userGroup) void
UserGroupLocalService.deleteGroupUserGroup
(long groupId, UserGroup userGroup) static void
UserGroupLocalServiceUtil.deleteGroupUserGroup
(long groupId, UserGroup userGroup) void
UserGroupLocalServiceWrapper.deleteGroupUserGroup
(long groupId, UserGroup userGroup) void
UserGroupLocalService.deleteTeamUserGroup
(long teamId, UserGroup userGroup) static void
UserGroupLocalServiceUtil.deleteTeamUserGroup
(long teamId, UserGroup userGroup) void
UserGroupLocalServiceWrapper.deleteTeamUserGroup
(long teamId, UserGroup userGroup) UserGroupLocalService.deleteUserGroup
(UserGroup userGroup) Deletes the user group from the database.static UserGroup
UserGroupLocalServiceUtil.deleteUserGroup
(UserGroup userGroup) Deletes the user group from the database.UserGroupLocalServiceWrapper.deleteUserGroup
(UserGroup userGroup) Deletes the user group from the database.void
UserGroupLocalService.deleteUserUserGroup
(long userId, UserGroup userGroup) static void
UserGroupLocalServiceUtil.deleteUserUserGroup
(long userId, UserGroup userGroup) void
UserGroupLocalServiceWrapper.deleteUserUserGroup
(long userId, UserGroup userGroup) UserGroupLocalService.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) static UserGroup
UserGroupLocalServiceUtil.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) UserGroupLocalServiceWrapper.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) UserGroupService.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) static UserGroup
UserGroupServiceUtil.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) UserGroupServiceWrapper.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) UserGroupLocalService.updateUserGroup
(UserGroup userGroup) Updates the user group in the database or adds it if it does not yet exist.static UserGroup
UserGroupLocalServiceUtil.updateUserGroup
(UserGroup userGroup) Updates the user group in the database or adds it if it does not yet exist.UserGroupLocalServiceWrapper.updateUserGroup
(UserGroup userGroup) Updates the user group in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type UserGroupModifier and TypeMethodDescriptionboolean
UserGroupLocalService.addGroupUserGroups
(long groupId, List<UserGroup> userGroups) static boolean
UserGroupLocalServiceUtil.addGroupUserGroups
(long groupId, List<UserGroup> userGroups) boolean
UserGroupLocalServiceWrapper.addGroupUserGroups
(long groupId, List<UserGroup> userGroups) boolean
UserGroupLocalService.addTeamUserGroups
(long teamId, List<UserGroup> userGroups) static boolean
UserGroupLocalServiceUtil.addTeamUserGroups
(long teamId, List<UserGroup> userGroups) boolean
UserGroupLocalServiceWrapper.addTeamUserGroups
(long teamId, List<UserGroup> userGroups) boolean
UserGroupLocalService.addUserUserGroups
(long userId, List<UserGroup> userGroups) static boolean
UserGroupLocalServiceUtil.addUserUserGroups
(long userId, List<UserGroup> userGroups) boolean
UserGroupLocalServiceWrapper.addUserUserGroups
(long userId, List<UserGroup> userGroups) void
UserGroupLocalService.deleteGroupUserGroups
(long groupId, List<UserGroup> userGroups) static void
UserGroupLocalServiceUtil.deleteGroupUserGroups
(long groupId, List<UserGroup> userGroups) void
UserGroupLocalServiceWrapper.deleteGroupUserGroups
(long groupId, List<UserGroup> userGroups) void
UserGroupLocalService.deleteTeamUserGroups
(long teamId, List<UserGroup> userGroups) static void
UserGroupLocalServiceUtil.deleteTeamUserGroups
(long teamId, List<UserGroup> userGroups) void
UserGroupLocalServiceWrapper.deleteTeamUserGroups
(long teamId, List<UserGroup> userGroups) void
UserGroupLocalService.deleteUserUserGroups
(long userId, List<UserGroup> userGroups) static void
UserGroupLocalServiceUtil.deleteUserUserGroups
(long userId, List<UserGroup> userGroups) void
UserGroupLocalServiceWrapper.deleteUserUserGroups
(long userId, List<UserGroup> userGroups) UserGroupLocalService.getGroupUserGroups
(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceUtil.getGroupUserGroups
(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceWrapper.getGroupUserGroups
(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalService.getTeamUserGroups
(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceUtil.getTeamUserGroups
(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceWrapper.getTeamUserGroups
(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalService.getUserGroups
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceUtil.getUserGroups
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceWrapper.getUserGroups
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) GroupLocalService.getUserGroupsGroups
(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupLocalServiceUtil.getUserGroupsGroups
(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupLocalServiceWrapper.getUserGroupsGroups
(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupService.getUserGroupsGroups
(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupServiceUtil.getUserGroupsGroups
(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupServiceWrapper.getUserGroupsGroups
(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupLocalService.getUserGroupsRelatedGroups
(List<UserGroup> userGroups) Returns all the groups related to the user groups.GroupLocalServiceUtil.getUserGroupsRelatedGroups
(List<UserGroup> userGroups) Returns all the groups related to the user groups.GroupLocalServiceWrapper.getUserGroupsRelatedGroups
(List<UserGroup> userGroups) Returns all the groups related to the user groups.UserGroupLocalService.getUserUserGroups
(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceUtil.getUserUserGroups
(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceWrapper.getUserUserGroups
(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalService.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupLocalService.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupLocalServiceUtil.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupLocalServiceUtil.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupLocalServiceWrapper.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupLocalServiceWrapper.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupService.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupService.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupServiceUtil.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupServiceUtil.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupServiceWrapper.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupServiceWrapper.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.<R,
E extends Throwable>
RUserGroupLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<UserGroup>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RUserGroupLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<UserGroup>, R, E> updateUnsafeFunction) -
Uses of UserGroup in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return UserGroupModifier and TypeMethodDescriptionUserGroupPersistence.create
(long userGroupId) Creates a new user group with the primary key.static UserGroup
UserGroupUtil.create
(long userGroupId) Creates a new user group with the primary key.UserGroupPersistence.fetchByC_LikeN_First
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup
UserGroupUtil.fetchByC_LikeN_First
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.fetchByC_LikeN_Last
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup
UserGroupUtil.fetchByC_LikeN_Last
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.fetchByC_N
(long companyId, String name) Returns the user group where companyId = ? and name = ? or returnsnull
if it could not be found.UserGroupPersistence.fetchByC_N
(long companyId, String name, boolean useFinderCache) Returns the user group where companyId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.static UserGroup
UserGroupUtil.fetchByC_N
(long companyId, String name) Returns the user group where companyId = ? and name = ? or returnsnull
if it could not be found.static UserGroup
UserGroupUtil.fetchByC_N
(long companyId, String name, boolean useFinderCache) Returns the user group where companyId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.UserGroupPersistence.fetchByC_P_First
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.fetchByC_P_First
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.fetchByC_P_Last
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.fetchByC_P_Last
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ?.static UserGroup
UserGroupUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ?.UserGroupPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ?.static UserGroup
UserGroupUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ?.UserGroupPersistence.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the user group where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.UserGroupPersistence.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the user group where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.static UserGroup
UserGroupUtil.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the user group where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.static UserGroup
UserGroupUtil.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the user group where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.UserGroupPersistence.fetchByGtU_C_P_First
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.fetchByGtU_C_P_First
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.fetchByGtU_C_P_Last
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.fetchByGtU_C_P_Last
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.fetchByPrimaryKey
(long userGroupId) Returns the user group with the primary key or returnsnull
if it could not be found.static UserGroup
UserGroupUtil.fetchByPrimaryKey
(long userGroupId) Returns the user group with the primary key or returnsnull
if it could not be found.UserGroupPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ? and companyId = ?.static UserGroup
UserGroupUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ? and companyId = ?.static UserGroup
UserGroupUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.fetchByUuid_First
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ?.static UserGroup
UserGroupUtil.fetchByUuid_First
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ?.UserGroupPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ?.static UserGroup
UserGroupUtil.fetchByUuid_Last
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ?.UserGroupPersistence.filterFindByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and name LIKE ?.static UserGroup[]
UserGroupUtil.filterFindByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and name LIKE ?.UserGroupPersistence.filterFindByC_P_PrevAndNext
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.static UserGroup[]
UserGroupUtil.filterFindByC_P_PrevAndNext
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.filterFindByCompanyId_PrevAndNext
(long userGroupId, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.static UserGroup[]
UserGroupUtil.filterFindByCompanyId_PrevAndNext
(long userGroupId, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.UserGroupPersistence.filterFindByUuid_C_PrevAndNext
(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.static UserGroup[]
UserGroupUtil.filterFindByUuid_C_PrevAndNext
(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.UserGroupPersistence.filterFindByUuid_PrevAndNext
(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.static UserGroup[]
UserGroupUtil.filterFindByUuid_PrevAndNext
(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.UserGroupPersistence.findByC_LikeN_First
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup
UserGroupUtil.findByC_LikeN_First
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup
UserGroupUtil.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup[]
UserGroupUtil.findByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ? and name LIKE ?.Returns the user group where companyId = ? and name = ? or throws aNoSuchUserGroupException
if it could not be found.static UserGroup
Returns the user group where companyId = ? and name = ? or throws aNoSuchUserGroupException
if it could not be found.UserGroupPersistence.findByC_P_First
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.findByC_P_First
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByC_P_Last
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.findByC_P_Last
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByC_P_PrevAndNext
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup[]
UserGroupUtil.findByC_P_PrevAndNext
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByCompanyId_First
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ?.static UserGroup
UserGroupUtil.findByCompanyId_First
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ?.UserGroupPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ?.static UserGroup
UserGroupUtil.findByCompanyId_Last
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ?.UserGroupPersistence.findByCompanyId_PrevAndNext
(long userGroupId, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ?.static UserGroup[]
UserGroupUtil.findByCompanyId_PrevAndNext
(long userGroupId, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ?.UserGroupPersistence.findByERC_C
(String externalReferenceCode, long companyId) Returns the user group where externalReferenceCode = ? and companyId = ? or throws aNoSuchUserGroupException
if it could not be found.static UserGroup
UserGroupUtil.findByERC_C
(String externalReferenceCode, long companyId) Returns the user group where externalReferenceCode = ? and companyId = ? or throws aNoSuchUserGroupException
if it could not be found.UserGroupPersistence.findByGtU_C_P_First
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.findByGtU_C_P_First
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByGtU_C_P_Last
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.findByGtU_C_P_Last
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByPrimaryKey
(long userGroupId) Returns the user group with the primary key or throws aNoSuchUserGroupException
if it could not be found.static UserGroup
UserGroupUtil.findByPrimaryKey
(long userGroupId) Returns the user group with the primary key or throws aNoSuchUserGroupException
if it could not be found.UserGroupPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ? and companyId = ?.static UserGroup
UserGroupUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ? and companyId = ?.static UserGroup
UserGroupUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_C_PrevAndNext
(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.static UserGroup[]
UserGroupUtil.findByUuid_C_PrevAndNext
(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_First
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ?.static UserGroup
UserGroupUtil.findByUuid_First
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ?.UserGroupPersistence.findByUuid_Last
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ?.static UserGroup
UserGroupUtil.findByUuid_Last
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ?.UserGroupPersistence.findByUuid_PrevAndNext
(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where uuid = ?.static UserGroup[]
UserGroupUtil.findByUuid_PrevAndNext
(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where uuid = ?.UserGroupPersistence.remove
(long userGroupId) Removes the user group with the primary key from the database.static UserGroup
UserGroupUtil.remove
(long userGroupId) Removes the user group with the primary key from the database.UserGroupPersistence.removeByC_N
(long companyId, String name) Removes the user group where companyId = ? and name = ? from the database.static UserGroup
UserGroupUtil.removeByC_N
(long companyId, String name) Removes the user group where companyId = ? and name = ? from the database.UserGroupPersistence.removeByERC_C
(String externalReferenceCode, long companyId) Removes the user group where externalReferenceCode = ? and companyId = ? from the database.static UserGroup
UserGroupUtil.removeByERC_C
(String externalReferenceCode, long companyId) Removes the user group where externalReferenceCode = ? and companyId = ? from the database.static UserGroup
static UserGroup
UserGroupUtil.update
(UserGroup userGroup, ServiceContext serviceContext) UserGroupPersistence.updateImpl
(UserGroup userGroup) static UserGroup
UserGroupUtil.updateImpl
(UserGroup userGroup) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type UserGroupModifier and TypeMethodDescriptionstatic Map<Serializable,
UserGroup> UserGroupUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) UserGroupPersistence.filterFindByC_LikeN
(long companyId, String name) Returns all the user groups that the user has permission to view where companyId = ? and name LIKE ?.UserGroupPersistence.filterFindByC_LikeN
(long companyId, String name, int start, int end) Returns a range of all the user groups that the user has permission to view where companyId = ? and name LIKE ?.UserGroupPersistence.filterFindByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and name LIKE ?.UserGroupUtil.filterFindByC_LikeN
(long companyId, String name) Returns all the user groups that the user has permission to view where companyId = ? and name LIKE ?.UserGroupUtil.filterFindByC_LikeN
(long companyId, String name, int start, int end) Returns a range of all the user groups that the user has permission to view where companyId = ? and name LIKE ?.UserGroupUtil.filterFindByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and name LIKE ?.UserGroupFinder.filterFindByC_N_D
(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinder.filterFindByC_N_D
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.filterFindByC_N_D
(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.filterFindByC_N_D
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupPersistence.filterFindByC_P
(long companyId, long parentUserGroupId) Returns all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.filterFindByC_P
(long companyId, long parentUserGroupId, int start, int end) Returns a range of all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.filterFindByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.UserGroupUtil.filterFindByC_P
(long companyId, long parentUserGroupId) Returns all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.UserGroupUtil.filterFindByC_P
(long companyId, long parentUserGroupId, int start, int end) Returns a range of all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.UserGroupUtil.filterFindByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.filterFindByCompanyId
(long companyId) Returns all the user groups that the user has permission to view where companyId = ?.UserGroupPersistence.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the user groups that the user has permission to view where companyId = ?.UserGroupPersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.UserGroupUtil.filterFindByCompanyId
(long companyId) Returns all the user groups that the user has permission to view where companyId = ?.UserGroupUtil.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the user groups that the user has permission to view where companyId = ?.UserGroupUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.UserGroupPersistence.filterFindByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId) Returns all the user groups that the user has permission to view where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.filterFindByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end) Returns a range of all the user groups that the user has permission to view where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.filterFindByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupUtil.filterFindByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId) Returns all the user groups that the user has permission to view where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupUtil.filterFindByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end) Returns a range of all the user groups that the user has permission to view where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupUtil.filterFindByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupFinder.filterFindByKeywords
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.filterFindByKeywords
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupPersistence.filterFindByUuid
(String uuid) Returns all the user groups that the user has permission to view where uuid = ?.UserGroupPersistence.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the user groups that the user has permission to view where uuid = ?.UserGroupPersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.UserGroupUtil.filterFindByUuid
(String uuid) Returns all the user groups that the user has permission to view where uuid = ?.UserGroupUtil.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the user groups that the user has permission to view where uuid = ?.UserGroupUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.UserGroupPersistence.filterFindByUuid_C
(String uuid, long companyId) Returns all the user groups that the user has permission to view where uuid = ? and companyId = ?.UserGroupPersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the user groups that the user has permission to view where uuid = ? and companyId = ?.UserGroupPersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.UserGroupUtil.filterFindByUuid_C
(String uuid, long companyId) Returns all the user groups that the user has permission to view where uuid = ? and companyId = ?.UserGroupUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the user groups that the user has permission to view where uuid = ? and companyId = ?.UserGroupUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.UserGroupPersistence.findAll()
Returns all the user groups.UserGroupPersistence.findAll
(int start, int end) Returns a range of all the user groups.UserGroupPersistence.findAll
(int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups.UserGroupPersistence.findAll
(int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups.UserGroupUtil.findAll()
Returns all the user groups.UserGroupUtil.findAll
(int start, int end) Returns a range of all the user groups.UserGroupUtil.findAll
(int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups.UserGroupUtil.findAll
(int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups.UserGroupPersistence.findByC_LikeN
(long companyId, String name) Returns all the user groups where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN
(long companyId, String name, int start, int end) Returns a range of all the user groups where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ? and name LIKE ?.UserGroupUtil.findByC_LikeN
(long companyId, String name) Returns all the user groups where companyId = ? and name LIKE ?.UserGroupUtil.findByC_LikeN
(long companyId, String name, int start, int end) Returns a range of all the user groups where companyId = ? and name LIKE ?.UserGroupUtil.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ? and name LIKE ?.UserGroupUtil.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ? and name LIKE ?.UserGroupFinder.findByC_N_D
(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinder.findByC_N_D
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.findByC_N_D
(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.findByC_N_D
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupPersistence.findByC_P
(long companyId, long parentUserGroupId) Returns all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByC_P
(long companyId, long parentUserGroupId, int start, int end) Returns a range of all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByC_P
(long companyId, long parentUserGroupId) Returns all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByC_P
(long companyId, long parentUserGroupId, int start, int end) Returns a range of all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByCompanyId
(long companyId) Returns all the user groups where companyId = ?.UserGroupPersistence.findByCompanyId
(long companyId, int start, int end) Returns a range of all the user groups where companyId = ?.UserGroupPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ?.UserGroupPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ?.UserGroupUtil.findByCompanyId
(long companyId) Returns all the user groups where companyId = ?.UserGroupUtil.findByCompanyId
(long companyId, int start, int end) Returns a range of all the user groups where companyId = ?.UserGroupUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ?.UserGroupUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ?.UserGroupPersistence.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId) Returns all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end) Returns a range of all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId) Returns all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end) Returns a range of all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupFinder.findByKeywords
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.findByKeywords
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupPersistence.findByUuid
(String uuid) Returns all the user groups where uuid = ?.UserGroupPersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the user groups where uuid = ?.UserGroupPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where uuid = ?.UserGroupPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where uuid = ?.UserGroupUtil.findByUuid
(String uuid) Returns all the user groups where uuid = ?.UserGroupUtil.findByUuid
(String uuid, int start, int end) Returns a range of all the user groups where uuid = ?.UserGroupUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where uuid = ?.UserGroupUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where uuid = ?.UserGroupPersistence.findByUuid_C
(String uuid, long companyId) Returns all the user groups where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the user groups where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where uuid = ? and companyId = ?.UserGroupUtil.findByUuid_C
(String uuid, long companyId) Returns all the user groups where uuid = ? and companyId = ?.UserGroupUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the user groups where uuid = ? and companyId = ?.UserGroupUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where uuid = ? and companyId = ?.UserGroupUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where uuid = ? and companyId = ?.UserGroupUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) UserGroupUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) UserGroupUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserGroup> orderByComparator) GroupPersistence.getUserGroups
(long pk) Returns all the user groups associated with the group.GroupPersistence.getUserGroups
(long pk, int start, int end) Returns a range of all the user groups associated with the group.GroupPersistence.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the group.GroupUtil.getUserGroups
(long pk) Returns all the user groups associated with the group.GroupUtil.getUserGroups
(long pk, int start, int end) Returns a range of all the user groups associated with the group.GroupUtil.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the group.TeamPersistence.getUserGroups
(long pk) Returns all the user groups associated with the team.TeamPersistence.getUserGroups
(long pk, int start, int end) Returns a range of all the user groups associated with the team.TeamPersistence.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the team.TeamUtil.getUserGroups
(long pk) Returns all the user groups associated with the team.TeamUtil.getUserGroups
(long pk, int start, int end) Returns a range of all the user groups associated with the team.TeamUtil.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the team.UserPersistence.getUserGroups
(long pk) Returns all the user groups associated with the user.UserPersistence.getUserGroups
(long pk, int start, int end) Returns a range of all the user groups associated with the user.UserPersistence.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the user.UserUtil.getUserGroups
(long pk) Returns all the user groups associated with the user.UserUtil.getUserGroups
(long pk, int start, int end) Returns a range of all the user groups associated with the user.UserUtil.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the user.Methods in com.liferay.portal.kernel.service.persistence with parameters of type UserGroupModifier and TypeMethodDescriptionboolean
GroupPersistence.addUserGroup
(long pk, UserGroup userGroup) Adds an association between the group and the user group.static boolean
GroupUtil.addUserGroup
(long pk, UserGroup userGroup) Adds an association between the group and the user group.boolean
TeamPersistence.addUserGroup
(long pk, UserGroup userGroup) Adds an association between the team and the user group.static boolean
TeamUtil.addUserGroup
(long pk, UserGroup userGroup) Adds an association between the team and the user group.boolean
UserPersistence.addUserGroup
(long pk, UserGroup userGroup) Adds an association between the user and the user group.static boolean
UserUtil.addUserGroup
(long pk, UserGroup userGroup) Adds an association between the user and the user group.void
UserGroupPersistence.cacheResult
(UserGroup userGroup) Caches the user group in the entity cache if it is enabled.static void
UserGroupUtil.cacheResult
(UserGroup userGroup) Caches the user group in the entity cache if it is enabled.static void
UserGroupUtil.clearCache
(UserGroup userGroup) void
GroupPersistence.removeUserGroup
(long pk, UserGroup userGroup) Removes the association between the group and the user group.static void
GroupUtil.removeUserGroup
(long pk, UserGroup userGroup) Removes the association between the group and the user group.void
TeamPersistence.removeUserGroup
(long pk, UserGroup userGroup) Removes the association between the team and the user group.static void
TeamUtil.removeUserGroup
(long pk, UserGroup userGroup) Removes the association between the team and the user group.void
UserPersistence.removeUserGroup
(long pk, UserGroup userGroup) Removes the association between the user and the user group.static void
UserUtil.removeUserGroup
(long pk, UserGroup userGroup) Removes the association between the user and the user group.static UserGroup
static UserGroup
UserGroupUtil.update
(UserGroup userGroup, ServiceContext serviceContext) UserGroupPersistence.updateImpl
(UserGroup userGroup) static UserGroup
UserGroupUtil.updateImpl
(UserGroup userGroup) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type UserGroupModifier and TypeMethodDescriptionboolean
GroupPersistence.addUserGroups
(long pk, List<UserGroup> userGroups) Adds an association between the group and the user groups.static boolean
GroupUtil.addUserGroups
(long pk, List<UserGroup> userGroups) Adds an association between the group and the user groups.boolean
TeamPersistence.addUserGroups
(long pk, List<UserGroup> userGroups) Adds an association between the team and the user groups.static boolean
TeamUtil.addUserGroups
(long pk, List<UserGroup> userGroups) Adds an association between the team and the user groups.boolean
UserPersistence.addUserGroups
(long pk, List<UserGroup> userGroups) Adds an association between the user and the user groups.static boolean
UserUtil.addUserGroups
(long pk, List<UserGroup> userGroups) Adds an association between the user and the user groups.void
UserGroupPersistence.cacheResult
(List<UserGroup> userGroups) Caches the user groups in the entity cache if it is enabled.static void
UserGroupUtil.cacheResult
(List<UserGroup> userGroups) Caches the user groups in the entity cache if it is enabled.UserGroupPersistence.fetchByC_LikeN_First
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup
UserGroupUtil.fetchByC_LikeN_First
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.fetchByC_LikeN_Last
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup
UserGroupUtil.fetchByC_LikeN_Last
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.fetchByC_P_First
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.fetchByC_P_First
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.fetchByC_P_Last
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.fetchByC_P_Last
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ?.static UserGroup
UserGroupUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ?.UserGroupPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ?.static UserGroup
UserGroupUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ?.UserGroupPersistence.fetchByGtU_C_P_First
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.fetchByGtU_C_P_First
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.fetchByGtU_C_P_Last
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.fetchByGtU_C_P_Last
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ? and companyId = ?.static UserGroup
UserGroupUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ? and companyId = ?.static UserGroup
UserGroupUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.fetchByUuid_First
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ?.static UserGroup
UserGroupUtil.fetchByUuid_First
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ?.UserGroupPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ?.static UserGroup
UserGroupUtil.fetchByUuid_Last
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ?.UserGroupPersistence.filterFindByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and name LIKE ?.UserGroupUtil.filterFindByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and name LIKE ?.UserGroupPersistence.filterFindByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and name LIKE ?.static UserGroup[]
UserGroupUtil.filterFindByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and name LIKE ?.UserGroupFinder.filterFindByC_N_D
(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinder.filterFindByC_N_D
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.filterFindByC_N_D
(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.filterFindByC_N_D
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupPersistence.filterFindByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.UserGroupUtil.filterFindByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.filterFindByC_P_PrevAndNext
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.static UserGroup[]
UserGroupUtil.filterFindByC_P_PrevAndNext
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.UserGroupUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.UserGroupPersistence.filterFindByCompanyId_PrevAndNext
(long userGroupId, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.static UserGroup[]
UserGroupUtil.filterFindByCompanyId_PrevAndNext
(long userGroupId, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.UserGroupPersistence.filterFindByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupUtil.filterFindByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupFinder.filterFindByKeywords
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.filterFindByKeywords
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupPersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.UserGroupUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.UserGroupPersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.UserGroupUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.UserGroupPersistence.filterFindByUuid_C_PrevAndNext
(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.static UserGroup[]
UserGroupUtil.filterFindByUuid_C_PrevAndNext
(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.UserGroupPersistence.filterFindByUuid_PrevAndNext
(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.static UserGroup[]
UserGroupUtil.filterFindByUuid_PrevAndNext
(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.UserGroupPersistence.findAll
(int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups.UserGroupPersistence.findAll
(int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups.UserGroupUtil.findAll
(int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups.UserGroupUtil.findAll
(int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups.UserGroupPersistence.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ? and name LIKE ?.UserGroupUtil.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ? and name LIKE ?.UserGroupUtil.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN_First
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup
UserGroupUtil.findByC_LikeN_First
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup
UserGroupUtil.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup[]
UserGroupUtil.findByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ? and name LIKE ?.UserGroupFinder.findByC_N_D
(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinder.findByC_N_D
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.findByC_N_D
(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.findByC_N_D
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupPersistence.findByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByC_P_First
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.findByC_P_First
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByC_P_Last
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.findByC_P_Last
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByC_P_PrevAndNext
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup[]
UserGroupUtil.findByC_P_PrevAndNext
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ?.UserGroupPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ?.UserGroupUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ?.UserGroupUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ?.UserGroupPersistence.findByCompanyId_First
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ?.static UserGroup
UserGroupUtil.findByCompanyId_First
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ?.UserGroupPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ?.static UserGroup
UserGroupUtil.findByCompanyId_Last
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ?.UserGroupPersistence.findByCompanyId_PrevAndNext
(long userGroupId, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ?.static UserGroup[]
UserGroupUtil.findByCompanyId_PrevAndNext
(long userGroupId, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ?.UserGroupPersistence.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByGtU_C_P_First
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.findByGtU_C_P_First
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByGtU_C_P_Last
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.findByGtU_C_P_Last
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupFinder.findByKeywords
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.findByKeywords
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where uuid = ?.UserGroupPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where uuid = ?.UserGroupUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where uuid = ?.UserGroupUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where uuid = ?.UserGroupPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where uuid = ? and companyId = ?.UserGroupUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where uuid = ? and companyId = ?.UserGroupUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ? and companyId = ?.static UserGroup
UserGroupUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ? and companyId = ?.static UserGroup
UserGroupUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_C_PrevAndNext
(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.static UserGroup[]
UserGroupUtil.findByUuid_C_PrevAndNext
(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_First
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ?.static UserGroup
UserGroupUtil.findByUuid_First
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ?.UserGroupPersistence.findByUuid_Last
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ?.static UserGroup
UserGroupUtil.findByUuid_Last
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ?.UserGroupPersistence.findByUuid_PrevAndNext
(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where uuid = ?.static UserGroup[]
UserGroupUtil.findByUuid_PrevAndNext
(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where uuid = ?.UserGroupUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserGroup> orderByComparator) GroupPersistence.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the group.GroupUtil.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the group.TeamPersistence.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the team.TeamUtil.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the team.UserPersistence.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the user.UserUtil.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the user.void
GroupPersistence.removeUserGroups
(long pk, List<UserGroup> userGroups) Removes the association between the group and the user groups.static void
GroupUtil.removeUserGroups
(long pk, List<UserGroup> userGroups) Removes the association between the group and the user groups.void
TeamPersistence.removeUserGroups
(long pk, List<UserGroup> userGroups) Removes the association between the team and the user groups.static void
TeamUtil.removeUserGroups
(long pk, List<UserGroup> userGroups) Removes the association between the team and the user groups.void
UserPersistence.removeUserGroups
(long pk, List<UserGroup> userGroups) Removes the association between the user and the user groups.static void
UserUtil.removeUserGroups
(long pk, List<UserGroup> userGroups) Removes the association between the user and the user groups.void
GroupPersistence.setUserGroups
(long pk, List<UserGroup> userGroups) Sets the user groups associated with the group, removing and adding associations as necessary.static void
GroupUtil.setUserGroups
(long pk, List<UserGroup> userGroups) Sets the user groups associated with the group, removing and adding associations as necessary.void
TeamPersistence.setUserGroups
(long pk, List<UserGroup> userGroups) Sets the user groups associated with the team, removing and adding associations as necessary.static void
TeamUtil.setUserGroups
(long pk, List<UserGroup> userGroups) Sets the user groups associated with the team, removing and adding associations as necessary.void
UserPersistence.setUserGroups
(long pk, List<UserGroup> userGroups) Sets the user groups associated with the user, removing and adding associations as necessary.static void
UserUtil.setUserGroups
(long pk, List<UserGroup> userGroups) Sets the user groups associated with the user, removing and adding associations as necessary. -
Uses of UserGroup in com.liferay.portal.kernel.util.comparator
Methods in com.liferay.portal.kernel.util.comparator with parameters of type UserGroup