Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.security.membershippolicy | |
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.users.admin.kernel.util |
Modifier and Type | Class and Description |
---|---|
class |
UserGroupRoleWrapper
This class is a wrapper for
UserGroupRole . |
Modifier and Type | Field and Description |
---|---|
static Accessor<UserGroupRole,Long> |
UserGroupRole.GROUP_ID_ACCESSOR |
static Accessor<UserGroupRole,Long> |
UserGroupRole.ROLE_ID_ACCESSOR |
static Accessor<UserGroupRole,Long> |
UserGroupRole.USER_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
UserGroupRole |
UserGroupRoleWrapper.getWrappedModel() |
UserGroupRole |
UserGroupRoleModel.toEscapedModel() |
UserGroupRole |
UserGroupRoleWrapper.toEscapedModel() |
UserGroupRole |
UserGroupRoleModel.toUnescapedModel() |
UserGroupRole |
UserGroupRoleWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<UserGroupRole> |
UserGroupRoleModel.toCacheModel() |
CacheModel<UserGroupRole> |
UserGroupRoleWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
UserGroupRoleModel.compareTo(UserGroupRole userGroupRole) |
int |
UserGroupRoleWrapper.compareTo(UserGroupRole userGroupRole) |
static UserGroupRoleSoap |
UserGroupRoleSoap.toSoapModel(UserGroupRole model) |
static UserGroupRoleSoap[] |
UserGroupRoleSoap.toSoapModels(UserGroupRole[] models) |
static UserGroupRoleSoap[][] |
UserGroupRoleSoap.toSoapModels(UserGroupRole[][] models) |
Modifier and Type | Method and Description |
---|---|
static UserGroupRoleSoap[] |
UserGroupRoleSoap.toSoapModels(List<UserGroupRole> models) |
Constructor and Description |
---|
UserGroupRoleWrapper(UserGroupRole userGroupRole) |
Modifier and Type | Method and Description |
---|---|
static void |
SiteMembershipPolicyUtil.checkRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
static void |
SiteMembershipPolicyUtil.checkRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
void |
SiteMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles)
Checks if the site roles can be added to or removed from their users.
|
void |
SiteMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles)
Checks if the site roles can be added to or removed from their users.
|
void |
BaseOrganizationMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
void |
BaseOrganizationMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
void |
BaseSiteMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
void |
BaseSiteMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
static void |
OrganizationMembershipPolicyUtil.checkRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
static void |
OrganizationMembershipPolicyUtil.checkRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
void |
OrganizationMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles)
Checks if the organization roles can be added to or removed from their
users.
|
void |
OrganizationMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles)
Checks if the organization roles can be added to or removed from their
users.
|
static void |
SiteMembershipPolicyUtil.propagateRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
static void |
SiteMembershipPolicyUtil.propagateRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
void |
SiteMembershipPolicy.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.
|
void |
SiteMembershipPolicy.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.
|
void |
BaseOrganizationMembershipPolicy.propagateRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
void |
BaseOrganizationMembershipPolicy.propagateRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
void |
BaseSiteMembershipPolicy.propagateRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
void |
BaseSiteMembershipPolicy.propagateRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
static void |
OrganizationMembershipPolicyUtil.propagateRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
static void |
OrganizationMembershipPolicyUtil.propagateRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
void |
OrganizationMembershipPolicy.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.
|
void |
OrganizationMembershipPolicy.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.
|
Modifier and Type | Method and Description |
---|---|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.addUserGroupRole(UserGroupRole userGroupRole)
Adds the user group role to the database.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.addUserGroupRole(UserGroupRole userGroupRole)
Adds the user group role to the database.
|
UserGroupRole |
UserGroupRoleLocalService.addUserGroupRole(UserGroupRole userGroupRole)
Adds the user group role to the database.
|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.createUserGroupRole(UserGroupRolePK userGroupRolePK)
Creates a new user group role with the primary key.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.createUserGroupRole(UserGroupRolePK userGroupRolePK)
Creates a new user group role with the primary key.
|
UserGroupRole |
UserGroupRoleLocalService.createUserGroupRole(UserGroupRolePK userGroupRolePK)
Creates a new user group role with the primary key.
|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRole userGroupRole)
Deletes the user group role from the database.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRole userGroupRole)
Deletes the user group role from the database.
|
UserGroupRole |
UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRole userGroupRole)
Deletes the user group role from the database.
|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
Deletes the user group role with the primary key from the database.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
Deletes the user group role with the primary key from the database.
|
UserGroupRole |
UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
Deletes the user group role with the primary key from the database.
|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.fetchUserGroupRole(UserGroupRolePK userGroupRolePK) |
UserGroupRole |
UserGroupRoleLocalServiceWrapper.fetchUserGroupRole(UserGroupRolePK userGroupRolePK) |
UserGroupRole |
UserGroupRoleLocalService.fetchUserGroupRole(UserGroupRolePK userGroupRolePK) |
static UserGroupRole |
UserGroupRoleLocalServiceUtil.getUserGroupRole(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.getUserGroupRole(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key.
|
UserGroupRole |
UserGroupRoleLocalService.getUserGroupRole(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key.
|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole)
Updates the user group role in the database or adds it if it does not yet exist.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole)
Updates the user group role in the database or adds it if it does not yet exist.
|
UserGroupRole |
UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole)
Updates the user group role in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.addUserGroupRoles(long[] userIds,
long groupId,
long roleId) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.addUserGroupRoles(long[] userIds,
long groupId,
long roleId) |
List<UserGroupRole> |
UserGroupRoleLocalService.addUserGroupRoles(long[] userIds,
long groupId,
long roleId) |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.addUserGroupRoles(long userId,
long groupId,
long[] roleIds) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.addUserGroupRoles(long userId,
long groupId,
long[] roleIds) |
List<UserGroupRole> |
UserGroupRoleLocalService.addUserGroupRoles(long userId,
long groupId,
long[] roleIds) |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRoles(int start,
int end)
Returns a range of all the user group roles.
|
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRoles(int start,
int end)
Returns a range of all the user group roles.
|
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRoles(int start,
int end)
Returns a range of all the user group roles.
|
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRoles(long userId) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRoles(long userId) |
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRoles(long userId) |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRoles(long userId,
long groupId) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRoles(long userId,
long groupId) |
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRoles(long userId,
long groupId) |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRoles(long userId,
long groupId,
int start,
int end) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRoles(long userId,
long groupId,
int start,
int end) |
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRoles(long userId,
long groupId,
int start,
int end) |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRolesByGroup(long groupId) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRolesByGroup(long groupId) |
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRolesByGroup(long groupId) |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRolesByGroupAndRole(long groupId,
long roleId) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRolesByGroupAndRole(long groupId,
long roleId) |
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRolesByGroupAndRole(long groupId,
long roleId) |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRolesByUserUserGroupAndGroup(long userId,
long groupId) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRolesByUserUserGroupAndGroup(long userId,
long groupId) |
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRolesByUserUserGroupAndGroup(long userId,
long groupId) |
Modifier and Type | Method and Description |
---|---|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.addUserGroupRole(UserGroupRole userGroupRole)
Adds the user group role to the database.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.addUserGroupRole(UserGroupRole userGroupRole)
Adds the user group role to the database.
|
UserGroupRole |
UserGroupRoleLocalService.addUserGroupRole(UserGroupRole userGroupRole)
Adds the user group role to the database.
|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRole userGroupRole)
Deletes the user group role from the database.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRole userGroupRole)
Deletes the user group role from the database.
|
UserGroupRole |
UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRole userGroupRole)
Deletes the user group role from the database.
|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole)
Updates the user group role in the database or adds it if it does not yet exist.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole)
Updates the user group role in the database or adds it if it does not yet exist.
|
UserGroupRole |
UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole)
Updates the user group role in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static User |
UserServiceUtil.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
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.
|
User |
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 portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
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.
|
User |
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 portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
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 User |
UserLocalServiceUtil.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
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.
|
User |
UserLocalService.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
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.
|
User |
UserLocalServiceWrapper.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
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 User |
UserServiceUtil.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 prefixId,
long suffixId,
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.
|
User |
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 prefixId,
long suffixId,
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 Wilberforce (7.0.x), replaced by
UserService.updateUser(long, String, String, String, boolean, String,
String, String, String, long, 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) |
User |
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 prefixId,
long suffixId,
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.
|
static User |
UserServiceUtil.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 prefixId,
long suffixId,
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 User |
UserLocalServiceUtil.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 prefixId,
long suffixId,
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 Wilberforce (7.0.x), replaced by
UserLocalServiceUtil.updateUser(long, String, String, String, boolean, String,
String, String, String, long, 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[],
ServiceContext) |
User |
UserLocalService.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 prefixId,
long suffixId,
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 Wilberforce (7.0.x), replaced by
UserLocalService.updateUser(long, String, String, String, boolean, String,
String, String, String, long, 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[],
ServiceContext) |
User |
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 prefixId,
long suffixId,
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.
|
User |
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 prefixId,
long suffixId,
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.
|
User |
UserLocalServiceWrapper.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 prefixId,
long suffixId,
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 Wilberforce (7.0.x), replaced by
UserLocalServiceWrapper.updateUser(long, String, String, String, boolean, String,
String, String, String, long, 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[],
ServiceContext) |
Modifier and Type | Method and Description |
---|---|
static UserGroupRole |
UserGroupRoleUtil.create(UserGroupRolePK userGroupRolePK)
Creates a new user group role with the primary key.
|
UserGroupRole |
UserGroupRolePersistence.create(UserGroupRolePK userGroupRolePK)
Creates a new user group role with the primary key.
|
static UserGroupRole |
UserGroupRoleUtil.fetchByG_R_First(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
|
UserGroupRole |
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 UserGroupRole |
UserGroupRoleUtil.fetchByG_R_Last(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
|
UserGroupRole |
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 UserGroupRole |
UserGroupRoleUtil.fetchByGroupId_First(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ?.
|
UserGroupRole |
UserGroupRolePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ?.
|
UserGroupRole |
UserGroupRolePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key or returns
null if it could not be found. |
UserGroupRole |
UserGroupRolePersistence.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key or returns
null if it could not be found. |
static UserGroupRole |
UserGroupRoleUtil.fetchByRoleId_First(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where roleId = ?.
|
UserGroupRole |
UserGroupRolePersistence.fetchByRoleId_First(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where roleId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.fetchByRoleId_Last(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where roleId = ?.
|
UserGroupRole |
UserGroupRolePersistence.fetchByRoleId_Last(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where roleId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.fetchByU_G_First(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ? and groupId = ?.
|
UserGroupRole |
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 UserGroupRole |
UserGroupRoleUtil.fetchByU_G_Last(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ? and groupId = ?.
|
UserGroupRole |
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 UserGroupRole |
UserGroupRoleUtil.fetchByUserId_First(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ?.
|
UserGroupRole |
UserGroupRolePersistence.fetchByUserId_First(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.fetchByUserId_Last(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ?.
|
UserGroupRole |
UserGroupRolePersistence.fetchByUserId_Last(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.findByG_R_First(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
|
UserGroupRole |
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 UserGroupRole |
UserGroupRoleUtil.findByG_R_Last(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
|
UserGroupRole |
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 UserGroupRole[] |
UserGroupRoleUtil.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK,
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 = ?.
|
UserGroupRole[] |
UserGroupRolePersistence.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK,
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.findByGroupId_First(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ?.
|
UserGroupRole |
UserGroupRolePersistence.findByGroupId_First(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.findByGroupId_Last(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ?.
|
UserGroupRole |
UserGroupRolePersistence.findByGroupId_Last(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ?.
|
static UserGroupRole[] |
UserGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.
|
UserGroupRole[] |
UserGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK,
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.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key or throws a
NoSuchUserGroupRoleException if it could not be found. |
UserGroupRole |
UserGroupRolePersistence.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key or throws a
NoSuchUserGroupRoleException if it could not be found. |
static UserGroupRole |
UserGroupRoleUtil.findByRoleId_First(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where roleId = ?.
|
UserGroupRole |
UserGroupRolePersistence.findByRoleId_First(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where roleId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.findByRoleId_Last(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where roleId = ?.
|
UserGroupRole |
UserGroupRolePersistence.findByRoleId_Last(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where roleId = ?.
|
static UserGroupRole[] |
UserGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.
|
UserGroupRole[] |
UserGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK,
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.findByU_G_First(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ? and groupId = ?.
|
UserGroupRole |
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 UserGroupRole |
UserGroupRoleUtil.findByU_G_Last(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ? and groupId = ?.
|
UserGroupRole |
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 UserGroupRole[] |
UserGroupRoleUtil.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK,
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 = ?.
|
UserGroupRole[] |
UserGroupRolePersistence.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK,
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.findByUserId_First(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ?.
|
UserGroupRole |
UserGroupRolePersistence.findByUserId_First(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.findByUserId_Last(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ?.
|
UserGroupRole |
UserGroupRolePersistence.findByUserId_Last(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ?.
|
static UserGroupRole[] |
UserGroupRoleUtil.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where userId = ?.
|
UserGroupRole[] |
UserGroupRolePersistence.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK,
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.remove(UserGroupRolePK userGroupRolePK)
Removes the user group role with the primary key from the database.
|
UserGroupRole |
UserGroupRolePersistence.remove(UserGroupRolePK userGroupRolePK)
Removes the user group role with the primary key from the database.
|
static UserGroupRole |
UserGroupRoleUtil.update(UserGroupRole userGroupRole) |
static UserGroupRole |
UserGroupRoleUtil.update(UserGroupRole userGroupRole,
ServiceContext serviceContext) |
static UserGroupRole |
UserGroupRoleUtil.updateImpl(UserGroupRole userGroupRole) |
UserGroupRole |
UserGroupRolePersistence.updateImpl(UserGroupRole userGroupRole) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,UserGroupRole> |
UserGroupRoleUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,UserGroupRole> |
UserGroupRolePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<UserGroupRole> |
UserGroupRoleUtil.findAll()
Returns all the user group roles.
|
List<UserGroupRole> |
UserGroupRolePersistence.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.
|
List<UserGroupRole> |
UserGroupRolePersistence.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.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 retrieveFromCache)
Returns an ordered range of all the user group roles.
|
List<UserGroupRole> |
UserGroupRolePersistence.findAll(int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles.
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByG_R(long groupId,
long roleId)
Returns all the user group roles where groupId = ? and roleId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 = ?.
|
List<UserGroupRole> |
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 = ?.
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByGroupId(long groupId)
Returns all the user group roles where groupId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 retrieveFromCache)
Returns an ordered range of all the user group roles where groupId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles where groupId = ?.
|
static List<UserGroupRole> |
UserGroupRoleFinderUtil.findByGroupRoleType(long groupId,
int roleType) |
List<UserGroupRole> |
UserGroupRoleFinder.findByGroupRoleType(long groupId,
int roleType) |
static List<UserGroupRole> |
UserGroupRoleUtil.findByRoleId(long roleId)
Returns all the user group roles where roleId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 retrieveFromCache)
Returns an ordered range of all the user group roles where roleId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles where roleId = ?.
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByU_G(long userId,
long groupId)
Returns all the user group roles where userId = ? and groupId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 = ?.
|
List<UserGroupRole> |
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 = ?.
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByU_G(long userId,
long groupId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles where userId = ? and groupId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.findByU_G(long userId,
long groupId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles where userId = ? and groupId = ?.
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByUserId(long userId)
Returns all the user group roles where userId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 retrieveFromCache)
Returns an ordered range of all the user group roles where userId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles where userId = ?.
|
static List<UserGroupRole> |
UserGroupRoleFinderUtil.findByUserUserGroupGroupRole(long userId,
long groupId) |
List<UserGroupRole> |
UserGroupRoleFinder.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) |
Modifier and Type | Method and Description |
---|---|
static void |
UserGroupRoleUtil.cacheResult(UserGroupRole userGroupRole)
Caches the user group role in the entity cache if it is enabled.
|
void |
UserGroupRolePersistence.cacheResult(UserGroupRole userGroupRole)
Caches the user group role in the entity cache if it is enabled.
|
static void |
UserGroupRoleUtil.clearCache(UserGroupRole userGroupRole) |
static UserGroupRole |
UserGroupRoleUtil.update(UserGroupRole userGroupRole) |
static UserGroupRole |
UserGroupRoleUtil.update(UserGroupRole userGroupRole,
ServiceContext serviceContext) |
static UserGroupRole |
UserGroupRoleUtil.updateImpl(UserGroupRole userGroupRole) |
UserGroupRole |
UserGroupRolePersistence.updateImpl(UserGroupRole userGroupRole) |
Modifier and Type | Method and Description |
---|---|
static void |
UserGroupRoleUtil.cacheResult(List<UserGroupRole> userGroupRoles)
Caches the user group roles in the entity cache if it is enabled.
|
void |
UserGroupRolePersistence.cacheResult(List<UserGroupRole> userGroupRoles)
Caches the user group roles in the entity cache if it is enabled.
|
static UserGroupRole |
UserGroupRoleUtil.fetchByG_R_First(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
|
UserGroupRole |
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 UserGroupRole |
UserGroupRoleUtil.fetchByG_R_Last(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
|
UserGroupRole |
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 UserGroupRole |
UserGroupRoleUtil.fetchByGroupId_First(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ?.
|
UserGroupRole |
UserGroupRolePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ?.
|
UserGroupRole |
UserGroupRolePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.fetchByRoleId_First(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where roleId = ?.
|
UserGroupRole |
UserGroupRolePersistence.fetchByRoleId_First(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where roleId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.fetchByRoleId_Last(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where roleId = ?.
|
UserGroupRole |
UserGroupRolePersistence.fetchByRoleId_Last(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where roleId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.fetchByU_G_First(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ? and groupId = ?.
|
UserGroupRole |
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 UserGroupRole |
UserGroupRoleUtil.fetchByU_G_Last(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ? and groupId = ?.
|
UserGroupRole |
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 UserGroupRole |
UserGroupRoleUtil.fetchByUserId_First(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ?.
|
UserGroupRole |
UserGroupRolePersistence.fetchByUserId_First(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.fetchByUserId_Last(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ?.
|
UserGroupRole |
UserGroupRolePersistence.fetchByUserId_Last(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ?.
|
static List<UserGroupRole> |
UserGroupRoleUtil.findAll(int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
Returns an ordered range of all the user group roles.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 retrieveFromCache)
Returns an ordered range of all the user group roles.
|
List<UserGroupRole> |
UserGroupRolePersistence.findAll(int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles.
|
static UserGroupRole |
UserGroupRoleUtil.findByG_R_First(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
|
UserGroupRole |
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 UserGroupRole |
UserGroupRoleUtil.findByG_R_Last(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
|
UserGroupRole |
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 UserGroupRole[] |
UserGroupRoleUtil.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK,
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 = ?.
|
UserGroupRole[] |
UserGroupRolePersistence.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK,
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 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 = ?.
|
List<UserGroupRole> |
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 = ?.
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.findByGroupId_First(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ?.
|
UserGroupRole |
UserGroupRolePersistence.findByGroupId_First(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.findByGroupId_Last(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ?.
|
UserGroupRole |
UserGroupRolePersistence.findByGroupId_Last(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ?.
|
static UserGroupRole[] |
UserGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.
|
UserGroupRole[] |
UserGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK,
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 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 = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 retrieveFromCache)
Returns an ordered range of all the user group roles where groupId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles where groupId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.findByRoleId_First(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where roleId = ?.
|
UserGroupRole |
UserGroupRolePersistence.findByRoleId_First(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where roleId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.findByRoleId_Last(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where roleId = ?.
|
UserGroupRole |
UserGroupRolePersistence.findByRoleId_Last(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where roleId = ?.
|
static UserGroupRole[] |
UserGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.
|
UserGroupRole[] |
UserGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK,
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 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 = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 retrieveFromCache)
Returns an ordered range of all the user group roles where roleId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles where roleId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.findByU_G_First(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ? and groupId = ?.
|
UserGroupRole |
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 UserGroupRole |
UserGroupRoleUtil.findByU_G_Last(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ? and groupId = ?.
|
UserGroupRole |
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 UserGroupRole[] |
UserGroupRoleUtil.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK,
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 = ?.
|
UserGroupRole[] |
UserGroupRolePersistence.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK,
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 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 = ?.
|
List<UserGroupRole> |
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 = ?.
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByU_G(long userId,
long groupId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles where userId = ? and groupId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.findByU_G(long userId,
long groupId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles where userId = ? and groupId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.findByUserId_First(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ?.
|
UserGroupRole |
UserGroupRolePersistence.findByUserId_First(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ?.
|
static UserGroupRole |
UserGroupRoleUtil.findByUserId_Last(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ?.
|
UserGroupRole |
UserGroupRolePersistence.findByUserId_Last(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ?.
|
static UserGroupRole[] |
UserGroupRoleUtil.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where userId = ?.
|
UserGroupRole[] |
UserGroupRolePersistence.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK,
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.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
Returns an ordered range of all the user group roles where userId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.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 retrieveFromCache)
Returns an ordered range of all the user group roles where userId = ?.
|
List<UserGroupRole> |
UserGroupRolePersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user group roles where userId = ?.
|
static List<UserGroupRole> |
UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator) |
Modifier and Type | Field and Description |
---|---|
static Accessor<UserGroupRole,Long> |
UsersAdmin.USER_GROUP_ROLE_ID_ACCESSOR |
static Accessor<UserGroupRole,String> |
UsersAdmin.USER_GROUP_ROLE_TITLE_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
static List<UserGroupRole> |
UsersAdminUtil.filterUserGroupRoles(PermissionChecker permissionChecker,
List<UserGroupRole> userGroupRoles) |
List<UserGroupRole> |
UsersAdmin.filterUserGroupRoles(PermissionChecker permissionChecker,
List<UserGroupRole> userGroupRoles) |
static List<UserGroupRole> |
UsersAdminUtil.getUserGroupRoles(PortletRequest portletRequest) |
List<UserGroupRole> |
UsersAdmin.getUserGroupRoles(PortletRequest portletRequest) |
Modifier and Type | Method and Description |
---|---|
static List<UserGroupRole> |
UsersAdminUtil.filterUserGroupRoles(PermissionChecker permissionChecker,
List<UserGroupRole> userGroupRoles) |
List<UserGroupRole> |
UsersAdmin.filterUserGroupRoles(PermissionChecker permissionChecker,
List<UserGroupRole> userGroupRoles) |