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_GROUP_ROLE_ID_ACCESSOR |
static Accessor<UserGroupRole,Long> |
UserGroupRole.USER_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
UserGroupRole |
UserGroupRoleModel.cloneWithOriginalValues() |
UserGroupRole |
UserGroupRoleWrapper.cloneWithOriginalValues() |
Modifier and Type | Method and Description |
---|---|
Map<String,Function<UserGroupRole,Object>> |
UserGroupRoleWrapper.getAttributeGetterFunctions() |
Map<String,BiConsumer<UserGroupRole,Object>> |
UserGroupRoleWrapper.getAttributeSetterBiConsumers() |
Modifier and Type | Method and Description |
---|---|
protected UserGroupRoleWrapper |
UserGroupRoleWrapper.wrap(UserGroupRole userGroupRole) |
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) |
static void |
OrganizationMembershipPolicyUtil.checkRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
static void |
OrganizationMembershipPolicyUtil.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 |
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.
|
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 |
SiteMembershipPolicyUtil.propagateRoles(List<UserGroupRole> addUserGroupRoles,
List<UserGroupRole> removeUserGroupRoles) |
static void |
SiteMembershipPolicyUtil.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 |
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 |
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.
|
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) |
Modifier and Type | Method and Description |
---|---|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.addUserGroupRole(long userId,
long groupId,
long roleId) |
UserGroupRole |
UserGroupRoleLocalService.addUserGroupRole(long userId,
long groupId,
long roleId) |
UserGroupRole |
UserGroupRoleLocalServiceWrapper.addUserGroupRole(long userId,
long groupId,
long roleId) |
static UserGroupRole |
UserGroupRoleLocalServiceUtil.addUserGroupRole(UserGroupRole userGroupRole)
Adds the user group role to the database.
|
UserGroupRole |
UserGroupRoleLocalService.addUserGroupRole(UserGroupRole userGroupRole)
Adds the user group role to the database.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.addUserGroupRole(UserGroupRole userGroupRole)
Adds the user group role to the database.
|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.createUserGroupRole(long userGroupRoleId)
Creates a new user group role with the primary key.
|
UserGroupRole |
UserGroupRoleLocalService.createUserGroupRole(long userGroupRoleId)
Creates a new user group role with the primary key.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.createUserGroupRole(long userGroupRoleId)
Creates a new user group role with the primary key.
|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.deleteUserGroupRole(long userGroupRoleId)
Deletes the user group role with the primary key from the database.
|
UserGroupRole |
UserGroupRoleLocalService.deleteUserGroupRole(long userGroupRoleId)
Deletes the user group role with the primary key from the database.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(long userGroupRoleId)
Deletes the user group role with the primary key from the database.
|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRole userGroupRole)
Deletes the user group role from the database.
|
UserGroupRole |
UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRole userGroupRole)
Deletes the user group role from the database.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRole userGroupRole)
Deletes the user group role from the database.
|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.fetchUserGroupRole(long userGroupRoleId) |
UserGroupRole |
UserGroupRoleLocalService.fetchUserGroupRole(long userGroupRoleId) |
UserGroupRole |
UserGroupRoleLocalServiceWrapper.fetchUserGroupRole(long userGroupRoleId) |
static UserGroupRole |
UserGroupRoleLocalServiceUtil.fetchUserGroupRole(long userId,
long groupId,
long roleId) |
UserGroupRole |
UserGroupRoleLocalService.fetchUserGroupRole(long userId,
long groupId,
long roleId) |
UserGroupRole |
UserGroupRoleLocalServiceWrapper.fetchUserGroupRole(long userId,
long groupId,
long roleId) |
static UserGroupRole |
UserGroupRoleLocalServiceUtil.getUserGroupRole(long userGroupRoleId)
Returns the user group role with the primary key.
|
UserGroupRole |
UserGroupRoleLocalService.getUserGroupRole(long userGroupRoleId)
Returns the user group role with the primary key.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.getUserGroupRole(long userGroupRoleId)
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 |
UserGroupRoleLocalService.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.
|
Modifier and Type | Method and Description |
---|---|
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.addUserGroupRoles(long[] userIds,
long groupId,
long roleId) |
List<UserGroupRole> |
UserGroupRoleLocalService.addUserGroupRoles(long[] userIds,
long groupId,
long roleId) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.addUserGroupRoles(long[] userIds,
long groupId,
long roleId) |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.addUserGroupRoles(long userId,
long groupId,
long[] roleIds) |
List<UserGroupRole> |
UserGroupRoleLocalService.addUserGroupRoles(long userId,
long groupId,
long[] roleIds) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.addUserGroupRoles(long userId,
long groupId,
long[] roleIds) |
CTPersistence<UserGroupRole> |
UserGroupRoleLocalService.getCTPersistence() |
CTPersistence<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getCTPersistence() |
Class<UserGroupRole> |
UserGroupRoleLocalService.getModelClass() |
Class<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getModelClass() |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.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.
|
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRoles(int start,
int end)
Returns a range of all the user group roles.
|
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRoles(long userId) |
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRoles(long userId) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRoles(long userId) |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRoles(long userId,
long groupId) |
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRoles(long userId,
long groupId) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRoles(long userId,
long groupId) |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRoles(long userId,
long groupId,
int start,
int end) |
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRoles(long userId,
long groupId,
int start,
int end) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRoles(long userId,
long groupId,
int start,
int end) |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRolesByGroup(long groupId) |
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRolesByGroup(long groupId) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRolesByGroup(long groupId) |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRolesByGroupAndRole(long groupId,
long roleId) |
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRolesByGroupAndRole(long groupId,
long roleId) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRolesByGroupAndRole(long groupId,
long roleId) |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRolesByUserUserGroupAndGroup(long userId,
long groupId) |
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRolesByUserUserGroupAndGroup(long userId,
long groupId) |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.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 |
UserGroupRoleLocalService.addUserGroupRole(UserGroupRole userGroupRole)
Adds the user group role to the database.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.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 |
UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRole userGroupRole)
Deletes the user group role from the database.
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.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 |
UserGroupRoleLocalService.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.
|
Modifier and Type | Method and Description |
---|---|
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 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 |
UserServiceUtil.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 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,
boolean hasPortrait,
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 |
UserLocalService.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 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,
boolean hasPortrait,
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,
boolean hasPortrait,
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 |
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 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 Athanasius (7.3.x), replaced by
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) |
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 hasPortrait,
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)
Deprecated.
As of Athanasius (7.3.x), replaced by
UserServiceUtil.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) |
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 hasPortrait,
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)
Deprecated.
As of Athanasius (7.3.x), replaced by
UserServiceWrapper.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) |
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 hasPortrait,
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)
Deprecated.
As of Athanasius (7.3.x), replaced by
UserLocalService.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[], ServiceContext) |
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 hasPortrait,
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)
Deprecated.
As of Athanasius (7.3.x), replaced by
UserLocalServiceUtil.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[], ServiceContext) |
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 hasPortrait,
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)
Deprecated.
As of Athanasius (7.3.x), replaced by
UserLocalServiceWrapper.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[], 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)
Deprecated.
As of Athanasius (7.3.x), replaced by
UserService.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 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)
Deprecated.
As of Athanasius (7.3.x), replaced by
UserServiceUtil.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) |
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)
Deprecated.
As of Athanasius (7.3.x), replaced by
UserServiceWrapper.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) |
User |
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 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,
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,
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.
|
<R,E extends Throwable> |
UserGroupRoleLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<UserGroupRole>,R,E> updateUnsafeFunction) |
<R,E extends Throwable> |
UserGroupRoleLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<UserGroupRole>,R,E> updateUnsafeFunction) |
Modifier and Type | Method and Description |
---|---|
static UserGroupRole |
UserGroupRoleUtil.create(long userGroupRoleId)
Creates a new user group role with the primary key.
|
UserGroupRole |
UserGroupRolePersistence.create(long userGroupRoleId)
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(long userGroupRoleId)
Returns the user group role with the primary key or returns
null if it could not be found. |
UserGroupRole |
UserGroupRolePersistence.fetchByPrimaryKey(long userGroupRoleId)
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.fetchByU_G_R(long userId,
long groupId,
long roleId)
Returns the user group role where userId = ? and groupId = ? and roleId = ? or returns
null if it could not be found. |
UserGroupRole |
UserGroupRolePersistence.fetchByU_G_R(long userId,
long groupId,
long roleId)
Returns the user group role where userId = ? and groupId = ? and roleId = ? or returns
null if it could not be found. |
static UserGroupRole |
UserGroupRoleUtil.fetchByU_G_R(long userId,
long groupId,
long roleId,
boolean useFinderCache)
Returns the user group role where userId = ? and groupId = ? and roleId = ? or returns
null if it could not be found, optionally using the finder cache. |
UserGroupRole |
UserGroupRolePersistence.fetchByU_G_R(long userId,
long groupId,
long roleId,
boolean useFinderCache)
Returns the user group role where userId = ? and groupId = ? and roleId = ? or returns
null if it could not be found, optionally using the finder cache. |
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(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 = ?.
|
UserGroupRole[] |
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.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(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 = ?.
|
UserGroupRole[] |
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.findByPrimaryKey(long userGroupRoleId)
Returns the user group role with the primary key or throws a
NoSuchUserGroupRoleException if it could not be found. |
UserGroupRole |
UserGroupRolePersistence.findByPrimaryKey(long userGroupRoleId)
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(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 = ?.
|
UserGroupRole[] |
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.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(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 = ?.
|
UserGroupRole[] |
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_R(long userId,
long groupId,
long roleId)
Returns the user group role where userId = ? and groupId = ? and roleId = ? or throws a
NoSuchUserGroupRoleException if it could not be found. |
UserGroupRole |
UserGroupRolePersistence.findByU_G_R(long userId,
long groupId,
long roleId)
Returns the user group role where userId = ? and groupId = ? and roleId = ? or throws a
NoSuchUserGroupRoleException if it could not be found. |
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(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 = ?.
|
UserGroupRole[] |
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.remove(long userGroupRoleId)
Removes the user group role with the primary key from the database.
|
UserGroupRole |
UserGroupRolePersistence.remove(long userGroupRoleId)
Removes the user group role with the primary key from the database.
|
static UserGroupRole |
UserGroupRoleUtil.removeByU_G_R(long userId,
long groupId,
long roleId)
Removes the user group role where userId = ? and groupId = ? and roleId = ? from the database.
|
UserGroupRole |
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 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) |
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 useFinderCache)
Returns an ordered range of all the user group roles.
|
List<UserGroupRole> |
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.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 useFinderCache)
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 useFinderCache)
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 useFinderCache)
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 useFinderCache)
Returns an ordered range of all the user group roles where groupId = ?.
|
List<UserGroupRole> |
UserGroupRoleFinder.findByGroupRoleType(long groupId,
int roleType) |
static List<UserGroupRole> |
UserGroupRoleFinderUtil.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 useFinderCache)
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 useFinderCache)
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 useFinderCache)
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 useFinderCache)
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 useFinderCache)
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 useFinderCache)
Returns an ordered range of all the user group roles where userId = ?.
|
List<UserGroupRole> |
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) |
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 useFinderCache)
Returns an ordered range of all the user group roles.
|
List<UserGroupRole> |
UserGroupRolePersistence.findAll(int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator,
boolean useFinderCache)
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(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 = ?.
|
UserGroupRole[] |
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 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 useFinderCache)
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 useFinderCache)
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(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 = ?.
|
UserGroupRole[] |
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 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 useFinderCache)
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 useFinderCache)
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(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 = ?.
|
UserGroupRole[] |
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 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 useFinderCache)
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 useFinderCache)
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(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 = ?.
|
UserGroupRole[] |
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 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 useFinderCache)
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 useFinderCache)
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(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 = ?.
|
UserGroupRole[] |
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 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 useFinderCache)
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 useFinderCache)
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(javax.portlet.PortletRequest portletRequest) |
List<UserGroupRole> |
UsersAdmin.getUserGroupRoles(javax.portlet.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) |