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 TypeMethodDescriptionvoidMembershipPolicyException.addUserGroup(UserGroup userGroup) voidBaseUserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup) voidDummyUserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup) voidDummyUserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup, UserGroup oldUserGroup, Map<String, Serializable> oldExpandoAttributes) voidUserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup) Checks the integrity of the membership policy of the user group and performs operations necessary for the user group's compliance.voidUserGroupMembershipPolicy.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 UserGroupUserGroupLocalServiceUtil.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 UserGroupUserGroupServiceUtil.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 UserGroupUserGroupLocalServiceUtil.addUserGroup(long userId, long companyId, String name, String description, ServiceContext serviceContext) Adds a user group.static UserGroupUserGroupLocalServiceUtil.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 UserGroupUserGroupServiceUtil.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 UserGroupUserGroupLocalServiceUtil.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 UserGroupUserGroupLocalServiceUtil.deleteUserGroup(long userGroupId) Deletes the user group with the primary key from the database.static UserGroupUserGroupLocalServiceUtil.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 UserGroupUserGroupLocalServiceUtil.fetchUserGroup(long userGroupId) static UserGroupUserGroupLocalServiceUtil.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 UserGroupUserGroupServiceUtil.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 UserGroupUserGroupLocalServiceUtil.fetchUserGroupByExternalReferenceCode(String externalReferenceCode, long companyId) UserGroupLocalServiceWrapper.fetchUserGroupByExternalReferenceCode(String externalReferenceCode, long companyId) UserGroupService.fetchUserGroupByExternalReferenceCode(long companyId, String externalReferenceCode) static UserGroupUserGroupServiceUtil.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 UserGroupUserGroupLocalServiceUtil.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 UserGroupUserGroupLocalServiceUtil.getUserGroup(long userGroupId) Returns the user group with the primary key.static UserGroupUserGroupLocalServiceUtil.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 UserGroupUserGroupServiceUtil.getUserGroup(long userGroupId) Returns the user group with the primary key.static UserGroupUserGroupServiceUtil.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 UserGroupUserGroupLocalServiceUtil.getUserGroupByExternalReferenceCode(String externalReferenceCode, long companyId) UserGroupLocalServiceWrapper.getUserGroupByExternalReferenceCode(String externalReferenceCode, long companyId) UserGroupService.getUserGroupByExternalReferenceCode(String externalReferenceCode, long companyId) static UserGroupUserGroupServiceUtil.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 UserGroupUserGroupLocalServiceUtil.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 UserGroupUserGroupLocalServiceUtil.updateExternalReferenceCode(UserGroup userGroup, String externalReferenceCode) UserGroupLocalServiceWrapper.updateExternalReferenceCode(UserGroup userGroup, String externalReferenceCode) UserGroupService.updateExternalReferenceCode(UserGroup userGroup, String externalReferenceCode) static UserGroupUserGroupServiceUtil.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 UserGroupUserGroupLocalServiceUtil.updateUserGroup(long companyId, long userGroupId, String name, String description, ServiceContext serviceContext) Updates the user group.static UserGroupUserGroupLocalServiceUtil.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 UserGroupUserGroupServiceUtil.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 TypeMethodDescriptionbooleanUserGroupLocalService.addGroupUserGroup(long groupId, UserGroup userGroup) static booleanUserGroupLocalServiceUtil.addGroupUserGroup(long groupId, UserGroup userGroup) booleanUserGroupLocalServiceWrapper.addGroupUserGroup(long groupId, UserGroup userGroup) booleanUserGroupLocalService.addTeamUserGroup(long teamId, UserGroup userGroup) static booleanUserGroupLocalServiceUtil.addTeamUserGroup(long teamId, UserGroup userGroup) booleanUserGroupLocalServiceWrapper.addTeamUserGroup(long teamId, UserGroup userGroup) UserGroupLocalService.addUserGroup(UserGroup userGroup) Adds the user group to the database.static UserGroupUserGroupLocalServiceUtil.addUserGroup(UserGroup userGroup) Adds the user group to the database.UserGroupLocalServiceWrapper.addUserGroup(UserGroup userGroup) Adds the user group to the database.booleanUserGroupLocalService.addUserUserGroup(long userId, UserGroup userGroup) static booleanUserGroupLocalServiceUtil.addUserUserGroup(long userId, UserGroup userGroup) booleanUserGroupLocalServiceWrapper.addUserUserGroup(long userId, UserGroup userGroup) voidUserGroupLocalService.deleteGroupUserGroup(long groupId, UserGroup userGroup) static voidUserGroupLocalServiceUtil.deleteGroupUserGroup(long groupId, UserGroup userGroup) voidUserGroupLocalServiceWrapper.deleteGroupUserGroup(long groupId, UserGroup userGroup) voidUserGroupLocalService.deleteTeamUserGroup(long teamId, UserGroup userGroup) static voidUserGroupLocalServiceUtil.deleteTeamUserGroup(long teamId, UserGroup userGroup) voidUserGroupLocalServiceWrapper.deleteTeamUserGroup(long teamId, UserGroup userGroup) UserGroupLocalService.deleteUserGroup(UserGroup userGroup) Deletes the user group from the database.static UserGroupUserGroupLocalServiceUtil.deleteUserGroup(UserGroup userGroup) Deletes the user group from the database.UserGroupLocalServiceWrapper.deleteUserGroup(UserGroup userGroup) Deletes the user group from the database.voidUserGroupLocalService.deleteUserUserGroup(long userId, UserGroup userGroup) static voidUserGroupLocalServiceUtil.deleteUserUserGroup(long userId, UserGroup userGroup) voidUserGroupLocalServiceWrapper.deleteUserUserGroup(long userId, UserGroup userGroup) UserGroupLocalService.updateExternalReferenceCode(UserGroup userGroup, String externalReferenceCode) static UserGroupUserGroupLocalServiceUtil.updateExternalReferenceCode(UserGroup userGroup, String externalReferenceCode) UserGroupLocalServiceWrapper.updateExternalReferenceCode(UserGroup userGroup, String externalReferenceCode) UserGroupService.updateExternalReferenceCode(UserGroup userGroup, String externalReferenceCode) static UserGroupUserGroupServiceUtil.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 UserGroupUserGroupLocalServiceUtil.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 TypeMethodDescriptionbooleanUserGroupLocalService.addGroupUserGroups(long groupId, List<UserGroup> userGroups) static booleanUserGroupLocalServiceUtil.addGroupUserGroups(long groupId, List<UserGroup> userGroups) booleanUserGroupLocalServiceWrapper.addGroupUserGroups(long groupId, List<UserGroup> userGroups) booleanUserGroupLocalService.addTeamUserGroups(long teamId, List<UserGroup> userGroups) static booleanUserGroupLocalServiceUtil.addTeamUserGroups(long teamId, List<UserGroup> userGroups) booleanUserGroupLocalServiceWrapper.addTeamUserGroups(long teamId, List<UserGroup> userGroups) booleanUserGroupLocalService.addUserUserGroups(long userId, List<UserGroup> userGroups) static booleanUserGroupLocalServiceUtil.addUserUserGroups(long userId, List<UserGroup> userGroups) booleanUserGroupLocalServiceWrapper.addUserUserGroups(long userId, List<UserGroup> userGroups) voidUserGroupLocalService.deleteGroupUserGroups(long groupId, List<UserGroup> userGroups) static voidUserGroupLocalServiceUtil.deleteGroupUserGroups(long groupId, List<UserGroup> userGroups) voidUserGroupLocalServiceWrapper.deleteGroupUserGroups(long groupId, List<UserGroup> userGroups) voidUserGroupLocalService.deleteTeamUserGroups(long teamId, List<UserGroup> userGroups) static voidUserGroupLocalServiceUtil.deleteTeamUserGroups(long teamId, List<UserGroup> userGroups) voidUserGroupLocalServiceWrapper.deleteTeamUserGroups(long teamId, List<UserGroup> userGroups) voidUserGroupLocalService.deleteUserUserGroups(long userId, List<UserGroup> userGroups) static voidUserGroupLocalServiceUtil.deleteUserUserGroups(long userId, List<UserGroup> userGroups) voidUserGroupLocalServiceWrapper.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 returnsnullif it could not be found.UserGroupPersistence.fetchByC_N(long companyId, String name, boolean useFinderCache) Returns the user group where companyId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.static UserGroupUserGroupUtil.fetchByC_N(long companyId, String name) Returns the user group where companyId = ? and name = ? or returnsnullif it could not be found.static UserGroupUserGroupUtil.fetchByC_N(long companyId, String name, boolean useFinderCache) Returns the user group where companyId = ? and name = ? or returnsnullif 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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 returnsnullif it could not be found.UserGroupPersistence.fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the user group where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found, optionally using the finder cache.static UserGroupUserGroupUtil.fetchByERC_C(String externalReferenceCode, long companyId) Returns the user group where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found.static UserGroupUserGroupUtil.fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the user group where externalReferenceCode = ? and companyId = ? or returnsnullif 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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 returnsnullif it could not be found.static UserGroupUserGroupUtil.fetchByPrimaryKey(long userGroupId) Returns the user group with the primary key or returnsnullif 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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 aNoSuchUserGroupExceptionif it could not be found.static UserGroupReturns the user group where companyId = ? and name = ? or throws aNoSuchUserGroupExceptionif 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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 aNoSuchUserGroupExceptionif it could not be found.static UserGroupUserGroupUtil.findByERC_C(String externalReferenceCode, long companyId) Returns the user group where externalReferenceCode = ? and companyId = ? or throws aNoSuchUserGroupExceptionif 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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 aNoSuchUserGroupExceptionif it could not be found.static UserGroupUserGroupUtil.findByPrimaryKey(long userGroupId) Returns the user group with the primary key or throws aNoSuchUserGroupExceptionif 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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.removeByERC_C(String externalReferenceCode, long companyId) Removes the user group where externalReferenceCode = ? and companyId = ? from the database.static UserGroupstatic UserGroupUserGroupUtil.update(UserGroup userGroup, ServiceContext serviceContext) UserGroupPersistence.updateImpl(UserGroup userGroup) static UserGroupUserGroupUtil.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 TypeMethodDescriptionbooleanGroupPersistence.addUserGroup(long pk, UserGroup userGroup) Adds an association between the group and the user group.static booleanGroupUtil.addUserGroup(long pk, UserGroup userGroup) Adds an association between the group and the user group.booleanTeamPersistence.addUserGroup(long pk, UserGroup userGroup) Adds an association between the team and the user group.static booleanTeamUtil.addUserGroup(long pk, UserGroup userGroup) Adds an association between the team and the user group.booleanUserPersistence.addUserGroup(long pk, UserGroup userGroup) Adds an association between the user and the user group.static booleanUserUtil.addUserGroup(long pk, UserGroup userGroup) Adds an association between the user and the user group.voidUserGroupPersistence.cacheResult(UserGroup userGroup) Caches the user group in the entity cache if it is enabled.static voidUserGroupUtil.cacheResult(UserGroup userGroup) Caches the user group in the entity cache if it is enabled.static voidUserGroupUtil.clearCache(UserGroup userGroup) voidGroupPersistence.removeUserGroup(long pk, UserGroup userGroup) Removes the association between the group and the user group.static voidGroupUtil.removeUserGroup(long pk, UserGroup userGroup) Removes the association between the group and the user group.voidTeamPersistence.removeUserGroup(long pk, UserGroup userGroup) Removes the association between the team and the user group.static voidTeamUtil.removeUserGroup(long pk, UserGroup userGroup) Removes the association between the team and the user group.voidUserPersistence.removeUserGroup(long pk, UserGroup userGroup) Removes the association between the user and the user group.static voidUserUtil.removeUserGroup(long pk, UserGroup userGroup) Removes the association between the user and the user group.static UserGroupstatic UserGroupUserGroupUtil.update(UserGroup userGroup, ServiceContext serviceContext) UserGroupPersistence.updateImpl(UserGroup userGroup) static UserGroupUserGroupUtil.updateImpl(UserGroup userGroup) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type UserGroupModifier and TypeMethodDescriptionbooleanGroupPersistence.addUserGroups(long pk, List<UserGroup> userGroups) Adds an association between the group and the user groups.static booleanGroupUtil.addUserGroups(long pk, List<UserGroup> userGroups) Adds an association between the group and the user groups.booleanTeamPersistence.addUserGroups(long pk, List<UserGroup> userGroups) Adds an association between the team and the user groups.static booleanTeamUtil.addUserGroups(long pk, List<UserGroup> userGroups) Adds an association between the team and the user groups.booleanUserPersistence.addUserGroups(long pk, List<UserGroup> userGroups) Adds an association between the user and the user groups.static booleanUserUtil.addUserGroups(long pk, List<UserGroup> userGroups) Adds an association between the user and the user groups.voidUserGroupPersistence.cacheResult(List<UserGroup> userGroups) Caches the user groups in the entity cache if it is enabled.static voidUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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 UserGroupUserGroupUtil.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.voidGroupPersistence.removeUserGroups(long pk, List<UserGroup> userGroups) Removes the association between the group and the user groups.static voidGroupUtil.removeUserGroups(long pk, List<UserGroup> userGroups) Removes the association between the group and the user groups.voidTeamPersistence.removeUserGroups(long pk, List<UserGroup> userGroups) Removes the association between the team and the user groups.static voidTeamUtil.removeUserGroups(long pk, List<UserGroup> userGroups) Removes the association between the team and the user groups.voidUserPersistence.removeUserGroups(long pk, List<UserGroup> userGroups) Removes the association between the user and the user groups.static voidUserUtil.removeUserGroups(long pk, List<UserGroup> userGroups) Removes the association between the user and the user groups.voidGroupPersistence.setUserGroups(long pk, List<UserGroup> userGroups) Sets the user groups associated with the group, removing and adding associations as necessary.static voidGroupUtil.setUserGroups(long pk, List<UserGroup> userGroups) Sets the user groups associated with the group, removing and adding associations as necessary.voidTeamPersistence.setUserGroups(long pk, List<UserGroup> userGroups) Sets the user groups associated with the team, removing and adding associations as necessary.static voidTeamUtil.setUserGroups(long pk, List<UserGroup> userGroups) Sets the user groups associated with the team, removing and adding associations as necessary.voidUserPersistence.setUserGroups(long pk, List<UserGroup> userGroups) Sets the user groups associated with the user, removing and adding associations as necessary.static voidUserUtil.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