Uses of Interface
com.liferay.portal.kernel.model.UserGroupRole
Packages that use UserGroupRole
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.
-
Uses of UserGroupRole in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement UserGroupRoleFields in com.liferay.portal.kernel.model with type parameters of type UserGroupRoleModifier and TypeFieldDescriptionstatic final Accessor<UserGroupRole,Long> UserGroupRole.GROUP_ID_ACCESSORstatic final Accessor<UserGroupRole,Long> UserGroupRole.ROLE_ID_ACCESSORstatic final Accessor<UserGroupRole,Long> UserGroupRole.USER_GROUP_ROLE_ID_ACCESSORstatic final Accessor<UserGroupRole,Long> UserGroupRole.USER_ID_ACCESSORMethods in com.liferay.portal.kernel.model that return UserGroupRoleModifier and TypeMethodDescriptionUserGroupRoleModel.cloneWithOriginalValues()UserGroupRoleWrapper.cloneWithOriginalValues()Methods in com.liferay.portal.kernel.model that return types with arguments of type UserGroupRoleModifier and TypeMethodDescriptionUserGroupRoleWrapper.getAttributeGetterFunctions()UserGroupRoleWrapper.getAttributeSetterBiConsumers()User.getUserGroupRoles()UserWrapper.getUserGroupRoles()Methods in com.liferay.portal.kernel.model with parameters of type UserGroupRoleModifier and TypeMethodDescriptionprotected UserGroupRoleWrapperUserGroupRoleWrapper.wrap(UserGroupRole userGroupRole) Constructors in com.liferay.portal.kernel.model with parameters of type UserGroupRole -
Uses of UserGroupRole in com.liferay.portal.kernel.security.membershippolicy
Method parameters in com.liferay.portal.kernel.security.membershippolicy with type arguments of type UserGroupRoleModifier and TypeMethodDescriptionvoidBaseOrganizationMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) voidBaseSiteMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) voidOrganizationMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) Checks if the organization roles can be added to or removed from their users.static voidOrganizationMembershipPolicyUtil.checkRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) voidSiteMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) Checks if the site roles can be added to or removed from their users.voidBaseOrganizationMembershipPolicy.propagateRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) voidBaseSiteMembershipPolicy.propagateRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) voidOrganizationMembershipPolicy.propagateRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) Performs membership policy related actions after the respective organization roles are added to and removed from the affected users.static voidOrganizationMembershipPolicyUtil.propagateRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) voidSiteMembershipPolicy.propagateRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) Performs membership policy related actions after the respective site roles are added to and removed from the affected users. -
Uses of UserGroupRole in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return UserGroupRoleModifier and TypeMethodDescriptionUserGroupRoleLocalService.addUserGroupRole(long userId, long groupId, long roleId) UserGroupRoleLocalService.addUserGroupRole(UserGroupRole userGroupRole) Adds the user group role to the database.static UserGroupRoleUserGroupRoleLocalServiceUtil.addUserGroupRole(long userId, long groupId, long roleId) static UserGroupRoleUserGroupRoleLocalServiceUtil.addUserGroupRole(UserGroupRole userGroupRole) Adds the user group role to the database.UserGroupRoleLocalServiceWrapper.addUserGroupRole(long userId, long groupId, long roleId) UserGroupRoleLocalServiceWrapper.addUserGroupRole(UserGroupRole userGroupRole) Adds the user group role to the database.UserGroupRoleLocalService.createUserGroupRole(long userGroupRoleId) Creates a new user group role with the primary key.static UserGroupRoleUserGroupRoleLocalServiceUtil.createUserGroupRole(long userGroupRoleId) Creates a new user group role with the primary key.UserGroupRoleLocalServiceWrapper.createUserGroupRole(long userGroupRoleId) Creates a new user group role with the primary key.UserGroupRoleLocalService.deleteUserGroupRole(long userGroupRoleId) Deletes the user group role with the primary key from the database.UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRole userGroupRole) Deletes the user group role from the database.static UserGroupRoleUserGroupRoleLocalServiceUtil.deleteUserGroupRole(long userGroupRoleId) Deletes the user group role with the primary key from the database.static UserGroupRoleUserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRole userGroupRole) Deletes the user group role from the database.UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(long userGroupRoleId) Deletes the user group role with the primary key from the database.UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRole userGroupRole) Deletes the user group role from the database.UserGroupRoleLocalService.fetchUserGroupRole(long userGroupRoleId) UserGroupRoleLocalService.fetchUserGroupRole(long userId, long groupId, long roleId) static UserGroupRoleUserGroupRoleLocalServiceUtil.fetchUserGroupRole(long userGroupRoleId) static UserGroupRoleUserGroupRoleLocalServiceUtil.fetchUserGroupRole(long userId, long groupId, long roleId) UserGroupRoleLocalServiceWrapper.fetchUserGroupRole(long userGroupRoleId) UserGroupRoleLocalServiceWrapper.fetchUserGroupRole(long userId, long groupId, long roleId) UserGroupRoleLocalService.getUserGroupRole(long userGroupRoleId) Returns the user group role with the primary key.static UserGroupRoleUserGroupRoleLocalServiceUtil.getUserGroupRole(long userGroupRoleId) Returns the user group role with the primary key.UserGroupRoleLocalServiceWrapper.getUserGroupRole(long userGroupRoleId) Returns the user group role with the primary key.UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole) Updates the user group role in the database or adds it if it does not yet exist.static UserGroupRoleUserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole) Updates the user group role in the database or adds it if it does not yet exist.UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole) Updates the user group role in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type UserGroupRoleModifier and TypeMethodDescriptionUserGroupRoleLocalService.addUserGroupRoles(long[] userIds, long groupId, long roleId) UserGroupRoleLocalService.addUserGroupRoles(long userId, long groupId, long[] roleIds) static List<UserGroupRole>UserGroupRoleLocalServiceUtil.addUserGroupRoles(long[] userIds, long groupId, long roleId) static List<UserGroupRole>UserGroupRoleLocalServiceUtil.addUserGroupRoles(long userId, long groupId, long[] roleIds) UserGroupRoleLocalServiceWrapper.addUserGroupRoles(long[] userIds, long groupId, long roleId) UserGroupRoleLocalServiceWrapper.addUserGroupRoles(long userId, long groupId, long[] roleIds) UserGroupRoleLocalService.getCTPersistence()UserGroupRoleLocalServiceWrapper.getCTPersistence()UserGroupRoleLocalService.getModelClass()UserGroupRoleLocalServiceWrapper.getModelClass()UserGroupRoleLocalService.getUserGroupRoles(int start, int end) Returns a range of all the user group roles.UserGroupRoleLocalService.getUserGroupRoles(long userId) UserGroupRoleLocalService.getUserGroupRoles(long userId, long groupId) UserGroupRoleLocalService.getUserGroupRoles(long userId, long groupId, int start, int end) static List<UserGroupRole>UserGroupRoleLocalServiceUtil.getUserGroupRoles(int start, int end) Returns a range of all the user group roles.static List<UserGroupRole>UserGroupRoleLocalServiceUtil.getUserGroupRoles(long userId) static List<UserGroupRole>UserGroupRoleLocalServiceUtil.getUserGroupRoles(long userId, long groupId) static List<UserGroupRole>UserGroupRoleLocalServiceUtil.getUserGroupRoles(long userId, long groupId, int start, int end) UserGroupRoleLocalServiceWrapper.getUserGroupRoles(int start, int end) Returns a range of all the user group roles.UserGroupRoleLocalServiceWrapper.getUserGroupRoles(long userId) UserGroupRoleLocalServiceWrapper.getUserGroupRoles(long userId, long groupId) UserGroupRoleLocalServiceWrapper.getUserGroupRoles(long userId, long groupId, int start, int end) UserGroupRoleLocalService.getUserGroupRolesByGroup(long groupId) static List<UserGroupRole>UserGroupRoleLocalServiceUtil.getUserGroupRolesByGroup(long groupId) UserGroupRoleLocalServiceWrapper.getUserGroupRolesByGroup(long groupId) UserGroupRoleLocalService.getUserGroupRolesByGroupAndRole(long groupId, long roleId) static List<UserGroupRole>UserGroupRoleLocalServiceUtil.getUserGroupRolesByGroupAndRole(long groupId, long roleId) UserGroupRoleLocalServiceWrapper.getUserGroupRolesByGroupAndRole(long groupId, long roleId) UserGroupRoleLocalService.getUserGroupRolesByUserUserGroupAndGroup(long userId, long groupId) static List<UserGroupRole>UserGroupRoleLocalServiceUtil.getUserGroupRolesByUserUserGroupAndGroup(long userId, long groupId) UserGroupRoleLocalServiceWrapper.getUserGroupRolesByUserUserGroupAndGroup(long userId, long groupId) Methods in com.liferay.portal.kernel.service with parameters of type UserGroupRoleModifier and TypeMethodDescriptionUserGroupRoleLocalService.addUserGroupRole(UserGroupRole userGroupRole) Adds the user group role to the database.static UserGroupRoleUserGroupRoleLocalServiceUtil.addUserGroupRole(UserGroupRole userGroupRole) Adds the user group role to the database.UserGroupRoleLocalServiceWrapper.addUserGroupRole(UserGroupRole userGroupRole) Adds the user group role to the database.UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRole userGroupRole) Deletes the user group role from the database.static UserGroupRoleUserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRole userGroupRole) Deletes the user group role from the database.UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRole userGroupRole) Deletes the user group role from the database.UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole) Updates the user group role in the database or adds it if it does not yet exist.static UserGroupRoleUserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole) Updates the user group role in the database or adds it if it does not yet exist.UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole) Updates the user group role 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 UserGroupRoleModifier and TypeMethodDescriptionUserLocalService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Updates the user.static UserUserLocalServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Updates the user.UserLocalServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Updates the user.UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext) Updates the user with additional parameters.UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext) Deprecated.UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x), replaced byUserService.updateUser(long, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, long, long, boolean, int, int, int, String, String, String, String, String, String, long[], long[], long[], List, long[], ServiceContext)UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Updates the user.static UserUserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext) Updates the user with additional parameters.static UserUserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x), replaced byUserServiceUtil.updateUser(long, String, String, String, boolean, String, String, String, String, boolean, byte[], String, String, String, String, String, String, String, long, long, boolean, int, int, int, String, String, String, String, String, String, long[], long[], long[], List, long[], List, List, List, List, List, ServiceContext)static UserUserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x), replaced byUserServiceUtil.updateUser(long, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, long, long, boolean, int, int, int, String, String, String, String, String, String, long[], long[], long[], List, long[], ServiceContext)static UserUserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Updates the user.UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext) Updates the user with additional parameters.UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x), replaced byUserServiceWrapper.updateUser(long, String, String, String, boolean, String, String, String, String, boolean, byte[], String, String, String, String, String, String, String, long, long, boolean, int, int, int, String, String, String, String, String, String, long[], long[], long[], List, long[], List, List, List, List, List, ServiceContext)UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x), replaced byUserServiceWrapper.updateUser(long, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, long, long, boolean, int, int, int, String, String, String, String, String, String, long[], long[], long[], List, long[], ServiceContext)UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Updates the user.<R,E extends Throwable>
RUserGroupRoleLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<UserGroupRole>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RUserGroupRoleLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<UserGroupRole>, R, E> updateUnsafeFunction) -
Uses of UserGroupRole in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return UserGroupRoleModifier and TypeMethodDescriptionUserGroupRolePersistence.create(long userGroupRoleId) Creates a new user group role with the primary key.static UserGroupRoleUserGroupRoleUtil.create(long userGroupRoleId) Creates a new user group role with the primary key.UserGroupRolePersistence.fetchByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.fetchByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ?.UserGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ?.UserGroupRolePersistence.fetchByPrimaryKey(long userGroupRoleId) Returns the user group role with the primary key or returnsnullif it could not be found.static UserGroupRoleUserGroupRoleUtil.fetchByPrimaryKey(long userGroupRoleId) Returns the user group role with the primary key or returnsnullif it could not be found.UserGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where roleId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where roleId = ?.UserGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where roleId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where roleId = ?.UserGroupRolePersistence.fetchByU_G_First(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByU_G_First(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ? and groupId = ?.UserGroupRolePersistence.fetchByU_G_Last(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByU_G_Last(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ? and groupId = ?.UserGroupRolePersistence.fetchByU_G_R(long userId, long groupId, long roleId) Returns the user group role where userId = ? and groupId = ? and roleId = ? or returnsnullif it could not be found.UserGroupRolePersistence.fetchByU_G_R(long userId, long groupId, long roleId, boolean useFinderCache) Returns the user group role where userId = ? and groupId = ? and roleId = ? or returnsnullif it could not be found, optionally using the finder cache.static UserGroupRoleUserGroupRoleUtil.fetchByU_G_R(long userId, long groupId, long roleId) Returns the user group role where userId = ? and groupId = ? and roleId = ? or returnsnullif it could not be found.static UserGroupRoleUserGroupRoleUtil.fetchByU_G_R(long userId, long groupId, long roleId, boolean useFinderCache) Returns the user group role where userId = ? and groupId = ? and roleId = ? or returnsnullif it could not be found, optionally using the finder cache.UserGroupRolePersistence.fetchByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ?.UserGroupRolePersistence.fetchByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ?.UserGroupRolePersistence.findByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRoleUserGroupRoleUtil.findByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.findByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRoleUserGroupRoleUtil.findByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.findByG_R_PrevAndNext(long userGroupRoleId, long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRole[]UserGroupRoleUtil.findByG_R_PrevAndNext(long userGroupRoleId, long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ?.static UserGroupRoleUserGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ?.UserGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ?.static UserGroupRoleUserGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ?.UserGroupRolePersistence.findByGroupId_PrevAndNext(long userGroupRoleId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.static UserGroupRole[]UserGroupRoleUtil.findByGroupId_PrevAndNext(long userGroupRoleId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.UserGroupRolePersistence.findByPrimaryKey(long userGroupRoleId) Returns the user group role with the primary key or throws aNoSuchUserGroupRoleExceptionif it could not be found.static UserGroupRoleUserGroupRoleUtil.findByPrimaryKey(long userGroupRoleId) Returns the user group role with the primary key or throws aNoSuchUserGroupRoleExceptionif it could not be found.UserGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where roleId = ?.static UserGroupRoleUserGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where roleId = ?.UserGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where roleId = ?.static UserGroupRoleUserGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where roleId = ?.UserGroupRolePersistence.findByRoleId_PrevAndNext(long userGroupRoleId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.static UserGroupRole[]UserGroupRoleUtil.findByRoleId_PrevAndNext(long userGroupRoleId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.UserGroupRolePersistence.findByU_G_First(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRoleUserGroupRoleUtil.findByU_G_First(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ? and groupId = ?.UserGroupRolePersistence.findByU_G_Last(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRoleUserGroupRoleUtil.findByU_G_Last(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ? and groupId = ?.UserGroupRolePersistence.findByU_G_PrevAndNext(long userGroupRoleId, long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRole[]UserGroupRoleUtil.findByU_G_PrevAndNext(long userGroupRoleId, long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.UserGroupRolePersistence.findByU_G_R(long userId, long groupId, long roleId) Returns the user group role where userId = ? and groupId = ? and roleId = ? or throws aNoSuchUserGroupRoleExceptionif it could not be found.static UserGroupRoleUserGroupRoleUtil.findByU_G_R(long userId, long groupId, long roleId) Returns the user group role where userId = ? and groupId = ? and roleId = ? or throws aNoSuchUserGroupRoleExceptionif it could not be found.UserGroupRolePersistence.findByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ?.static UserGroupRoleUserGroupRoleUtil.findByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ?.UserGroupRolePersistence.findByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ?.static UserGroupRoleUserGroupRoleUtil.findByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ?.UserGroupRolePersistence.findByUserId_PrevAndNext(long userGroupRoleId, long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where userId = ?.static UserGroupRole[]UserGroupRoleUtil.findByUserId_PrevAndNext(long userGroupRoleId, long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where userId = ?.UserGroupRolePersistence.remove(long userGroupRoleId) Removes the user group role with the primary key from the database.static UserGroupRoleUserGroupRoleUtil.remove(long userGroupRoleId) Removes the user group role with the primary key from the database.UserGroupRolePersistence.removeByU_G_R(long userId, long groupId, long roleId) Removes the user group role where userId = ? and groupId = ? and roleId = ? from the database.static UserGroupRoleUserGroupRoleUtil.removeByU_G_R(long userId, long groupId, long roleId) Removes the user group role where userId = ? and groupId = ? and roleId = ? from the database.static UserGroupRoleUserGroupRoleUtil.update(UserGroupRole userGroupRole) static UserGroupRoleUserGroupRoleUtil.update(UserGroupRole userGroupRole, ServiceContext serviceContext) UserGroupRolePersistence.updateImpl(UserGroupRole userGroupRole) static UserGroupRoleUserGroupRoleUtil.updateImpl(UserGroupRole userGroupRole) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type UserGroupRoleModifier and TypeMethodDescriptionstatic Map<Serializable,UserGroupRole> UserGroupRoleUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) UserGroupRolePersistence.findAll()Returns all the user group roles.UserGroupRolePersistence.findAll(int start, int end) Returns a range of all the user group roles.UserGroupRolePersistence.findAll(int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles.UserGroupRolePersistence.findAll(int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles.static List<UserGroupRole>UserGroupRoleUtil.findAll()Returns all the user group roles.static List<UserGroupRole>UserGroupRoleUtil.findAll(int start, int end) Returns a range of all the user group roles.static List<UserGroupRole>UserGroupRoleUtil.findAll(int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles.static List<UserGroupRole>UserGroupRoleUtil.findAll(int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles.UserGroupRolePersistence.findByG_R(long groupId, long roleId) Returns all the user group roles where groupId = ? and roleId = ?.UserGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end) Returns a range of all the user group roles where groupId = ? and roleId = ?.UserGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.UserGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByG_R(long groupId, long roleId) Returns all the user group roles where groupId = ? and roleId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end) Returns a range of all the user group roles where groupId = ? and roleId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.UserGroupRolePersistence.findByGroupId(long groupId) Returns all the user group roles where groupId = ?.UserGroupRolePersistence.findByGroupId(long groupId, int start, int end) Returns a range of all the user group roles where groupId = ?.UserGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where groupId = ?.UserGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where groupId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByGroupId(long groupId) Returns all the user group roles where groupId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByGroupId(long groupId, int start, int end) Returns a range of all the user group roles where groupId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where groupId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where groupId = ?.UserGroupRoleFinder.findByGroupRoleType(long groupId, int roleType) static List<UserGroupRole>UserGroupRoleFinderUtil.findByGroupRoleType(long groupId, int roleType) UserGroupRolePersistence.findByRoleId(long roleId) Returns all the user group roles where roleId = ?.UserGroupRolePersistence.findByRoleId(long roleId, int start, int end) Returns a range of all the user group roles where roleId = ?.UserGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where roleId = ?.UserGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where roleId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByRoleId(long roleId) Returns all the user group roles where roleId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByRoleId(long roleId, int start, int end) Returns a range of all the user group roles where roleId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where roleId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where roleId = ?.UserGroupRolePersistence.findByU_G(long userId, long groupId) Returns all the user group roles where userId = ? and groupId = ?.UserGroupRolePersistence.findByU_G(long userId, long groupId, int start, int end) Returns a range of all the user group roles where userId = ? and groupId = ?.UserGroupRolePersistence.findByU_G(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where userId = ? and groupId = ?.UserGroupRolePersistence.findByU_G(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where userId = ? and groupId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByU_G(long userId, long groupId) Returns all the user group roles where userId = ? and groupId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByU_G(long userId, long groupId, int start, int end) Returns a range of all the user group roles where userId = ? and groupId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByU_G(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where userId = ? and groupId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByU_G(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where userId = ? and groupId = ?.UserGroupRolePersistence.findByUserId(long userId) Returns all the user group roles where userId = ?.UserGroupRolePersistence.findByUserId(long userId, int start, int end) Returns a range of all the user group roles where userId = ?.UserGroupRolePersistence.findByUserId(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where userId = ?.UserGroupRolePersistence.findByUserId(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where userId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByUserId(long userId) Returns all the user group roles where userId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByUserId(long userId, int start, int end) Returns a range of all the user group roles where userId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByUserId(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where userId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByUserId(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where userId = ?.UserGroupRoleFinder.findByUserUserGroupGroupRole(long userId, long groupId) static List<UserGroupRole>UserGroupRoleFinderUtil.findByUserUserGroupGroupRole(long userId, long groupId) static List<UserGroupRole>UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) static List<UserGroupRole>UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) static List<UserGroupRole>UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type UserGroupRoleModifier and TypeMethodDescriptionvoidUserGroupRolePersistence.cacheResult(UserGroupRole userGroupRole) Caches the user group role in the entity cache if it is enabled.static voidUserGroupRoleUtil.cacheResult(UserGroupRole userGroupRole) Caches the user group role in the entity cache if it is enabled.static voidUserGroupRoleUtil.clearCache(UserGroupRole userGroupRole) static UserGroupRoleUserGroupRoleUtil.update(UserGroupRole userGroupRole) static UserGroupRoleUserGroupRoleUtil.update(UserGroupRole userGroupRole, ServiceContext serviceContext) UserGroupRolePersistence.updateImpl(UserGroupRole userGroupRole) static UserGroupRoleUserGroupRoleUtil.updateImpl(UserGroupRole userGroupRole) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type UserGroupRoleModifier and TypeMethodDescriptionvoidUserGroupRolePersistence.cacheResult(List<UserGroupRole> userGroupRoles) Caches the user group roles in the entity cache if it is enabled.static voidUserGroupRoleUtil.cacheResult(List<UserGroupRole> userGroupRoles) Caches the user group roles in the entity cache if it is enabled.UserGroupRolePersistence.fetchByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.fetchByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ?.UserGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ?.UserGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where roleId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where roleId = ?.UserGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where roleId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where roleId = ?.UserGroupRolePersistence.fetchByU_G_First(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByU_G_First(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ? and groupId = ?.UserGroupRolePersistence.fetchByU_G_Last(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByU_G_Last(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ? and groupId = ?.UserGroupRolePersistence.fetchByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ?.UserGroupRolePersistence.fetchByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ?.static UserGroupRoleUserGroupRoleUtil.fetchByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ?.UserGroupRolePersistence.findAll(int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles.UserGroupRolePersistence.findAll(int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles.static List<UserGroupRole>UserGroupRoleUtil.findAll(int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles.static List<UserGroupRole>UserGroupRoleUtil.findAll(int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles.UserGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.UserGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.UserGroupRolePersistence.findByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRoleUserGroupRoleUtil.findByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.findByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRoleUserGroupRoleUtil.findByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.findByG_R_PrevAndNext(long userGroupRoleId, long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRole[]UserGroupRoleUtil.findByG_R_PrevAndNext(long userGroupRoleId, long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where groupId = ?.UserGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where groupId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where groupId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where groupId = ?.UserGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ?.static UserGroupRoleUserGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ?.UserGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ?.static UserGroupRoleUserGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ?.UserGroupRolePersistence.findByGroupId_PrevAndNext(long userGroupRoleId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.static UserGroupRole[]UserGroupRoleUtil.findByGroupId_PrevAndNext(long userGroupRoleId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.UserGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where roleId = ?.UserGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where roleId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where roleId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where roleId = ?.UserGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where roleId = ?.static UserGroupRoleUserGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where roleId = ?.UserGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where roleId = ?.static UserGroupRoleUserGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where roleId = ?.UserGroupRolePersistence.findByRoleId_PrevAndNext(long userGroupRoleId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.static UserGroupRole[]UserGroupRoleUtil.findByRoleId_PrevAndNext(long userGroupRoleId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.UserGroupRolePersistence.findByU_G(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where userId = ? and groupId = ?.UserGroupRolePersistence.findByU_G(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where userId = ? and groupId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByU_G(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where userId = ? and groupId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByU_G(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where userId = ? and groupId = ?.UserGroupRolePersistence.findByU_G_First(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRoleUserGroupRoleUtil.findByU_G_First(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ? and groupId = ?.UserGroupRolePersistence.findByU_G_Last(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRoleUserGroupRoleUtil.findByU_G_Last(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ? and groupId = ?.UserGroupRolePersistence.findByU_G_PrevAndNext(long userGroupRoleId, long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRole[]UserGroupRoleUtil.findByU_G_PrevAndNext(long userGroupRoleId, long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.UserGroupRolePersistence.findByUserId(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where userId = ?.UserGroupRolePersistence.findByUserId(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where userId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByUserId(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where userId = ?.static List<UserGroupRole>UserGroupRoleUtil.findByUserId(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where userId = ?.UserGroupRolePersistence.findByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ?.static UserGroupRoleUserGroupRoleUtil.findByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ?.UserGroupRolePersistence.findByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ?.static UserGroupRoleUserGroupRoleUtil.findByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ?.UserGroupRolePersistence.findByUserId_PrevAndNext(long userGroupRoleId, long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where userId = ?.static UserGroupRole[]UserGroupRoleUtil.findByUserId_PrevAndNext(long userGroupRoleId, long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where userId = ?.static List<UserGroupRole>UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
UserService.updateUser(long, String, String, String, boolean, String, String, String, String, boolean, byte[], String, String, String, String, String, String, String, long, long, boolean, int, int, int, String, String, String, String, String, String, long[], long[], long[], List, long[], List, List, List, List, List, ServiceContext)