Modifier and Type | Method and Description |
---|---|
boolean |
Omniadmin.isOmniadmin(User user) |
Modifier and Type | Method and Description |
---|---|
static LinkedHashMap<Long,long[]> |
AnnouncementsUtil.getAnnouncementScopes(User user) |
Modifier and Type | Method and Description |
---|---|
void |
AssetEntryQueryProcessor.processAssetEntryQuery(User user,
PortletPreferences portletPreferences,
AssetEntryQuery assetEntryQuery) |
Modifier and Type | Method and Description |
---|---|
static ExportImportConfiguration |
ExportImportConfigurationFactory.buildDefaultLocalPublishingExportImportConfiguration(User user,
long sourceGroupId,
long targetGroupId,
boolean privateLayout) |
static ExportImportConfiguration |
ExportImportConfigurationFactory.buildDefaultLocalPublishingExportImportConfiguration(User user,
long sourceGroupId,
long targetGroupId,
boolean privateLayout,
Map<String,String[]> parameterMap) |
static ExportImportConfiguration |
ExportImportConfigurationFactory.buildDefaultRemotePublishingExportImportConfiguration(User user,
long sourceGroupId,
boolean privateLayout,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId) |
protected static ExportImportConfiguration |
ExportImportConfigurationFactory.buildDefaultRemotePublishingExportImportConfiguration(User user,
long sourceGroupId,
boolean privateLayout,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
Map<String,String[]> parameterMap) |
static Map<String,Serializable> |
ExportImportConfigurationSettingsMapFactory.buildExportLayoutSettingsMap(User user,
long groupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap) |
static Map<String,Serializable> |
ExportImportConfigurationSettingsMapFactory.buildExportPortletSettingsMap(User user,
long sourcePlid,
long sourceGroupId,
String portletId,
Map<String,String[]> parameterMap,
String fileName) |
static Map<String,Serializable> |
ExportImportConfigurationSettingsMapFactory.buildImportLayoutSettingsMap(User user,
long targetGroupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap) |
static Map<String,Serializable> |
ExportImportConfigurationSettingsMapFactory.buildImportPortletSettingsMap(User user,
long targetPlid,
long targetGroupId,
String portletId,
Map<String,String[]> parameterMap) |
static Map<String,Serializable> |
ExportImportConfigurationSettingsMapFactory.buildPublishLayoutLocalSettingsMap(User user,
long sourceGroupId,
long targetGroupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap) |
static Map<String,Serializable> |
ExportImportConfigurationSettingsMapFactory.buildPublishLayoutRemoteSettingsMap(User user,
long sourceGroupId,
boolean privateLayout,
Map<Long,Boolean> layoutIdMap,
Map<String,String[]> parameterMap,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
boolean remotePrivateLayout) |
static Map<String,Serializable> |
ExportImportConfigurationSettingsMapFactory.buildPublishPortletSettingsMap(User user,
long sourceGroupId,
long sourcePlid,
long targetGroupId,
long targetPlid,
String portletId,
Map<String,String[]> parameterMap) |
Modifier and Type | Method and Description |
---|---|
void |
Staging.deleteRecentLayoutRevisionId(User user,
long layoutSetBranchId,
long plid)
Deprecated.
As of Wilberforce (7.0.x), replaced by
Staging.deleteRecentLayoutRevisionId(long, long, long) |
static void |
StagingUtil.deleteRecentLayoutRevisionId(User user,
long layoutSetBranchId,
long plid)
Deprecated.
As of Wilberforce (7.0.x), replaced by
StagingUtil.deleteRecentLayoutRevisionId(long, long, long) |
long |
Staging.getRecentLayoutRevisionId(User user,
long layoutSetBranchId,
long plid) |
static long |
StagingUtil.getRecentLayoutRevisionId(User user,
long layoutSetBranchId,
long plid) |
long |
Staging.getRecentLayoutSetBranchId(User user,
long layoutSetId) |
static long |
StagingUtil.getRecentLayoutSetBranchId(User user,
long layoutSetId) |
void |
Staging.setRecentLayoutBranchId(User user,
long layoutSetBranchId,
long plid,
long layoutBranchId) |
static void |
StagingUtil.setRecentLayoutBranchId(User user,
long layoutSetBranchId,
long plid,
long layoutBranchId) |
void |
Staging.setRecentLayoutRevisionId(User user,
long layoutSetBranchId,
long plid,
long layoutRevisionId) |
static void |
StagingUtil.setRecentLayoutRevisionId(User user,
long layoutSetBranchId,
long plid,
long layoutRevisionId) |
void |
Staging.setRecentLayoutSetBranchId(User user,
long layoutSetId,
long layoutSetBranchId) |
static void |
StagingUtil.setRecentLayoutSetBranchId(User user,
long layoutSetId,
long layoutSetBranchId) |
Modifier and Type | Method and Description |
---|---|
User |
Comment.getUser() |
Modifier and Type | Method and Description |
---|---|
User |
BaseRequestHelper.getUser() |
Modifier and Type | Field and Description |
---|---|
User |
UserLockoutException.PasswordPolicyLockout.user |
User |
UserEmailAddressException.MustBeEqual.user |
Constructor and Description |
---|
MustBeEqual(User user,
String emailAddress1,
String emailAddress2) |
PasswordPolicyLockout(User user,
PasswordPolicy passwordPolicy) |
Modifier and Type | Class and Description |
---|---|
class |
UserWrapper
This class is a wrapper for
User . |
Modifier and Type | Field and Description |
---|---|
static Accessor<User,Long> |
User.USER_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
User |
CompanyWrapper.getDefaultUser() |
User |
Company.getDefaultUser() |
User |
UserGroupRole.getUser() |
User |
UserGroupRoleWrapper.getUser() |
User |
UserWrapper.getWrappedModel() |
User |
UserWrapper.toEscapedModel() |
User |
UserModel.toEscapedModel() |
User |
UserWrapper.toUnescapedModel() |
User |
UserModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<User> |
UserWrapper.toCacheModel() |
CacheModel<User> |
UserModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
UserWrapper.compareTo(User user) |
int |
UserModel.compareTo(User user) |
static UserSoap |
UserSoap.toSoapModel(User model) |
static UserSoap[] |
UserSoap.toSoapModels(User[] models) |
static UserSoap[][] |
UserSoap.toSoapModels(User[][] models) |
Modifier and Type | Method and Description |
---|---|
static UserSoap[] |
UserSoap.toSoapModels(List<User> models) |
Constructor and Description |
---|
UserWrapper(User user) |
Constructor and Description |
---|
UserAttributes(User user) |
Modifier and Type | Method and Description |
---|---|
List<User> |
MembershipPolicyException.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
MembershipPolicyException.addUser(User user) |
Modifier and Type | Method and Description |
---|---|
User |
PermissionChecker.getUser() |
Modifier and Type | Method and Description |
---|---|
static PermissionChecker |
PermissionCheckerFactoryUtil.create(User user) |
PermissionChecker |
PermissionCheckerFactory.create(User user) |
void |
PermissionChecker.init(User user)
Initializes this permission checker.
|
Modifier and Type | Method and Description |
---|---|
static User |
UserLocalServiceUtil.addDefaultAdminUser(long companyId,
String screenName,
String emailAddress,
Locale locale,
String firstName,
String middleName,
String lastName)
Adds a default admin user for the company.
|
User |
UserLocalService.addDefaultAdminUser(long companyId,
String screenName,
String emailAddress,
Locale locale,
String firstName,
String middleName,
String lastName)
Adds a default admin user for the company.
|
User |
UserLocalServiceWrapper.addDefaultAdminUser(long companyId,
String screenName,
String emailAddress,
Locale locale,
String firstName,
String middleName,
String lastName)
Adds a default admin user for the company.
|
static User |
UserServiceUtil.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user.
|
User |
UserService.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user.
|
User |
UserServiceWrapper.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user.
|
static User |
UserServiceUtil.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with additional parameters.
|
User |
UserService.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with additional parameters.
|
User |
UserServiceWrapper.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with additional parameters.
|
static User |
UserLocalServiceUtil.addUser(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user.
|
User |
UserLocalService.addUser(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user.
|
User |
UserLocalServiceWrapper.addUser(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user.
|
static User |
UserLocalServiceUtil.addUser(User user)
Adds the user to the database.
|
User |
UserLocalService.addUser(User user)
Adds the user to the database.
|
User |
UserLocalServiceWrapper.addUser(User user)
Adds the user to the database.
|
static User |
UserServiceUtil.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow.
|
User |
UserService.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow.
|
User |
UserServiceWrapper.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow.
|
static User |
UserServiceUtil.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow and additional parameters.
|
User |
UserService.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow and additional parameters.
|
User |
UserServiceWrapper.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow and additional parameters.
|
static User |
UserLocalServiceUtil.addUserWithWorkflow(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow.
|
User |
UserLocalService.addUserWithWorkflow(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow.
|
User |
UserLocalServiceWrapper.addUserWithWorkflow(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow.
|
static User |
UserLocalServiceUtil.createUser(long userId)
Creates a new user with the primary key.
|
User |
UserLocalService.createUser(long userId)
Creates a new user with the primary key.
|
User |
UserLocalServiceWrapper.createUser(long userId)
Creates a new user with the primary key.
|
static User |
UserLocalServiceUtil.deleteUser(long userId)
Deletes the user with the primary key from the database.
|
User |
UserLocalService.deleteUser(long userId)
Deletes the user with the primary key from the database.
|
User |
UserLocalServiceWrapper.deleteUser(long userId)
Deletes the user with the primary key from the database.
|
static User |
UserLocalServiceUtil.deleteUser(User user)
Deletes the user from the database.
|
User |
UserLocalService.deleteUser(User user)
Deletes the user from the database.
|
User |
UserLocalServiceWrapper.deleteUser(User user)
Deletes the user from the database.
|
static User |
UserLocalServiceUtil.fetchUser(long userId) |
User |
UserLocalService.fetchUser(long userId) |
User |
UserLocalServiceWrapper.fetchUser(long userId) |
static User |
UserLocalServiceUtil.fetchUserByContactId(long contactId)
Returns the user with the contact ID.
|
User |
UserLocalService.fetchUserByContactId(long contactId)
Returns the user with the contact ID.
|
User |
UserLocalServiceWrapper.fetchUserByContactId(long contactId)
Returns the user with the contact ID.
|
static User |
UserLocalServiceUtil.fetchUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address.
|
User |
UserLocalService.fetchUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address.
|
User |
UserLocalServiceWrapper.fetchUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address.
|
static User |
UserLocalServiceUtil.fetchUserByFacebookId(long companyId,
long facebookId)
Returns the user with the Facebook ID.
|
User |
UserLocalService.fetchUserByFacebookId(long companyId,
long facebookId)
Returns the user with the Facebook ID.
|
User |
UserLocalServiceWrapper.fetchUserByFacebookId(long companyId,
long facebookId)
Returns the user with the Facebook ID.
|
static User |
UserLocalServiceUtil.fetchUserByGoogleUserId(long companyId,
String googleUserId)
Returns the user with the Google user ID.
|
User |
UserLocalService.fetchUserByGoogleUserId(long companyId,
String googleUserId)
Returns the user with the Google user ID.
|
User |
UserLocalServiceWrapper.fetchUserByGoogleUserId(long companyId,
String googleUserId)
Returns the user with the Google user ID.
|
static User |
UserLocalServiceUtil.fetchUserById(long userId)
Returns the user with the primary key.
|
User |
UserLocalService.fetchUserById(long userId)
Returns the user with the primary key.
|
User |
UserLocalServiceWrapper.fetchUserById(long userId)
Returns the user with the primary key.
|
static User |
UserLocalServiceUtil.fetchUserByOpenId(long companyId,
String openId)
Returns the user with the OpenID.
|
User |
UserLocalService.fetchUserByOpenId(long companyId,
String openId)
Returns the user with the OpenID.
|
User |
UserLocalServiceWrapper.fetchUserByOpenId(long companyId,
String openId)
Returns the user with the OpenID.
|
static User |
UserLocalServiceUtil.fetchUserByPortraitId(long portraitId)
Returns the user with the portrait ID.
|
User |
UserLocalService.fetchUserByPortraitId(long portraitId)
Returns the user with the portrait ID.
|
User |
UserLocalServiceWrapper.fetchUserByPortraitId(long portraitId)
Returns the user with the portrait ID.
|
static User |
UserLocalServiceUtil.fetchUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name.
|
User |
UserLocalService.fetchUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name.
|
User |
UserLocalServiceWrapper.fetchUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name.
|
static User |
UserLocalServiceUtil.fetchUserByUuidAndCompanyId(String uuid,
long companyId)
Returns the user with the matching UUID and company.
|
User |
UserLocalService.fetchUserByUuidAndCompanyId(String uuid,
long companyId)
Returns the user with the matching UUID and company.
|
User |
UserLocalServiceWrapper.fetchUserByUuidAndCompanyId(String uuid,
long companyId)
Returns the user with the matching UUID and company.
|
static User |
UserServiceUtil.getCurrentUser() |
User |
UserService.getCurrentUser() |
User |
UserServiceWrapper.getCurrentUser() |
static User |
UserLocalServiceUtil.getDefaultUser(long companyId)
Returns the default user for the company.
|
User |
UserLocalService.getDefaultUser(long companyId)
Returns the default user for the company.
|
User |
UserLocalServiceWrapper.getDefaultUser(long companyId)
Returns the default user for the company.
|
User |
BaseServiceImpl.getGuestOrUser() |
User |
BaseServiceImpl.getUser() |
static User |
UserLocalServiceUtil.getUser(long userId)
Returns the user with the primary key.
|
User |
UserLocalService.getUser(long userId)
Returns the user with the primary key.
|
User |
UserLocalServiceWrapper.getUser(long userId)
Returns the user with the primary key.
|
static User |
UserLocalServiceUtil.getUserByContactId(long contactId)
Returns the user with the contact ID.
|
User |
UserLocalService.getUserByContactId(long contactId)
Returns the user with the contact ID.
|
User |
UserLocalServiceWrapper.getUserByContactId(long contactId)
Returns the user with the contact ID.
|
static User |
UserServiceUtil.getUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address.
|
static User |
UserLocalServiceUtil.getUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address.
|
User |
UserLocalService.getUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address.
|
User |
UserService.getUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address.
|
User |
UserServiceWrapper.getUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address.
|
User |
UserLocalServiceWrapper.getUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address.
|
static User |
UserLocalServiceUtil.getUserByFacebookId(long companyId,
long facebookId)
Returns the user with the Facebook ID.
|
User |
UserLocalService.getUserByFacebookId(long companyId,
long facebookId)
Returns the user with the Facebook ID.
|
User |
UserLocalServiceWrapper.getUserByFacebookId(long companyId,
long facebookId)
Returns the user with the Facebook ID.
|
static User |
UserLocalServiceUtil.getUserByGoogleUserId(long companyId,
String googleUserId)
Returns the user with the Google user ID.
|
User |
UserLocalService.getUserByGoogleUserId(long companyId,
String googleUserId)
Returns the user with the Google user ID.
|
User |
UserLocalServiceWrapper.getUserByGoogleUserId(long companyId,
String googleUserId)
Returns the user with the Google user ID.
|
static User |
UserServiceUtil.getUserById(long userId)
Returns the user with the primary key.
|
static User |
UserLocalServiceUtil.getUserById(long userId)
Returns the user with the primary key.
|
User |
UserLocalService.getUserById(long userId)
Returns the user with the primary key.
|
User |
UserService.getUserById(long userId)
Returns the user with the primary key.
|
User |
UserServiceWrapper.getUserById(long userId)
Returns the user with the primary key.
|
User |
UserLocalServiceWrapper.getUserById(long userId)
Returns the user with the primary key.
|
static User |
UserLocalServiceUtil.getUserById(long companyId,
long userId)
Returns the user with the primary key from the company.
|
User |
UserLocalService.getUserById(long companyId,
long userId)
Returns the user with the primary key from the company.
|
User |
UserLocalServiceWrapper.getUserById(long companyId,
long userId)
Returns the user with the primary key from the company.
|
static User |
UserLocalServiceUtil.getUserByOpenId(long companyId,
String openId)
Returns the user with the OpenID.
|
User |
UserLocalService.getUserByOpenId(long companyId,
String openId)
Returns the user with the OpenID.
|
User |
UserLocalServiceWrapper.getUserByOpenId(long companyId,
String openId)
Returns the user with the OpenID.
|
static User |
UserLocalServiceUtil.getUserByPortraitId(long portraitId)
Returns the user with the portrait ID.
|
User |
UserLocalService.getUserByPortraitId(long portraitId)
Returns the user with the portrait ID.
|
User |
UserLocalServiceWrapper.getUserByPortraitId(long portraitId)
Returns the user with the portrait ID.
|
static User |
UserServiceUtil.getUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name.
|
static User |
UserLocalServiceUtil.getUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name.
|
User |
UserLocalService.getUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name.
|
User |
UserService.getUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name.
|
User |
UserServiceWrapper.getUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name.
|
User |
UserLocalServiceWrapper.getUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name.
|
static User |
UserLocalServiceUtil.getUserByUuidAndCompanyId(String uuid,
long companyId)
Returns the user with the matching UUID and company.
|
User |
UserLocalService.getUserByUuidAndCompanyId(String uuid,
long companyId)
Returns the user with the matching UUID and company.
|
User |
UserLocalServiceWrapper.getUserByUuidAndCompanyId(String uuid,
long companyId)
Returns the user with the matching UUID and company.
|
static User |
UserLocalServiceUtil.loadGetDefaultUser(long companyId)
Returns the default user for the company.
|
User |
UserLocalService.loadGetDefaultUser(long companyId)
Returns the default user for the company.
|
User |
UserLocalServiceWrapper.loadGetDefaultUser(long companyId)
Returns the default user for the company.
|
static User |
UserServiceUtil.updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
Updates the user's response to the terms of use agreement.
|
static User |
UserLocalServiceUtil.updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
Updates whether the user has agreed to the terms of use.
|
User |
UserLocalService.updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
Updates whether the user has agreed to the terms of use.
|
User |
UserService.updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
Updates the user's response to the terms of use agreement.
|
User |
UserServiceWrapper.updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
Updates the user's response to the terms of use agreement.
|
User |
UserLocalServiceWrapper.updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
Updates whether the user has agreed to the terms of use.
|
static User |
UserLocalServiceUtil.updateCreateDate(long userId,
Date createDate)
Updates the user's creation date.
|
User |
UserLocalService.updateCreateDate(long userId,
Date createDate)
Updates the user's creation date.
|
User |
UserLocalServiceWrapper.updateCreateDate(long userId,
Date createDate)
Updates the user's creation date.
|
static User |
UserLocalServiceUtil.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2)
Updates the user's email address.
|
User |
UserLocalService.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2)
Updates the user's email address.
|
User |
UserLocalServiceWrapper.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2)
Updates the user's email address.
|
static User |
UserServiceUtil.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address.
|
static User |
UserLocalServiceUtil.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address or sends verification email.
|
User |
UserLocalService.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address or sends verification email.
|
User |
UserService.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address.
|
User |
UserServiceWrapper.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address.
|
User |
UserLocalServiceWrapper.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address or sends verification email.
|
static User |
UserLocalServiceUtil.updateEmailAddressVerified(long userId,
boolean emailAddressVerified)
Updates whether the user has verified email address.
|
User |
UserLocalService.updateEmailAddressVerified(long userId,
boolean emailAddressVerified)
Updates whether the user has verified email address.
|
User |
UserLocalServiceWrapper.updateEmailAddressVerified(long userId,
boolean emailAddressVerified)
Updates whether the user has verified email address.
|
static User |
UserLocalServiceUtil.updateFacebookId(long userId,
long facebookId)
Updates the user's Facebook ID.
|
User |
UserLocalService.updateFacebookId(long userId,
long facebookId)
Updates the user's Facebook ID.
|
User |
UserLocalServiceWrapper.updateFacebookId(long userId,
long facebookId)
Updates the user's Facebook ID.
|
static User |
UserLocalServiceUtil.updateGoogleUserId(long userId,
String googleUserId)
Updates the user's Google user ID.
|
User |
UserLocalService.updateGoogleUserId(long userId,
String googleUserId)
Updates the user's Google user ID.
|
User |
UserLocalServiceWrapper.updateGoogleUserId(long userId,
String googleUserId)
Updates the user's Google user ID.
|
static User |
UserServiceUtil.updateIncompleteUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
boolean updateUserInformation,
boolean sendEmail,
ServiceContext serviceContext)
Updates a user account that was automatically created when a guest user
participated in an action (e.g. posting a comment) and only provided his
name and email address.
|
User |
UserService.updateIncompleteUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
boolean updateUserInformation,
boolean sendEmail,
ServiceContext serviceContext)
Updates a user account that was automatically created when a guest user
participated in an action (e.g. posting a comment) and only provided his
name and email address.
|
User |
UserServiceWrapper.updateIncompleteUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
boolean updateUserInformation,
boolean sendEmail,
ServiceContext serviceContext)
Updates a user account that was automatically created when a guest user
participated in an action (e.g. posting a comment) and only provided his
name and email address.
|
static User |
UserLocalServiceUtil.updateIncompleteUser(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
boolean updateUserInformation,
boolean sendEmail,
ServiceContext serviceContext)
Updates a user account that was automatically created when a guest user
participated in an action (e.g. posting a comment) and only provided his
name and email address.
|
User |
UserLocalService.updateIncompleteUser(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
boolean updateUserInformation,
boolean sendEmail,
ServiceContext serviceContext)
Updates a user account that was automatically created when a guest user
participated in an action (e.g. posting a comment) and only provided his
name and email address.
|
User |
UserLocalServiceWrapper.updateIncompleteUser(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
boolean updateUserInformation,
boolean sendEmail,
ServiceContext serviceContext)
Updates a user account that was automatically created when a guest user
participated in an action (e.g. posting a comment) and only provided his
name and email address.
|
static User |
UserLocalServiceUtil.updateJobTitle(long userId,
String jobTitle)
Updates the user's job title.
|
User |
UserLocalService.updateJobTitle(long userId,
String jobTitle)
Updates the user's job title.
|
User |
UserLocalServiceWrapper.updateJobTitle(long userId,
String jobTitle)
Updates the user's job title.
|
static User |
UserLocalServiceUtil.updateLastLogin(long userId,
String loginIP)
Updates the user's last login with the current time and the IP address.
|
User |
UserLocalService.updateLastLogin(long userId,
String loginIP)
Updates the user's last login with the current time and the IP address.
|
User |
UserLocalServiceWrapper.updateLastLogin(long userId,
String loginIP)
Updates the user's last login with the current time and the IP address.
|
static User |
UserLocalServiceUtil.updateLockout(User user,
boolean lockout)
Updates whether the user is locked out from logging in.
|
User |
UserLocalService.updateLockout(User user,
boolean lockout)
Updates whether the user is locked out from logging in.
|
User |
UserLocalServiceWrapper.updateLockout(User user,
boolean lockout)
Updates whether the user is locked out from logging in.
|
static User |
UserLocalServiceUtil.updateLockoutByEmailAddress(long companyId,
String emailAddress,
boolean lockout)
Updates whether the user is locked out from logging in.
|
User |
UserLocalService.updateLockoutByEmailAddress(long companyId,
String emailAddress,
boolean lockout)
Updates whether the user is locked out from logging in.
|
User |
UserLocalServiceWrapper.updateLockoutByEmailAddress(long companyId,
String emailAddress,
boolean lockout)
Updates whether the user is locked out from logging in.
|
static User |
UserServiceUtil.updateLockoutById(long userId,
boolean lockout)
Updates whether the user is locked out from logging in.
|
static User |
UserLocalServiceUtil.updateLockoutById(long userId,
boolean lockout)
Updates whether the user is locked out from logging in.
|
User |
UserLocalService.updateLockoutById(long userId,
boolean lockout)
Updates whether the user is locked out from logging in.
|
User |
UserService.updateLockoutById(long userId,
boolean lockout)
Updates whether the user is locked out from logging in.
|
User |
UserServiceWrapper.updateLockoutById(long userId,
boolean lockout)
Updates whether the user is locked out from logging in.
|
User |
UserLocalServiceWrapper.updateLockoutById(long userId,
boolean lockout)
Updates whether the user is locked out from logging in.
|
static User |
UserLocalServiceUtil.updateLockoutByScreenName(long companyId,
String screenName,
boolean lockout)
Updates whether the user is locked out from logging in.
|
User |
UserLocalService.updateLockoutByScreenName(long companyId,
String screenName,
boolean lockout)
Updates whether the user is locked out from logging in.
|
User |
UserLocalServiceWrapper.updateLockoutByScreenName(long companyId,
String screenName,
boolean lockout)
Updates whether the user is locked out from logging in.
|
static User |
UserLocalServiceUtil.updateModifiedDate(long userId,
Date modifiedDate)
Updates the user's modified date.
|
User |
UserLocalService.updateModifiedDate(long userId,
Date modifiedDate)
Updates the user's modified date.
|
User |
UserLocalServiceWrapper.updateModifiedDate(long userId,
Date modifiedDate)
Updates the user's modified date.
|
static User |
UserServiceUtil.updateOpenId(long userId,
String openId)
Updates the user's OpenID.
|
static User |
UserLocalServiceUtil.updateOpenId(long userId,
String openId)
Updates the user's OpenID.
|
User |
UserLocalService.updateOpenId(long userId,
String openId)
Updates the user's OpenID.
|
User |
UserService.updateOpenId(long userId,
String openId)
Updates the user's OpenID.
|
User |
UserServiceWrapper.updateOpenId(long userId,
String openId)
Updates the user's OpenID.
|
User |
UserLocalServiceWrapper.updateOpenId(long userId,
String openId)
Updates the user's OpenID.
|
static User |
UserServiceUtil.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset)
Updates the user's password without tracking or validation of the change.
|
static User |
UserLocalServiceUtil.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset)
Updates the user's password without tracking or validation of the change.
|
User |
UserLocalService.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset)
Updates the user's password without tracking or validation of the change.
|
User |
UserService.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset)
Updates the user's password without tracking or validation of the change.
|
User |
UserServiceWrapper.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset)
Updates the user's password without tracking or validation of the change.
|
User |
UserLocalServiceWrapper.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset)
Updates the user's password without tracking or validation of the change.
|
static User |
UserLocalServiceUtil.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset,
boolean silentUpdate)
Updates the user's password, optionally with tracking and validation of
the change.
|
User |
UserLocalService.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset,
boolean silentUpdate)
Updates the user's password, optionally with tracking and validation of
the change.
|
User |
UserLocalServiceWrapper.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset,
boolean silentUpdate)
Updates the user's password, optionally with tracking and validation of
the change.
|
static User |
UserLocalServiceUtil.updatePasswordManually(long userId,
String password,
boolean passwordEncrypted,
boolean passwordReset,
Date passwordModifiedDate)
Updates the user's password with manually input information.
|
User |
UserLocalService.updatePasswordManually(long userId,
String password,
boolean passwordEncrypted,
boolean passwordReset,
Date passwordModifiedDate)
Updates the user's password with manually input information.
|
User |
UserLocalServiceWrapper.updatePasswordManually(long userId,
String password,
boolean passwordEncrypted,
boolean passwordReset,
Date passwordModifiedDate)
Updates the user's password with manually input information.
|
static User |
UserLocalServiceUtil.updatePasswordReset(long userId,
boolean passwordReset)
Updates whether the user should be asked to reset their password the next
time they login.
|
User |
UserLocalService.updatePasswordReset(long userId,
boolean passwordReset)
Updates whether the user should be asked to reset their password the next
time they login.
|
User |
UserLocalServiceWrapper.updatePasswordReset(long userId,
boolean passwordReset)
Updates whether the user should be asked to reset their password the next
time they login.
|
static User |
UserServiceUtil.updatePortrait(long userId,
byte[] bytes)
Updates the user's portrait image.
|
static User |
UserLocalServiceUtil.updatePortrait(long userId,
byte[] bytes)
Updates the user's portrait image.
|
User |
UserLocalService.updatePortrait(long userId,
byte[] bytes)
Updates the user's portrait image.
|
User |
UserService.updatePortrait(long userId,
byte[] bytes)
Updates the user's portrait image.
|
User |
UserServiceWrapper.updatePortrait(long userId,
byte[] bytes)
Updates the user's portrait image.
|
User |
UserLocalServiceWrapper.updatePortrait(long userId,
byte[] bytes)
Updates the user's portrait image.
|
static User |
UserServiceUtil.updateReminderQuery(long userId,
String question,
String answer)
Updates the user's password reset question and answer.
|
static User |
UserLocalServiceUtil.updateReminderQuery(long userId,
String question,
String answer)
Updates the user's password reset question and answer.
|
User |
UserLocalService.updateReminderQuery(long userId,
String question,
String answer)
Updates the user's password reset question and answer.
|
User |
UserService.updateReminderQuery(long userId,
String question,
String answer)
Updates the user's password reset question and answer.
|
User |
UserServiceWrapper.updateReminderQuery(long userId,
String question,
String answer)
Updates the user's password reset question and answer.
|
User |
UserLocalServiceWrapper.updateReminderQuery(long userId,
String question,
String answer)
Updates the user's password reset question and answer.
|
static User |
UserServiceUtil.updateScreenName(long userId,
String screenName)
Updates the user's screen name.
|
static User |
UserLocalServiceUtil.updateScreenName(long userId,
String screenName)
Updates the user's screen name.
|
User |
UserLocalService.updateScreenName(long userId,
String screenName)
Updates the user's screen name.
|
User |
UserService.updateScreenName(long userId,
String screenName)
Updates the user's screen name.
|
User |
UserServiceWrapper.updateScreenName(long userId,
String screenName)
Updates the user's screen name.
|
User |
UserLocalServiceWrapper.updateScreenName(long userId,
String screenName)
Updates the user's screen name.
|
static User |
UserServiceUtil.updateStatus(long userId,
int status)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserServiceUtil.updateStatus(long, int, ServiceContext) |
static User |
UserLocalServiceUtil.updateStatus(long userId,
int status)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalServiceUtil.updateStatus(long, int, ServiceContext) |
User |
UserLocalService.updateStatus(long userId,
int status)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalService.updateStatus(long, int, ServiceContext) |
User |
UserService.updateStatus(long userId,
int status)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserService.updateStatus(long, int, ServiceContext) |
User |
UserServiceWrapper.updateStatus(long userId,
int status)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserServiceWrapper.updateStatus(long, int, ServiceContext) |
User |
UserLocalServiceWrapper.updateStatus(long userId,
int status)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalServiceWrapper.updateStatus(long, int, ServiceContext) |
static User |
UserServiceUtil.updateStatus(long userId,
int status,
ServiceContext serviceContext)
Updates the user's workflow status.
|
static User |
UserLocalServiceUtil.updateStatus(long userId,
int status,
ServiceContext serviceContext)
Updates the user's workflow status.
|
User |
UserLocalService.updateStatus(long userId,
int status,
ServiceContext serviceContext)
Updates the user's workflow status.
|
User |
UserService.updateStatus(long userId,
int status,
ServiceContext serviceContext)
Updates the user's workflow status.
|
User |
UserServiceWrapper.updateStatus(long userId,
int status,
ServiceContext serviceContext)
Updates the user's workflow status.
|
User |
UserLocalServiceWrapper.updateStatus(long userId,
int status,
ServiceContext serviceContext)
Updates the user's workflow status.
|
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) |
static User |
UserLocalServiceUtil.updateUser(User user)
Updates the user in the database or adds it if it does not yet exist.
|
User |
UserLocalService.updateUser(User user)
Updates the user in the database or adds it if it does not yet exist.
|
User |
UserLocalServiceWrapper.updateUser(User user)
Updates the user in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<User> |
UserServiceUtil.getCompanyUsers(long companyId,
int start,
int end) |
static List<User> |
UserLocalServiceUtil.getCompanyUsers(long companyId,
int start,
int end)
Returns a range of all the users belonging to the company.
|
List<User> |
UserLocalService.getCompanyUsers(long companyId,
int start,
int end)
Returns a range of all the users belonging to the company.
|
List<User> |
UserService.getCompanyUsers(long companyId,
int start,
int end) |
List<User> |
UserServiceWrapper.getCompanyUsers(long companyId,
int start,
int end) |
List<User> |
UserLocalServiceWrapper.getCompanyUsers(long companyId,
int start,
int end)
Returns a range of all the users belonging to the company.
|
static List<User> |
UserServiceUtil.getGroupUsers(long groupId)
Returns all the users belonging to the group.
|
static List<User> |
UserLocalServiceUtil.getGroupUsers(long groupId) |
List<User> |
UserLocalService.getGroupUsers(long groupId) |
List<User> |
UserService.getGroupUsers(long groupId)
Returns all the users belonging to the group.
|
List<User> |
UserServiceWrapper.getGroupUsers(long groupId)
Returns all the users belonging to the group.
|
List<User> |
UserLocalServiceWrapper.getGroupUsers(long groupId) |
static List<User> |
UserLocalServiceUtil.getGroupUsers(long groupId,
int start,
int end) |
List<User> |
UserLocalService.getGroupUsers(long groupId,
int start,
int end) |
List<User> |
UserLocalServiceWrapper.getGroupUsers(long groupId,
int start,
int end) |
static List<User> |
UserServiceUtil.getGroupUsers(long groupId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
static List<User> |
UserLocalServiceUtil.getGroupUsers(long groupId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserLocalService.getGroupUsers(long groupId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserService.getGroupUsers(long groupId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserServiceWrapper.getGroupUsers(long groupId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserLocalServiceWrapper.getGroupUsers(long groupId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
static List<User> |
UserLocalServiceUtil.getGroupUsers(long groupId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalService.getGroupUsers(long groupId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalServiceWrapper.getGroupUsers(long groupId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
static List<User> |
UserServiceUtil.getGroupUsers(long groupId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
static List<User> |
UserLocalServiceUtil.getGroupUsers(long groupId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserLocalService.getGroupUsers(long groupId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserService.getGroupUsers(long groupId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserServiceWrapper.getGroupUsers(long groupId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserLocalServiceWrapper.getGroupUsers(long groupId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
static List<User> |
UserServiceUtil.getGtCompanyUsers(long gtUserId,
long companyId,
int size) |
List<User> |
UserService.getGtCompanyUsers(long gtUserId,
long companyId,
int size) |
List<User> |
UserServiceWrapper.getGtCompanyUsers(long gtUserId,
long companyId,
int size) |
static List<User> |
UserServiceUtil.getGtOrganizationUsers(long gtUserId,
long organizationId,
int size) |
List<User> |
UserService.getGtOrganizationUsers(long gtUserId,
long organizationId,
int size) |
List<User> |
UserServiceWrapper.getGtOrganizationUsers(long gtUserId,
long organizationId,
int size) |
static List<User> |
UserServiceUtil.getGtUserGroupUsers(long gtUserId,
long userGroupId,
int size) |
List<User> |
UserService.getGtUserGroupUsers(long gtUserId,
long userGroupId,
int size) |
List<User> |
UserServiceWrapper.getGtUserGroupUsers(long gtUserId,
long userGroupId,
int size) |
static List<User> |
UserLocalServiceUtil.getInheritedRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserLocalService.getInheritedRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserLocalServiceWrapper.getInheritedRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> obc) |
static List<User> |
UserLocalServiceUtil.getNoAnnouncementsDeliveries(String type)
Returns all the users who have not had any announcements of the type
delivered, excluding the default user.
|
List<User> |
UserLocalService.getNoAnnouncementsDeliveries(String type)
Returns all the users who have not had any announcements of the type
delivered, excluding the default user.
|
List<User> |
UserLocalServiceWrapper.getNoAnnouncementsDeliveries(String type)
Returns all the users who have not had any announcements of the type
delivered, excluding the default user.
|
static List<User> |
UserLocalServiceUtil.getNoContacts()
Returns all the users who do not have any contacts.
|
List<User> |
UserLocalService.getNoContacts()
Returns all the users who do not have any contacts.
|
List<User> |
UserLocalServiceWrapper.getNoContacts()
Returns all the users who do not have any contacts.
|
static List<User> |
UserLocalServiceUtil.getNoGroups()
Returns all the users who do not belong to any groups, excluding the
default user.
|
List<User> |
UserLocalService.getNoGroups()
Returns all the users who do not belong to any groups, excluding the
default user.
|
List<User> |
UserLocalServiceWrapper.getNoGroups()
Returns all the users who do not belong to any groups, excluding the
default user.
|
static List<User> |
UserServiceUtil.getOrganizationUsers(long organizationId)
Returns all the users belonging to the organization.
|
static List<User> |
UserLocalServiceUtil.getOrganizationUsers(long organizationId) |
List<User> |
UserLocalService.getOrganizationUsers(long organizationId) |
List<User> |
UserService.getOrganizationUsers(long organizationId)
Returns all the users belonging to the organization.
|
List<User> |
UserServiceWrapper.getOrganizationUsers(long organizationId)
Returns all the users belonging to the organization.
|
List<User> |
UserLocalServiceWrapper.getOrganizationUsers(long organizationId) |
static List<User> |
UserLocalServiceUtil.getOrganizationUsers(long organizationId,
int start,
int end) |
List<User> |
UserLocalService.getOrganizationUsers(long organizationId,
int start,
int end) |
List<User> |
UserLocalServiceWrapper.getOrganizationUsers(long organizationId,
int start,
int end) |
static List<User> |
UserServiceUtil.getOrganizationUsers(long organizationId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
static List<User> |
UserLocalServiceUtil.getOrganizationUsers(long organizationId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserLocalService.getOrganizationUsers(long organizationId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserService.getOrganizationUsers(long organizationId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserServiceWrapper.getOrganizationUsers(long organizationId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserLocalServiceWrapper.getOrganizationUsers(long organizationId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
static List<User> |
UserLocalServiceUtil.getOrganizationUsers(long organizationId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalService.getOrganizationUsers(long organizationId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalServiceWrapper.getOrganizationUsers(long organizationId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
static List<User> |
UserServiceUtil.getOrganizationUsers(long organizationId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
static List<User> |
UserLocalServiceUtil.getOrganizationUsers(long organizationId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserLocalService.getOrganizationUsers(long organizationId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserService.getOrganizationUsers(long organizationId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserServiceWrapper.getOrganizationUsers(long organizationId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserLocalServiceWrapper.getOrganizationUsers(long organizationId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
static List<User> |
UserLocalServiceUtil.getRoleUsers(long roleId) |
List<User> |
UserLocalService.getRoleUsers(long roleId) |
List<User> |
UserLocalServiceWrapper.getRoleUsers(long roleId) |
static List<User> |
UserLocalServiceUtil.getRoleUsers(long roleId,
int start,
int end) |
List<User> |
UserLocalService.getRoleUsers(long roleId,
int start,
int end) |
List<User> |
UserLocalServiceWrapper.getRoleUsers(long roleId,
int start,
int end) |
static List<User> |
UserLocalServiceUtil.getRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalService.getRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalServiceWrapper.getRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalServiceUtil.getSocialUsers(long, int, String, int, int,
OrderByComparator) |
List<User> |
UserLocalService.getSocialUsers(long userId,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalService.getSocialUsers(long, int, String, int, int,
OrderByComparator) |
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalServiceWrapper.getSocialUsers(long, int, String, int, int,
OrderByComparator) |
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId,
int start,
int end,
OrderByComparator<User> obc)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalServiceUtil.getSocialUsers(long, int, String, int, int,
OrderByComparator) |
List<User> |
UserLocalService.getSocialUsers(long userId,
int start,
int end,
OrderByComparator<User> obc)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalService.getSocialUsers(long, int, String, int, int,
OrderByComparator) |
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId,
int start,
int end,
OrderByComparator<User> obc)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalServiceWrapper.getSocialUsers(long, int, String, int, int,
OrderByComparator) |
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId,
int socialRelationType,
String socialRelationTypeComparator,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserLocalService.getSocialUsers(long userId,
int socialRelationType,
String socialRelationTypeComparator,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId,
int socialRelationType,
String socialRelationTypeComparator,
int start,
int end,
OrderByComparator<User> obc) |
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId1,
long userId2,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation
of the type with both of the given users.
|
List<User> |
UserLocalService.getSocialUsers(long userId1,
long userId2,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation
of the type with both of the given users.
|
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId1,
long userId2,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation
of the type with both of the given users.
|
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId1,
long userId2,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation
with both of the given users.
|
List<User> |
UserLocalService.getSocialUsers(long userId1,
long userId2,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation
with both of the given users.
|
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId1,
long userId2,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation
with both of the given users.
|
static List<User> |
UserLocalServiceUtil.getTeamUsers(long teamId) |
List<User> |
UserLocalService.getTeamUsers(long teamId) |
List<User> |
UserLocalServiceWrapper.getTeamUsers(long teamId) |
static List<User> |
UserLocalServiceUtil.getTeamUsers(long teamId,
int start,
int end) |
List<User> |
UserLocalService.getTeamUsers(long teamId,
int start,
int end) |
List<User> |
UserLocalServiceWrapper.getTeamUsers(long teamId,
int start,
int end) |
static List<User> |
UserLocalServiceUtil.getTeamUsers(long teamId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalService.getTeamUsers(long teamId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalServiceWrapper.getTeamUsers(long teamId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
static List<User> |
UserServiceUtil.getUserGroupUsers(long userGroupId) |
static List<User> |
UserLocalServiceUtil.getUserGroupUsers(long userGroupId) |
List<User> |
UserLocalService.getUserGroupUsers(long userGroupId) |
List<User> |
UserService.getUserGroupUsers(long userGroupId) |
List<User> |
UserServiceWrapper.getUserGroupUsers(long userGroupId) |
List<User> |
UserLocalServiceWrapper.getUserGroupUsers(long userGroupId) |
static List<User> |
UserServiceUtil.getUserGroupUsers(long userGroupId,
int start,
int end) |
static List<User> |
UserLocalServiceUtil.getUserGroupUsers(long userGroupId,
int start,
int end) |
List<User> |
UserLocalService.getUserGroupUsers(long userGroupId,
int start,
int end) |
List<User> |
UserService.getUserGroupUsers(long userGroupId,
int start,
int end) |
List<User> |
UserServiceWrapper.getUserGroupUsers(long userGroupId,
int start,
int end) |
List<User> |
UserLocalServiceWrapper.getUserGroupUsers(long userGroupId,
int start,
int end) |
static List<User> |
UserLocalServiceUtil.getUserGroupUsers(long userGroupId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalService.getUserGroupUsers(long userGroupId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalServiceWrapper.getUserGroupUsers(long userGroupId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
static List<User> |
UserLocalServiceUtil.getUsers(int start,
int end)
Returns a range of all the users.
|
List<User> |
UserLocalService.getUsers(int start,
int end)
Returns a range of all the users.
|
List<User> |
UserLocalServiceWrapper.getUsers(int start,
int end)
Returns a range of all the users.
|
static List<User> |
UserLocalServiceUtil.getUsers(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserLocalService.getUsers(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserLocalServiceWrapper.getUsers(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> obc) |
static List<User> |
UserLocalServiceUtil.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users who match the keywords and
status, without using the indexer.
|
List<User> |
UserLocalService.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users who match the keywords and
status, without using the indexer.
|
List<User> |
UserLocalServiceWrapper.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users who match the keywords and
status, without using the indexer.
|
static List<User> |
UserLocalServiceUtil.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with the status, and whose
first name, middle name, last name, screen name, and email address match
the keywords specified for them, without using the indexer.
|
List<User> |
UserLocalService.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with the status, and whose
first name, middle name, last name, screen name, and email address match
the keywords specified for them, without using the indexer.
|
List<User> |
UserLocalServiceWrapper.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with the status, and whose
first name, middle name, last name, screen name, and email address match
the keywords specified for them, without using the indexer.
|
static List<User> |
UserLocalServiceUtil.searchSocial(long[] groupIds,
long userId,
int[] socialRelationTypes,
String keywords,
int start,
int end) |
List<User> |
UserLocalService.searchSocial(long[] groupIds,
long userId,
int[] socialRelationTypes,
String keywords,
int start,
int end) |
List<User> |
UserLocalServiceWrapper.searchSocial(long[] groupIds,
long userId,
int[] socialRelationTypes,
String keywords,
int start,
int end) |
static List<User> |
UserLocalServiceUtil.searchSocial(long userId,
int[] socialRelationTypes,
String keywords,
int start,
int end) |
List<User> |
UserLocalService.searchSocial(long userId,
int[] socialRelationTypes,
String keywords,
int start,
int end) |
List<User> |
UserLocalServiceWrapper.searchSocial(long userId,
int[] socialRelationTypes,
String keywords,
int start,
int end) |
static List<User> |
UserLocalServiceUtil.searchSocial(long companyId,
long[] groupIds,
String keywords,
int start,
int end) |
List<User> |
UserLocalService.searchSocial(long companyId,
long[] groupIds,
String keywords,
int start,
int end) |
List<User> |
UserLocalServiceWrapper.searchSocial(long companyId,
long[] groupIds,
String keywords,
int start,
int end) |
static BaseModelSearchResult<User> |
UserLocalServiceUtil.searchUsers(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort) |
BaseModelSearchResult<User> |
UserLocalService.searchUsers(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort) |
BaseModelSearchResult<User> |
UserLocalServiceWrapper.searchUsers(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort) |
static BaseModelSearchResult<User> |
UserLocalServiceUtil.searchUsers(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort[] sorts) |
BaseModelSearchResult<User> |
UserLocalService.searchUsers(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort[] sorts) |
BaseModelSearchResult<User> |
UserLocalServiceWrapper.searchUsers(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort[] sorts) |
static BaseModelSearchResult<User> |
UserLocalServiceUtil.searchUsers(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort) |
BaseModelSearchResult<User> |
UserLocalService.searchUsers(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort) |
BaseModelSearchResult<User> |
UserLocalServiceWrapper.searchUsers(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort) |
static BaseModelSearchResult<User> |
UserLocalServiceUtil.searchUsers(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort[] sorts) |
BaseModelSearchResult<User> |
UserLocalService.searchUsers(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort[] sorts) |
BaseModelSearchResult<User> |
UserLocalServiceWrapper.searchUsers(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort[] sorts) |
Modifier and Type | Method and Description |
---|---|
static void |
UserLocalServiceUtil.addGroupUser(long groupId,
User user) |
void |
UserLocalService.addGroupUser(long groupId,
User user) |
void |
UserLocalServiceWrapper.addGroupUser(long groupId,
User user) |
static void |
UserLocalServiceUtil.addOrganizationUser(long organizationId,
User user) |
void |
UserLocalService.addOrganizationUser(long organizationId,
User user) |
void |
UserLocalServiceWrapper.addOrganizationUser(long organizationId,
User user) |
static void |
UserLocalServiceUtil.addRoleUser(long roleId,
User user) |
void |
UserLocalService.addRoleUser(long roleId,
User user) |
void |
UserLocalServiceWrapper.addRoleUser(long roleId,
User user) |
static void |
UserLocalServiceUtil.addTeamUser(long teamId,
User user) |
void |
UserLocalService.addTeamUser(long teamId,
User user) |
void |
UserLocalServiceWrapper.addTeamUser(long teamId,
User user) |
static User |
UserLocalServiceUtil.addUser(User user)
Adds the user to the database.
|
User |
UserLocalService.addUser(User user)
Adds the user to the database.
|
User |
UserLocalServiceWrapper.addUser(User user)
Adds the user to the database.
|
static void |
UserLocalServiceUtil.addUserGroupUser(long userGroupId,
User user) |
void |
UserLocalService.addUserGroupUser(long userGroupId,
User user) |
void |
UserLocalServiceWrapper.addUserGroupUser(long userGroupId,
User user) |
static void |
UserLocalServiceUtil.checkLockout(User user)
Checks if the user is currently locked out based on the password policy,
and performs maintenance on the user's lockout and failed login data.
|
void |
UserLocalService.checkLockout(User user)
Checks if the user is currently locked out based on the password policy,
and performs maintenance on the user's lockout and failed login data.
|
void |
UserLocalServiceWrapper.checkLockout(User user)
Checks if the user is currently locked out based on the password policy,
and performs maintenance on the user's lockout and failed login data.
|
static void |
UserLocalServiceUtil.checkLoginFailure(User user)
Adds a failed login attempt to the user and updates the user's last
failed login date.
|
void |
UserLocalService.checkLoginFailure(User user)
Adds a failed login attempt to the user and updates the user's last
failed login date.
|
void |
UserLocalServiceWrapper.checkLoginFailure(User user)
Adds a failed login attempt to the user and updates the user's last
failed login date.
|
static void |
UserLocalServiceUtil.checkPasswordExpired(User user)
Checks if the user's password is expired based on the password policy,
and performs maintenance on the user's grace login and password reset
data.
|
void |
UserLocalService.checkPasswordExpired(User user)
Checks if the user's password is expired based on the password policy,
and performs maintenance on the user's grace login and password reset
data.
|
void |
UserLocalServiceWrapper.checkPasswordExpired(User user)
Checks if the user's password is expired based on the password policy,
and performs maintenance on the user's grace login and password reset
data.
|
static void |
UserLocalServiceUtil.completeUserRegistration(User user,
ServiceContext serviceContext)
Completes the user's registration by generating a password and sending
the confirmation email.
|
void |
UserLocalService.completeUserRegistration(User user,
ServiceContext serviceContext)
Completes the user's registration by generating a password and sending
the confirmation email.
|
void |
UserLocalServiceWrapper.completeUserRegistration(User user,
ServiceContext serviceContext)
Completes the user's registration by generating a password and sending
the confirmation email.
|
static void |
UserLocalServiceUtil.deleteGroupUser(long groupId,
User user) |
void |
UserLocalService.deleteGroupUser(long groupId,
User user) |
void |
UserLocalServiceWrapper.deleteGroupUser(long groupId,
User user) |
static void |
UserLocalServiceUtil.deleteOrganizationUser(long organizationId,
User user) |
void |
UserLocalService.deleteOrganizationUser(long organizationId,
User user) |
void |
UserLocalServiceWrapper.deleteOrganizationUser(long organizationId,
User user) |
static void |
UserLocalServiceUtil.deleteRoleUser(long roleId,
User user) |
void |
UserLocalService.deleteRoleUser(long roleId,
User user) |
void |
UserLocalServiceWrapper.deleteRoleUser(long roleId,
User user) |
static void |
UserLocalServiceUtil.deleteTeamUser(long teamId,
User user) |
void |
UserLocalService.deleteTeamUser(long teamId,
User user) |
void |
UserLocalServiceWrapper.deleteTeamUser(long teamId,
User user) |
static User |
UserLocalServiceUtil.deleteUser(User user)
Deletes the user from the database.
|
User |
UserLocalService.deleteUser(User user)
Deletes the user from the database.
|
User |
UserLocalServiceWrapper.deleteUser(User user)
Deletes the user from the database.
|
static void |
UserLocalServiceUtil.deleteUserGroupUser(long userGroupId,
User user) |
void |
UserLocalService.deleteUserGroupUser(long userGroupId,
User user) |
void |
UserLocalServiceWrapper.deleteUserGroupUser(long userGroupId,
User user) |
int |
LayoutLocalServiceWrapper.getLayoutsCount(User user,
boolean privateLayout) |
int |
LayoutLocalService.getLayoutsCount(User user,
boolean privateLayout) |
static int |
LayoutLocalServiceUtil.getLayoutsCount(User user,
boolean privateLayout) |
int |
LayoutLocalServiceWrapper.getLayoutsCount(User user,
boolean privateLayout,
boolean includeUserGroups) |
int |
LayoutLocalService.getLayoutsCount(User user,
boolean privateLayout,
boolean includeUserGroups) |
static int |
LayoutLocalServiceUtil.getLayoutsCount(User user,
boolean privateLayout,
boolean includeUserGroups) |
PasswordPolicy |
PasswordPolicyLocalService.getPasswordPolicyByUser(User user) |
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUser(User user) |
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.getPasswordPolicyByUser(User user) |
boolean |
LayoutLocalServiceWrapper.hasLayouts(User user,
boolean privateLayout) |
boolean |
LayoutLocalService.hasLayouts(User user,
boolean privateLayout) |
static boolean |
LayoutLocalServiceUtil.hasLayouts(User user,
boolean privateLayout) |
boolean |
LayoutLocalServiceWrapper.hasLayouts(User user,
boolean privateLayout,
boolean includeUserGroups) |
boolean |
LayoutLocalService.hasLayouts(User user,
boolean privateLayout,
boolean includeUserGroups) |
static boolean |
LayoutLocalServiceUtil.hasLayouts(User user,
boolean privateLayout,
boolean includeUserGroups) |
static boolean |
UserLocalServiceUtil.isPasswordExpired(User user)
Returns
true if the user's password is expired. |
boolean |
UserLocalService.isPasswordExpired(User user)
Returns
true if the user's password is expired. |
boolean |
UserLocalServiceWrapper.isPasswordExpired(User user)
Returns
true if the user's password is expired. |
static boolean |
UserLocalServiceUtil.isPasswordExpiringSoon(User user)
Deprecated.
As of Judson (7.1.x)
|
boolean |
UserLocalService.isPasswordExpiringSoon(User user)
Deprecated.
As of Judson (7.1.x)
|
boolean |
UserLocalServiceWrapper.isPasswordExpiringSoon(User user)
Deprecated.
As of Judson (7.1.x)
|
static void |
UserLocalServiceUtil.sendEmailAddressVerification(User user,
String emailAddress,
ServiceContext serviceContext)
Sends an email address verification to the user.
|
void |
UserLocalService.sendEmailAddressVerification(User user,
String emailAddress,
ServiceContext serviceContext)
Sends an email address verification to the user.
|
void |
UserLocalServiceWrapper.sendEmailAddressVerification(User user,
String emailAddress,
ServiceContext serviceContext)
Sends an email address verification to the user.
|
static void |
UserLocalServiceUtil.updateAsset(long userId,
User user,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the user's asset with the new asset categories and tag names,
removing and adding asset categories and tag names as necessary.
|
void |
UserLocalService.updateAsset(long userId,
User user,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the user's asset with the new asset categories and tag names,
removing and adding asset categories and tag names as necessary.
|
void |
UserLocalServiceWrapper.updateAsset(long userId,
User user,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the user's asset with the new asset categories and tag names,
removing and adding asset categories and tag names as necessary.
|
static User |
UserLocalServiceUtil.updateLockout(User user,
boolean lockout)
Updates whether the user is locked out from logging in.
|
User |
UserLocalService.updateLockout(User user,
boolean lockout)
Updates whether the user is locked out from logging in.
|
User |
UserLocalServiceWrapper.updateLockout(User user,
boolean lockout)
Updates whether the user is locked out from logging in.
|
static User |
UserLocalServiceUtil.updateUser(User user)
Updates the user in the database or adds it if it does not yet exist.
|
User |
UserLocalService.updateUser(User user)
Updates the user in the database or adds it if it does not yet exist.
|
User |
UserLocalServiceWrapper.updateUser(User user)
Updates the user in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static void |
UserLocalServiceUtil.addGroupUsers(long groupId,
List<User> users) |
void |
UserLocalService.addGroupUsers(long groupId,
List<User> users) |
void |
UserLocalServiceWrapper.addGroupUsers(long groupId,
List<User> users) |
static void |
UserLocalServiceUtil.addOrganizationUsers(long organizationId,
List<User> users) |
void |
UserLocalService.addOrganizationUsers(long organizationId,
List<User> users) |
void |
UserLocalServiceWrapper.addOrganizationUsers(long organizationId,
List<User> users) |
static void |
UserLocalServiceUtil.addRoleUsers(long roleId,
List<User> users) |
void |
UserLocalService.addRoleUsers(long roleId,
List<User> users) |
void |
UserLocalServiceWrapper.addRoleUsers(long roleId,
List<User> users) |
static void |
UserLocalServiceUtil.addTeamUsers(long teamId,
List<User> users) |
void |
UserLocalService.addTeamUsers(long teamId,
List<User> users) |
void |
UserLocalServiceWrapper.addTeamUsers(long teamId,
List<User> users) |
static void |
UserLocalServiceUtil.addUserGroupUsers(long userGroupId,
List<User> users) |
void |
UserLocalService.addUserGroupUsers(long userGroupId,
List<User> users) |
void |
UserLocalServiceWrapper.addUserGroupUsers(long userGroupId,
List<User> users) |
static void |
UserLocalServiceUtil.deleteGroupUsers(long groupId,
List<User> users) |
void |
UserLocalService.deleteGroupUsers(long groupId,
List<User> users) |
void |
UserLocalServiceWrapper.deleteGroupUsers(long groupId,
List<User> users) |
static void |
UserLocalServiceUtil.deleteOrganizationUsers(long organizationId,
List<User> users) |
void |
UserLocalService.deleteOrganizationUsers(long organizationId,
List<User> users) |
void |
UserLocalServiceWrapper.deleteOrganizationUsers(long organizationId,
List<User> users) |
static void |
UserLocalServiceUtil.deleteRoleUsers(long roleId,
List<User> users) |
void |
UserLocalService.deleteRoleUsers(long roleId,
List<User> users) |
void |
UserLocalServiceWrapper.deleteRoleUsers(long roleId,
List<User> users) |
static void |
UserLocalServiceUtil.deleteTeamUsers(long teamId,
List<User> users) |
void |
UserLocalService.deleteTeamUsers(long teamId,
List<User> users) |
void |
UserLocalServiceWrapper.deleteTeamUsers(long teamId,
List<User> users) |
static void |
UserLocalServiceUtil.deleteUserGroupUsers(long userGroupId,
List<User> users) |
void |
UserLocalService.deleteUserGroupUsers(long userGroupId,
List<User> users) |
void |
UserLocalServiceWrapper.deleteUserGroupUsers(long userGroupId,
List<User> users) |
static List<User> |
UserServiceUtil.getGroupUsers(long groupId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
static List<User> |
UserLocalServiceUtil.getGroupUsers(long groupId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserLocalService.getGroupUsers(long groupId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserService.getGroupUsers(long groupId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserServiceWrapper.getGroupUsers(long groupId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserLocalServiceWrapper.getGroupUsers(long groupId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
static List<User> |
UserLocalServiceUtil.getGroupUsers(long groupId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalService.getGroupUsers(long groupId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalServiceWrapper.getGroupUsers(long groupId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
static List<User> |
UserServiceUtil.getGroupUsers(long groupId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
static List<User> |
UserLocalServiceUtil.getGroupUsers(long groupId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserLocalService.getGroupUsers(long groupId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserService.getGroupUsers(long groupId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserServiceWrapper.getGroupUsers(long groupId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
List<User> |
UserLocalServiceWrapper.getGroupUsers(long groupId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to a group.
|
static List<User> |
UserLocalServiceUtil.getInheritedRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserLocalService.getInheritedRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserLocalServiceWrapper.getInheritedRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> obc) |
static List<User> |
UserServiceUtil.getOrganizationUsers(long organizationId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
static List<User> |
UserLocalServiceUtil.getOrganizationUsers(long organizationId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserLocalService.getOrganizationUsers(long organizationId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserService.getOrganizationUsers(long organizationId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserServiceWrapper.getOrganizationUsers(long organizationId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserLocalServiceWrapper.getOrganizationUsers(long organizationId,
int status,
int start,
int end,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
static List<User> |
UserLocalServiceUtil.getOrganizationUsers(long organizationId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalService.getOrganizationUsers(long organizationId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalServiceWrapper.getOrganizationUsers(long organizationId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
static List<User> |
UserServiceUtil.getOrganizationUsers(long organizationId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
static List<User> |
UserLocalServiceUtil.getOrganizationUsers(long organizationId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserLocalService.getOrganizationUsers(long organizationId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserService.getOrganizationUsers(long organizationId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserServiceWrapper.getOrganizationUsers(long organizationId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
List<User> |
UserLocalServiceWrapper.getOrganizationUsers(long organizationId,
int status,
OrderByComparator<User> obc)
Returns the users belonging to the organization with the status.
|
static List<User> |
UserLocalServiceUtil.getRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalService.getRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalServiceWrapper.getRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalServiceUtil.getSocialUsers(long, int, String, int, int,
OrderByComparator) |
List<User> |
UserLocalService.getSocialUsers(long userId,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalService.getSocialUsers(long, int, String, int, int,
OrderByComparator) |
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalServiceWrapper.getSocialUsers(long, int, String, int, int,
OrderByComparator) |
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId,
int start,
int end,
OrderByComparator<User> obc)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalServiceUtil.getSocialUsers(long, int, String, int, int,
OrderByComparator) |
List<User> |
UserLocalService.getSocialUsers(long userId,
int start,
int end,
OrderByComparator<User> obc)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalService.getSocialUsers(long, int, String, int, int,
OrderByComparator) |
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId,
int start,
int end,
OrderByComparator<User> obc)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserLocalServiceWrapper.getSocialUsers(long, int, String, int, int,
OrderByComparator) |
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId,
int socialRelationType,
String socialRelationTypeComparator,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserLocalService.getSocialUsers(long userId,
int socialRelationType,
String socialRelationTypeComparator,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId,
int socialRelationType,
String socialRelationTypeComparator,
int start,
int end,
OrderByComparator<User> obc) |
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId1,
long userId2,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation
of the type with both of the given users.
|
List<User> |
UserLocalService.getSocialUsers(long userId1,
long userId2,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation
of the type with both of the given users.
|
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId1,
long userId2,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation
of the type with both of the given users.
|
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId1,
long userId2,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation
with both of the given users.
|
List<User> |
UserLocalService.getSocialUsers(long userId1,
long userId2,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation
with both of the given users.
|
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId1,
long userId2,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation
with both of the given users.
|
static List<User> |
UserLocalServiceUtil.getTeamUsers(long teamId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalService.getTeamUsers(long teamId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalServiceWrapper.getTeamUsers(long teamId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
static List<User> |
UserLocalServiceUtil.getUserGroupUsers(long userGroupId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalService.getUserGroupUsers(long userGroupId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserLocalServiceWrapper.getUserGroupUsers(long userGroupId,
int start,
int end,
OrderByComparator<User> orderByComparator) |
static List<User> |
UserLocalServiceUtil.getUsers(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserLocalService.getUsers(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserLocalServiceWrapper.getUsers(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> obc) |
static List<User> |
UserLocalServiceUtil.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users who match the keywords and
status, without using the indexer.
|
List<User> |
UserLocalService.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users who match the keywords and
status, without using the indexer.
|
List<User> |
UserLocalServiceWrapper.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users who match the keywords and
status, without using the indexer.
|
static List<User> |
UserLocalServiceUtil.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with the status, and whose
first name, middle name, last name, screen name, and email address match
the keywords specified for them, without using the indexer.
|
List<User> |
UserLocalService.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with the status, and whose
first name, middle name, last name, screen name, and email address match
the keywords specified for them, without using the indexer.
|
List<User> |
UserLocalServiceWrapper.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with the status, and whose
first name, middle name, last name, screen name, and email address match
the keywords specified for them, without using the indexer.
|
static void |
UserLocalServiceUtil.unsetRoleUsers(long roleId,
List<User> users)
Removes the users from the role.
|
void |
UserLocalService.unsetRoleUsers(long roleId,
List<User> users)
Removes the users from the role.
|
void |
UserLocalServiceWrapper.unsetRoleUsers(long roleId,
List<User> users)
Removes the users from the role.
|
Modifier and Type | Method and Description |
---|---|
User |
UserPersistence.create(long userId)
Creates a new user with the primary key.
|
static User |
UserUtil.create(long userId)
Creates a new user with the primary key.
|
User |
UserPersistence.fetchByC_CD_First(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?.
|
static User |
UserUtil.fetchByC_CD_First(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?.
|
User |
UserPersistence.fetchByC_CD_Last(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?.
|
static User |
UserUtil.fetchByC_CD_Last(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?.
|
User |
UserPersistence.fetchByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
static User |
UserUtil.fetchByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
User |
UserPersistence.fetchByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
static User |
UserUtil.fetchByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
User |
UserPersistence.fetchByC_DU_S_First(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
static User |
UserUtil.fetchByC_DU_S_First(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
User |
UserPersistence.fetchByC_DU_S_Last(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
static User |
UserUtil.fetchByC_DU_S_Last(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
User |
UserPersistence.fetchByC_DU(long companyId,
boolean defaultUser)
Returns the user where companyId = ? and defaultUser = ? or returns
null if it could not be found. |
static User |
UserUtil.fetchByC_DU(long companyId,
boolean defaultUser)
Returns the user where companyId = ? and defaultUser = ? or returns
null if it could not be found. |
User |
UserPersistence.fetchByC_DU(long companyId,
boolean defaultUser,
boolean retrieveFromCache)
Returns the user where companyId = ? and defaultUser = ? or returns
null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByC_DU(long companyId,
boolean defaultUser,
boolean retrieveFromCache)
Returns the user where companyId = ? and defaultUser = ? or returns
null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByC_EA(long companyId,
String emailAddress)
Returns the user where companyId = ? and emailAddress = ? or returns
null if it could not be found. |
static User |
UserUtil.fetchByC_EA(long companyId,
String emailAddress)
Returns the user where companyId = ? and emailAddress = ? or returns
null if it could not be found. |
User |
UserPersistence.fetchByC_EA(long companyId,
String emailAddress,
boolean retrieveFromCache)
Returns the user where companyId = ? and emailAddress = ? or returns
null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByC_EA(long companyId,
String emailAddress,
boolean retrieveFromCache)
Returns the user where companyId = ? and emailAddress = ? or returns
null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByC_FID(long companyId,
long facebookId)
Returns the user where companyId = ? and facebookId = ? or returns
null if it could not be found. |
static User |
UserUtil.fetchByC_FID(long companyId,
long facebookId)
Returns the user where companyId = ? and facebookId = ? or returns
null if it could not be found. |
User |
UserPersistence.fetchByC_FID(long companyId,
long facebookId,
boolean retrieveFromCache)
Returns the user where companyId = ? and facebookId = ? or returns
null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByC_FID(long companyId,
long facebookId,
boolean retrieveFromCache)
Returns the user where companyId = ? and facebookId = ? or returns
null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByC_GUID(long companyId,
String googleUserId)
Returns the user where companyId = ? and googleUserId = ? or returns
null if it could not be found. |
static User |
UserUtil.fetchByC_GUID(long companyId,
String googleUserId)
Returns the user where companyId = ? and googleUserId = ? or returns
null if it could not be found. |
User |
UserPersistence.fetchByC_GUID(long companyId,
String googleUserId,
boolean retrieveFromCache)
Returns the user where companyId = ? and googleUserId = ? or returns
null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByC_GUID(long companyId,
String googleUserId,
boolean retrieveFromCache)
Returns the user where companyId = ? and googleUserId = ? or returns
null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
|
static User |
UserUtil.fetchByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
|
User |
UserPersistence.fetchByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
|
static User |
UserUtil.fetchByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
|
User |
UserPersistence.fetchByC_O(long companyId,
String openId)
Returns the user where companyId = ? and openId = ? or returns
null if it could not be found. |
static User |
UserUtil.fetchByC_O(long companyId,
String openId)
Returns the user where companyId = ? and openId = ? or returns
null if it could not be found. |
User |
UserPersistence.fetchByC_O(long companyId,
String openId,
boolean retrieveFromCache)
Returns the user where companyId = ? and openId = ? or returns
null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByC_O(long companyId,
String openId,
boolean retrieveFromCache)
Returns the user where companyId = ? and openId = ? or returns
null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByC_S_First(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?.
|
static User |
UserUtil.fetchByC_S_First(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?.
|
User |
UserPersistence.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?.
|
static User |
UserUtil.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?.
|
User |
UserPersistence.fetchByC_SN(long companyId,
String screenName)
Returns the user where companyId = ? and screenName = ? or returns
null if it could not be found. |
static User |
UserUtil.fetchByC_SN(long companyId,
String screenName)
Returns the user where companyId = ? and screenName = ? or returns
null if it could not be found. |
User |
UserPersistence.fetchByC_SN(long companyId,
String screenName,
boolean retrieveFromCache)
Returns the user where companyId = ? and screenName = ? or returns
null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByC_SN(long companyId,
String screenName,
boolean retrieveFromCache)
Returns the user where companyId = ? and screenName = ? or returns
null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByC_U(long companyId,
long userId)
Returns the user where companyId = ? and userId = ? or returns
null if it could not be found. |
static User |
UserUtil.fetchByC_U(long companyId,
long userId)
Returns the user where companyId = ? and userId = ? or returns
null if it could not be found. |
User |
UserPersistence.fetchByC_U(long companyId,
long userId,
boolean retrieveFromCache)
Returns the user where companyId = ? and userId = ? or returns
null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByC_U(long companyId,
long userId,
boolean retrieveFromCache)
Returns the user where companyId = ? and userId = ? or returns
null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ?.
|
static User |
UserUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ?.
|
User |
UserPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ?.
|
static User |
UserUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ?.
|
User |
UserPersistence.fetchByContactId(long contactId)
Returns the user where contactId = ? or returns
null if it could not be found. |
static User |
UserUtil.fetchByContactId(long contactId)
Returns the user where contactId = ? or returns
null if it could not be found. |
User |
UserPersistence.fetchByContactId(long contactId,
boolean retrieveFromCache)
Returns the user where contactId = ? or returns
null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByContactId(long contactId,
boolean retrieveFromCache)
Returns the user where contactId = ? or returns
null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByEmailAddress_First(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where emailAddress = ?.
|
static User |
UserUtil.fetchByEmailAddress_First(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where emailAddress = ?.
|
User |
UserPersistence.fetchByEmailAddress_Last(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where emailAddress = ?.
|
static User |
UserUtil.fetchByEmailAddress_Last(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where emailAddress = ?.
|
User |
UserPersistence.fetchByPortraitId(long portraitId)
Returns the user where portraitId = ? or returns
null if it could not be found. |
static User |
UserUtil.fetchByPortraitId(long portraitId)
Returns the user where portraitId = ? or returns
null if it could not be found. |
User |
UserPersistence.fetchByPortraitId(long portraitId,
boolean retrieveFromCache)
Returns the user where portraitId = ? or returns
null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByPortraitId(long portraitId,
boolean retrieveFromCache)
Returns the user where portraitId = ? or returns
null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByPrimaryKey(long userId)
Returns the user with the primary key or returns
null if it could not be found. |
static User |
UserUtil.fetchByPrimaryKey(long userId)
Returns the user with the primary key or returns
null if it could not be found. |
User |
UserPersistence.fetchByU_C_First(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where userId > ? and companyId = ?.
|
static User |
UserUtil.fetchByU_C_First(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where userId > ? and companyId = ?.
|
User |
UserPersistence.fetchByU_C_Last(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where userId > ? and companyId = ?.
|
static User |
UserUtil.fetchByU_C_Last(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where userId > ? and companyId = ?.
|
User |
UserPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?.
|
static User |
UserUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?.
|
User |
UserPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?.
|
static User |
UserUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?.
|
User |
UserPersistence.fetchByUuid_First(String uuid,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ?.
|
static User |
UserUtil.fetchByUuid_First(String uuid,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ?.
|
User |
UserPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ?.
|
static User |
UserUtil.fetchByUuid_Last(String uuid,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ?.
|
User |
UserPersistence.findByC_CD_First(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?.
|
static User |
UserUtil.findByC_CD_First(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?.
|
User |
UserPersistence.findByC_CD_Last(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?.
|
static User |
UserUtil.findByC_CD_Last(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?.
|
User |
UserPersistence.findByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
static User |
UserUtil.findByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
User |
UserPersistence.findByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
static User |
UserUtil.findByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
User[] |
UserPersistence.findByC_CD_MD_PrevAndNext(long userId,
long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
static User[] |
UserUtil.findByC_CD_MD_PrevAndNext(long userId,
long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
User[] |
UserPersistence.findByC_CD_PrevAndNext(long userId,
long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
|
static User[] |
UserUtil.findByC_CD_PrevAndNext(long userId,
long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
|
User |
UserPersistence.findByC_DU_S_First(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
static User |
UserUtil.findByC_DU_S_First(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
User |
UserPersistence.findByC_DU_S_Last(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
static User |
UserUtil.findByC_DU_S_Last(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
User[] |
UserPersistence.findByC_DU_S_PrevAndNext(long userId,
long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
static User[] |
UserUtil.findByC_DU_S_PrevAndNext(long userId,
long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
User |
UserPersistence.findByC_DU(long companyId,
boolean defaultUser)
Returns the user where companyId = ? and defaultUser = ? or throws a
NoSuchUserException if it could not be found. |
static User |
UserUtil.findByC_DU(long companyId,
boolean defaultUser)
Returns the user where companyId = ? and defaultUser = ? or throws a
NoSuchUserException if it could not be found. |
User |
UserPersistence.findByC_EA(long companyId,
String emailAddress)
Returns the user where companyId = ? and emailAddress = ? or throws a
NoSuchUserException if it could not be found. |
static User |
UserUtil.findByC_EA(long companyId,
String emailAddress)
Returns the user where companyId = ? and emailAddress = ? or throws a
NoSuchUserException if it could not be found. |
User |
UserPersistence.findByC_FID(long companyId,
long facebookId)
Returns the user where companyId = ? and facebookId = ? or throws a
NoSuchUserException if it could not be found. |
static User |
UserUtil.findByC_FID(long companyId,
long facebookId)
Returns the user where companyId = ? and facebookId = ? or throws a
NoSuchUserException if it could not be found. |
User |
UserPersistence.findByC_GUID(long companyId,
String googleUserId)
Returns the user where companyId = ? and googleUserId = ? or throws a
NoSuchUserException if it could not be found. |
static User |
UserUtil.findByC_GUID(long companyId,
String googleUserId)
Returns the user where companyId = ? and googleUserId = ? or throws a
NoSuchUserException if it could not be found. |
User |
UserPersistence.findByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
|
static User |
UserUtil.findByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
|
User |
UserPersistence.findByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
|
static User |
UserUtil.findByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
|
User[] |
UserPersistence.findByC_MD_PrevAndNext(long userId,
long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
|
static User[] |
UserUtil.findByC_MD_PrevAndNext(long userId,
long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
|
User |
UserPersistence.findByC_O(long companyId,
String openId)
Returns the user where companyId = ? and openId = ? or throws a
NoSuchUserException if it could not be found. |
static User |
UserUtil.findByC_O(long companyId,
String openId)
Returns the user where companyId = ? and openId = ? or throws a
NoSuchUserException if it could not be found. |
User |
UserPersistence.findByC_S_First(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?.
|
static User |
UserUtil.findByC_S_First(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?.
|
User |
UserPersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?.
|
static User |
UserUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?.
|
User[] |
UserPersistence.findByC_S_PrevAndNext(long userId,
long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
|
static User[] |
UserUtil.findByC_S_PrevAndNext(long userId,
long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
|
User |
UserPersistence.findByC_SN(long companyId,
String screenName)
Returns the user where companyId = ? and screenName = ? or throws a
NoSuchUserException if it could not be found. |
static User |
UserUtil.findByC_SN(long companyId,
String screenName)
Returns the user where companyId = ? and screenName = ? or throws a
NoSuchUserException if it could not be found. |
User |
UserPersistence.findByC_U(long companyId,
long userId)
Returns the user where companyId = ? and userId = ? or throws a
NoSuchUserException if it could not be found. |
static User |
UserUtil.findByC_U(long companyId,
long userId)
Returns the user where companyId = ? and userId = ? or throws a
NoSuchUserException if it could not be found. |
User |
UserPersistence.findByCompanyId_First(long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ?.
|
static User |
UserUtil.findByCompanyId_First(long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ?.
|
User |
UserPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ?.
|
static User |
UserUtil.findByCompanyId_Last(long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ?.
|
User[] |
UserPersistence.findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ?.
|
static User[] |
UserUtil.findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ?.
|
User |
UserPersistence.findByContactId(long contactId)
Returns the user where contactId = ? or throws a
NoSuchUserException if it could not be found. |
static User |
UserUtil.findByContactId(long contactId)
Returns the user where contactId = ? or throws a
NoSuchUserException if it could not be found. |
User |
UserPersistence.findByEmailAddress_First(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where emailAddress = ?.
|
static User |
UserUtil.findByEmailAddress_First(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where emailAddress = ?.
|
User |
UserPersistence.findByEmailAddress_Last(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where emailAddress = ?.
|
static User |
UserUtil.findByEmailAddress_Last(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where emailAddress = ?.
|
User[] |
UserPersistence.findByEmailAddress_PrevAndNext(long userId,
String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where emailAddress = ?.
|
static User[] |
UserUtil.findByEmailAddress_PrevAndNext(long userId,
String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where emailAddress = ?.
|
User |
UserPersistence.findByPortraitId(long portraitId)
Returns the user where portraitId = ? or throws a
NoSuchUserException if it could not be found. |
static User |
UserUtil.findByPortraitId(long portraitId)
Returns the user where portraitId = ? or throws a
NoSuchUserException if it could not be found. |
User |
UserPersistence.findByPrimaryKey(long userId)
Returns the user with the primary key or throws a
NoSuchUserException if it could not be found. |
static User |
UserUtil.findByPrimaryKey(long userId)
Returns the user with the primary key or throws a
NoSuchUserException if it could not be found. |
User |
UserPersistence.findByU_C_First(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where userId > ? and companyId = ?.
|
static User |
UserUtil.findByU_C_First(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where userId > ? and companyId = ?.
|
User |
UserPersistence.findByU_C_Last(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where userId > ? and companyId = ?.
|
static User |
UserUtil.findByU_C_Last(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where userId > ? and companyId = ?.
|
User |
UserPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?.
|
static User |
UserUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?.
|
User |
UserPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?.
|
static User |
UserUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?.
|
User[] |
UserPersistence.findByUuid_C_PrevAndNext(long userId,
String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.
|
static User[] |
UserUtil.findByUuid_C_PrevAndNext(long userId,
String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.
|
User |
UserPersistence.findByUuid_First(String uuid,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ?.
|
static User |
UserUtil.findByUuid_First(String uuid,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ?.
|
User |
UserPersistence.findByUuid_Last(String uuid,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ?.
|
static User |
UserUtil.findByUuid_Last(String uuid,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ?.
|
User[] |
UserPersistence.findByUuid_PrevAndNext(long userId,
String uuid,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ?.
|
static User[] |
UserUtil.findByUuid_PrevAndNext(long userId,
String uuid,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ?.
|
User |
UserPersistence.remove(long userId)
Removes the user with the primary key from the database.
|
static User |
UserUtil.remove(long userId)
Removes the user with the primary key from the database.
|
User |
UserPersistence.removeByC_DU(long companyId,
boolean defaultUser)
Removes the user where companyId = ? and defaultUser = ? from the database.
|
static User |
UserUtil.removeByC_DU(long companyId,
boolean defaultUser)
Removes the user where companyId = ? and defaultUser = ? from the database.
|
User |
UserPersistence.removeByC_EA(long companyId,
String emailAddress)
Removes the user where companyId = ? and emailAddress = ? from the database.
|
static User |
UserUtil.removeByC_EA(long companyId,
String emailAddress)
Removes the user where companyId = ? and emailAddress = ? from the database.
|
User |
UserPersistence.removeByC_FID(long companyId,
long facebookId)
Removes the user where companyId = ? and facebookId = ? from the database.
|
static User |
UserUtil.removeByC_FID(long companyId,
long facebookId)
Removes the user where companyId = ? and facebookId = ? from the database.
|
User |
UserPersistence.removeByC_GUID(long companyId,
String googleUserId)
Removes the user where companyId = ? and googleUserId = ? from the database.
|
static User |
UserUtil.removeByC_GUID(long companyId,
String googleUserId)
Removes the user where companyId = ? and googleUserId = ? from the database.
|
User |
UserPersistence.removeByC_O(long companyId,
String openId)
Removes the user where companyId = ? and openId = ? from the database.
|
static User |
UserUtil.removeByC_O(long companyId,
String openId)
Removes the user where companyId = ? and openId = ? from the database.
|
User |
UserPersistence.removeByC_SN(long companyId,
String screenName)
Removes the user where companyId = ? and screenName = ? from the database.
|
static User |
UserUtil.removeByC_SN(long companyId,
String screenName)
Removes the user where companyId = ? and screenName = ? from the database.
|
User |
UserPersistence.removeByC_U(long companyId,
long userId)
Removes the user where companyId = ? and userId = ? from the database.
|
static User |
UserUtil.removeByC_U(long companyId,
long userId)
Removes the user where companyId = ? and userId = ? from the database.
|
User |
UserPersistence.removeByContactId(long contactId)
Removes the user where contactId = ? from the database.
|
static User |
UserUtil.removeByContactId(long contactId)
Removes the user where contactId = ? from the database.
|
User |
UserPersistence.removeByPortraitId(long portraitId)
Removes the user where portraitId = ? from the database.
|
static User |
UserUtil.removeByPortraitId(long portraitId)
Removes the user where portraitId = ? from the database.
|
static User |
UserUtil.update(User user) |
static User |
UserUtil.update(User user,
ServiceContext serviceContext) |
User |
UserPersistence.updateImpl(User user) |
static User |
UserUtil.updateImpl(User user) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,User> |
UserPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,User> |
UserUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<User> |
UserPersistence.findAll()
Returns all the users.
|
static List<User> |
UserUtil.findAll()
Returns all the users.
|
List<User> |
UserPersistence.findAll(int start,
int end)
Returns a range of all the users.
|
static List<User> |
UserUtil.findAll(int start,
int end)
Returns a range of all the users.
|
List<User> |
UserPersistence.findAll(int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users.
|
static List<User> |
UserUtil.findAll(int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users.
|
List<User> |
UserPersistence.findAll(int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users.
|
static List<User> |
UserUtil.findAll(int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users.
|
List<User> |
UserPersistence.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate)
Returns all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
static List<User> |
UserUtil.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate)
Returns all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
List<User> |
UserPersistence.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end)
Returns a range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
static List<User> |
UserUtil.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end)
Returns a range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
List<User> |
UserPersistence.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
static List<User> |
UserUtil.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
List<User> |
UserPersistence.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
static List<User> |
UserUtil.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
List<User> |
UserPersistence.findByC_CD(long companyId,
Date createDate)
Returns all the users where companyId = ? and createDate = ?.
|
static List<User> |
UserUtil.findByC_CD(long companyId,
Date createDate)
Returns all the users where companyId = ? and createDate = ?.
|
List<User> |
UserPersistence.findByC_CD(long companyId,
Date createDate,
int start,
int end)
Returns a range of all the users where companyId = ? and createDate = ?.
|
static List<User> |
UserUtil.findByC_CD(long companyId,
Date createDate,
int start,
int end)
Returns a range of all the users where companyId = ? and createDate = ?.
|
List<User> |
UserPersistence.findByC_CD(long companyId,
Date createDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ?.
|
static List<User> |
UserUtil.findByC_CD(long companyId,
Date createDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ?.
|
List<User> |
UserPersistence.findByC_CD(long companyId,
Date createDate,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and createDate = ?.
|
static List<User> |
UserUtil.findByC_CD(long companyId,
Date createDate,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and createDate = ?.
|
List<User> |
UserPersistence.findByC_DU_S(long companyId,
boolean defaultUser,
int status)
Returns all the users where companyId = ? and defaultUser = ? and status = ?.
|
static List<User> |
UserUtil.findByC_DU_S(long companyId,
boolean defaultUser,
int status)
Returns all the users where companyId = ? and defaultUser = ? and status = ?.
|
List<User> |
UserPersistence.findByC_DU_S(long companyId,
boolean defaultUser,
int status,
int start,
int end)
Returns a range of all the users where companyId = ? and defaultUser = ? and status = ?.
|
static List<User> |
UserUtil.findByC_DU_S(long companyId,
boolean defaultUser,
int status,
int start,
int end)
Returns a range of all the users where companyId = ? and defaultUser = ? and status = ?.
|
List<User> |
UserPersistence.findByC_DU_S(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and defaultUser = ? and status = ?.
|
static List<User> |
UserUtil.findByC_DU_S(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and defaultUser = ? and status = ?.
|
List<User> |
UserPersistence.findByC_DU_S(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and defaultUser = ? and status = ?.
|
static List<User> |
UserUtil.findByC_DU_S(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and defaultUser = ? and status = ?.
|
List<User> |
UserFinder.findByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<User> obc) |
static List<User> |
UserFinderUtil.findByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserFinder.findByC_FN_MN_LN_SN_EA_S(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<User> obc) |
static List<User> |
UserFinderUtil.findByC_FN_MN_LN_SN_EA_S(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserPersistence.findByC_MD(long companyId,
Date modifiedDate)
Returns all the users where companyId = ? and modifiedDate = ?.
|
static List<User> |
UserUtil.findByC_MD(long companyId,
Date modifiedDate)
Returns all the users where companyId = ? and modifiedDate = ?.
|
List<User> |
UserPersistence.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end)
Returns a range of all the users where companyId = ? and modifiedDate = ?.
|
static List<User> |
UserUtil.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end)
Returns a range of all the users where companyId = ? and modifiedDate = ?.
|
List<User> |
UserPersistence.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
|
static List<User> |
UserUtil.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
|
List<User> |
UserPersistence.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
|
static List<User> |
UserUtil.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
|
List<User> |
UserPersistence.findByC_S(long companyId,
int status)
Returns all the users where companyId = ? and status = ?.
|
static List<User> |
UserUtil.findByC_S(long companyId,
int status)
Returns all the users where companyId = ? and status = ?.
|
List<User> |
UserPersistence.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the users where companyId = ? and status = ?.
|
static List<User> |
UserUtil.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the users where companyId = ? and status = ?.
|
List<User> |
UserPersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and status = ?.
|
static List<User> |
UserUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and status = ?.
|
List<User> |
UserPersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and status = ?.
|
static List<User> |
UserUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and status = ?.
|
List<User> |
UserPersistence.findByCompanyId(long companyId)
Returns all the users where companyId = ?.
|
static List<User> |
UserUtil.findByCompanyId(long companyId)
Returns all the users where companyId = ?.
|
List<User> |
UserPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the users where companyId = ?.
|
static List<User> |
UserUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the users where companyId = ?.
|
List<User> |
UserPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ?.
|
static List<User> |
UserUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ?.
|
List<User> |
UserPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ?.
|
static List<User> |
UserUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ?.
|
List<User> |
UserPersistence.findByEmailAddress(String emailAddress)
Returns all the users where emailAddress = ?.
|
static List<User> |
UserUtil.findByEmailAddress(String emailAddress)
Returns all the users where emailAddress = ?.
|
List<User> |
UserPersistence.findByEmailAddress(String emailAddress,
int start,
int end)
Returns a range of all the users where emailAddress = ?.
|
static List<User> |
UserUtil.findByEmailAddress(String emailAddress,
int start,
int end)
Returns a range of all the users where emailAddress = ?.
|
List<User> |
UserPersistence.findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where emailAddress = ?.
|
static List<User> |
UserUtil.findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where emailAddress = ?.
|
List<User> |
UserPersistence.findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where emailAddress = ?.
|
static List<User> |
UserUtil.findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where emailAddress = ?.
|
List<User> |
UserFinder.findByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc) |
static List<User> |
UserFinderUtil.findByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserFinder.findByNoAnnouncementsDeliveries(String type) |
static List<User> |
UserFinderUtil.findByNoAnnouncementsDeliveries(String type) |
List<User> |
UserFinder.findByNoContacts() |
static List<User> |
UserFinderUtil.findByNoContacts() |
List<User> |
UserFinder.findByNoGroups() |
static List<User> |
UserFinderUtil.findByNoGroups() |
List<User> |
UserFinder.findBySocialUsers(long companyId,
long userId,
int socialRelationType,
String socialRelationTypeComparator,
int status,
int start,
int end,
OrderByComparator<User> obc) |
static List<User> |
UserFinderUtil.findBySocialUsers(long companyId,
long userId,
int socialRelationType,
String socialRelationTypeComparator,
int status,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserPersistence.findByU_C(long userId,
long companyId)
Returns all the users where userId > ? and companyId = ?.
|
static List<User> |
UserUtil.findByU_C(long userId,
long companyId)
Returns all the users where userId > ? and companyId = ?.
|
List<User> |
UserPersistence.findByU_C(long userId,
long companyId,
int start,
int end)
Returns a range of all the users where userId > ? and companyId = ?.
|
static List<User> |
UserUtil.findByU_C(long userId,
long companyId,
int start,
int end)
Returns a range of all the users where userId > ? and companyId = ?.
|
List<User> |
UserPersistence.findByU_C(long userId,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where userId > ? and companyId = ?.
|
static List<User> |
UserUtil.findByU_C(long userId,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where userId > ? and companyId = ?.
|
List<User> |
UserPersistence.findByU_C(long userId,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where userId > ? and companyId = ?.
|
static List<User> |
UserUtil.findByU_C(long userId,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where userId > ? and companyId = ?.
|
List<User> |
UserFinder.findByUsersOrgsGtUserId(long companyId,
long organizationId,
long gtUserId,
int size) |
static List<User> |
UserFinderUtil.findByUsersOrgsGtUserId(long companyId,
long organizationId,
long gtUserId,
int size) |
List<User> |
UserFinder.findByUsersUserGroupsGtUserId(long companyId,
long userGroupId,
long gtUserId,
int size) |
static List<User> |
UserFinderUtil.findByUsersUserGroupsGtUserId(long companyId,
long userGroupId,
long gtUserId,
int size) |
List<User> |
UserPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the users where uuid = ? and companyId = ?.
|
static List<User> |
UserUtil.findByUuid_C(String uuid,
long companyId)
Returns all the users where uuid = ? and companyId = ?.
|
List<User> |
UserPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the users where uuid = ? and companyId = ?.
|
static List<User> |
UserUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the users where uuid = ? and companyId = ?.
|
List<User> |
UserPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where uuid = ? and companyId = ?.
|
static List<User> |
UserUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where uuid = ? and companyId = ?.
|
List<User> |
UserPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where uuid = ? and companyId = ?.
|
static List<User> |
UserUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where uuid = ? and companyId = ?.
|
List<User> |
UserPersistence.findByUuid(String uuid)
Returns all the users where uuid = ?.
|
static List<User> |
UserUtil.findByUuid(String uuid)
Returns all the users where uuid = ?.
|
List<User> |
UserPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the users where uuid = ?.
|
static List<User> |
UserUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the users where uuid = ?.
|
List<User> |
UserPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where uuid = ?.
|
static List<User> |
UserUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where uuid = ?.
|
List<User> |
UserPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where uuid = ?.
|
static List<User> |
UserUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where uuid = ?.
|
static List<User> |
UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<User> |
UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<User> |
UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserGroupPersistence.getUsers(long pk)
Returns all the users associated with the user group.
|
static List<User> |
UserGroupUtil.getUsers(long pk)
Returns all the users associated with the user group.
|
static List<User> |
RoleUtil.getUsers(long pk)
Returns all the users associated with the role.
|
static List<User> |
GroupUtil.getUsers(long pk)
Returns all the users associated with the group.
|
static List<User> |
TeamUtil.getUsers(long pk)
Returns all the users associated with the team.
|
List<User> |
OrganizationPersistence.getUsers(long pk)
Returns all the users associated with the organization.
|
List<User> |
GroupPersistence.getUsers(long pk)
Returns all the users associated with the group.
|
static List<User> |
OrganizationUtil.getUsers(long pk)
Returns all the users associated with the organization.
|
List<User> |
TeamPersistence.getUsers(long pk)
Returns all the users associated with the team.
|
List<User> |
RolePersistence.getUsers(long pk)
Returns all the users associated with the role.
|
List<User> |
UserGroupPersistence.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the user group.
|
static List<User> |
UserGroupUtil.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the user group.
|
static List<User> |
RoleUtil.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the role.
|
static List<User> |
GroupUtil.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the group.
|
static List<User> |
TeamUtil.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the team.
|
List<User> |
OrganizationPersistence.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the organization.
|
List<User> |
GroupPersistence.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the group.
|
static List<User> |
OrganizationUtil.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the organization.
|
List<User> |
TeamPersistence.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the team.
|
List<User> |
RolePersistence.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the role.
|
List<User> |
UserGroupPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the user group.
|
static List<User> |
UserGroupUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the user group.
|
static List<User> |
RoleUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the role.
|
static List<User> |
GroupUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the group.
|
static List<User> |
TeamUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the team.
|
List<User> |
OrganizationPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the organization.
|
List<User> |
GroupPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the group.
|
static List<User> |
OrganizationUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the organization.
|
List<User> |
TeamPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the team.
|
List<User> |
RolePersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the role.
|
Modifier and Type | Method and Description |
---|---|
void |
UserGroupPersistence.addUser(long pk,
User user)
Adds an association between the user group and the user.
|
static void |
UserGroupUtil.addUser(long pk,
User user)
Adds an association between the user group and the user.
|
static void |
RoleUtil.addUser(long pk,
User user)
Adds an association between the role and the user.
|
static void |
GroupUtil.addUser(long pk,
User user)
Adds an association between the group and the user.
|
static void |
TeamUtil.addUser(long pk,
User user)
Adds an association between the team and the user.
|
void |
OrganizationPersistence.addUser(long pk,
User user)
Adds an association between the organization and the user.
|
void |
GroupPersistence.addUser(long pk,
User user)
Adds an association between the group and the user.
|
static void |
OrganizationUtil.addUser(long pk,
User user)
Adds an association between the organization and the user.
|
void |
TeamPersistence.addUser(long pk,
User user)
Adds an association between the team and the user.
|
void |
RolePersistence.addUser(long pk,
User user)
Adds an association between the role and the user.
|
void |
UserPersistence.cacheResult(User user)
Caches the user in the entity cache if it is enabled.
|
static void |
UserUtil.cacheResult(User user)
Caches the user in the entity cache if it is enabled.
|
static void |
UserUtil.clearCache(User user) |
void |
UserGroupPersistence.removeUser(long pk,
User user)
Removes the association between the user group and the user.
|
static void |
UserGroupUtil.removeUser(long pk,
User user)
Removes the association between the user group and the user.
|
static void |
RoleUtil.removeUser(long pk,
User user)
Removes the association between the role and the user.
|
static void |
GroupUtil.removeUser(long pk,
User user)
Removes the association between the group and the user.
|
static void |
TeamUtil.removeUser(long pk,
User user)
Removes the association between the team and the user.
|
void |
OrganizationPersistence.removeUser(long pk,
User user)
Removes the association between the organization and the user.
|
void |
GroupPersistence.removeUser(long pk,
User user)
Removes the association between the group and the user.
|
static void |
OrganizationUtil.removeUser(long pk,
User user)
Removes the association between the organization and the user.
|
void |
TeamPersistence.removeUser(long pk,
User user)
Removes the association between the team and the user.
|
void |
RolePersistence.removeUser(long pk,
User user)
Removes the association between the role and the user.
|
static User |
UserUtil.update(User user) |
static User |
UserUtil.update(User user,
ServiceContext serviceContext) |
User |
UserPersistence.updateImpl(User user) |
static User |
UserUtil.updateImpl(User user) |
Modifier and Type | Method and Description |
---|---|
void |
UserGroupPersistence.addUsers(long pk,
List<User> users)
Adds an association between the user group and the users.
|
static void |
UserGroupUtil.addUsers(long pk,
List<User> users)
Adds an association between the user group and the users.
|
static void |
RoleUtil.addUsers(long pk,
List<User> users)
Adds an association between the role and the users.
|
static void |
GroupUtil.addUsers(long pk,
List<User> users)
Adds an association between the group and the users.
|
static void |
TeamUtil.addUsers(long pk,
List<User> users)
Adds an association between the team and the users.
|
void |
OrganizationPersistence.addUsers(long pk,
List<User> users)
Adds an association between the organization and the users.
|
void |
GroupPersistence.addUsers(long pk,
List<User> users)
Adds an association between the group and the users.
|
static void |
OrganizationUtil.addUsers(long pk,
List<User> users)
Adds an association between the organization and the users.
|
void |
TeamPersistence.addUsers(long pk,
List<User> users)
Adds an association between the team and the users.
|
void |
RolePersistence.addUsers(long pk,
List<User> users)
Adds an association between the role and the users.
|
void |
UserPersistence.cacheResult(List<User> users)
Caches the users in the entity cache if it is enabled.
|
static void |
UserUtil.cacheResult(List<User> users)
Caches the users in the entity cache if it is enabled.
|
User |
UserPersistence.fetchByC_CD_First(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?.
|
static User |
UserUtil.fetchByC_CD_First(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?.
|
User |
UserPersistence.fetchByC_CD_Last(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?.
|
static User |
UserUtil.fetchByC_CD_Last(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?.
|
User |
UserPersistence.fetchByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
static User |
UserUtil.fetchByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
User |
UserPersistence.fetchByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
static User |
UserUtil.fetchByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
User |
UserPersistence.fetchByC_DU_S_First(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
static User |
UserUtil.fetchByC_DU_S_First(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
User |
UserPersistence.fetchByC_DU_S_Last(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
static User |
UserUtil.fetchByC_DU_S_Last(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
User |
UserPersistence.fetchByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
|
static User |
UserUtil.fetchByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
|
User |
UserPersistence.fetchByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
|
static User |
UserUtil.fetchByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
|
User |
UserPersistence.fetchByC_S_First(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?.
|
static User |
UserUtil.fetchByC_S_First(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?.
|
User |
UserPersistence.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?.
|
static User |
UserUtil.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?.
|
User |
UserPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ?.
|
static User |
UserUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ?.
|
User |
UserPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ?.
|
static User |
UserUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ?.
|
User |
UserPersistence.fetchByEmailAddress_First(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where emailAddress = ?.
|
static User |
UserUtil.fetchByEmailAddress_First(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where emailAddress = ?.
|
User |
UserPersistence.fetchByEmailAddress_Last(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where emailAddress = ?.
|
static User |
UserUtil.fetchByEmailAddress_Last(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where emailAddress = ?.
|
User |
UserPersistence.fetchByU_C_First(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where userId > ? and companyId = ?.
|
static User |
UserUtil.fetchByU_C_First(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where userId > ? and companyId = ?.
|
User |
UserPersistence.fetchByU_C_Last(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where userId > ? and companyId = ?.
|
static User |
UserUtil.fetchByU_C_Last(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where userId > ? and companyId = ?.
|
User |
UserPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?.
|
static User |
UserUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?.
|
User |
UserPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?.
|
static User |
UserUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?.
|
User |
UserPersistence.fetchByUuid_First(String uuid,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ?.
|
static User |
UserUtil.fetchByUuid_First(String uuid,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ?.
|
User |
UserPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ?.
|
static User |
UserUtil.fetchByUuid_Last(String uuid,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ?.
|
List<User> |
UserPersistence.findAll(int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users.
|
static List<User> |
UserUtil.findAll(int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users.
|
List<User> |
UserPersistence.findAll(int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users.
|
static List<User> |
UserUtil.findAll(int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users.
|
User |
UserPersistence.findByC_CD_First(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?.
|
static User |
UserUtil.findByC_CD_First(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?.
|
User |
UserPersistence.findByC_CD_Last(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?.
|
static User |
UserUtil.findByC_CD_Last(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?.
|
User |
UserPersistence.findByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
static User |
UserUtil.findByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
User |
UserPersistence.findByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
static User |
UserUtil.findByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
User[] |
UserPersistence.findByC_CD_MD_PrevAndNext(long userId,
long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
static User[] |
UserUtil.findByC_CD_MD_PrevAndNext(long userId,
long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
List<User> |
UserPersistence.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
static List<User> |
UserUtil.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
List<User> |
UserPersistence.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
static List<User> |
UserUtil.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
User[] |
UserPersistence.findByC_CD_PrevAndNext(long userId,
long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
|
static User[] |
UserUtil.findByC_CD_PrevAndNext(long userId,
long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
|
List<User> |
UserPersistence.findByC_CD(long companyId,
Date createDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ?.
|
static List<User> |
UserUtil.findByC_CD(long companyId,
Date createDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ?.
|
List<User> |
UserPersistence.findByC_CD(long companyId,
Date createDate,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and createDate = ?.
|
static List<User> |
UserUtil.findByC_CD(long companyId,
Date createDate,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and createDate = ?.
|
User |
UserPersistence.findByC_DU_S_First(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
static User |
UserUtil.findByC_DU_S_First(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
User |
UserPersistence.findByC_DU_S_Last(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
static User |
UserUtil.findByC_DU_S_Last(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
User[] |
UserPersistence.findByC_DU_S_PrevAndNext(long userId,
long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
static User[] |
UserUtil.findByC_DU_S_PrevAndNext(long userId,
long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
List<User> |
UserPersistence.findByC_DU_S(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and defaultUser = ? and status = ?.
|
static List<User> |
UserUtil.findByC_DU_S(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and defaultUser = ? and status = ?.
|
List<User> |
UserPersistence.findByC_DU_S(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and defaultUser = ? and status = ?.
|
static List<User> |
UserUtil.findByC_DU_S(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and defaultUser = ? and status = ?.
|
List<User> |
UserFinder.findByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<User> obc) |
static List<User> |
UserFinderUtil.findByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserFinder.findByC_FN_MN_LN_SN_EA_S(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<User> obc) |
static List<User> |
UserFinderUtil.findByC_FN_MN_LN_SN_EA_S(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<User> obc) |
User |
UserPersistence.findByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
|
static User |
UserUtil.findByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
|
User |
UserPersistence.findByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
|
static User |
UserUtil.findByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
|
User[] |
UserPersistence.findByC_MD_PrevAndNext(long userId,
long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
|
static User[] |
UserUtil.findByC_MD_PrevAndNext(long userId,
long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
|
List<User> |
UserPersistence.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
|
static List<User> |
UserUtil.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
|
List<User> |
UserPersistence.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
|
static List<User> |
UserUtil.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
|
User |
UserPersistence.findByC_S_First(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?.
|
static User |
UserUtil.findByC_S_First(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?.
|
User |
UserPersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?.
|
static User |
UserUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?.
|
User[] |
UserPersistence.findByC_S_PrevAndNext(long userId,
long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
|
static User[] |
UserUtil.findByC_S_PrevAndNext(long userId,
long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
|
List<User> |
UserPersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and status = ?.
|
static List<User> |
UserUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and status = ?.
|
List<User> |
UserPersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and status = ?.
|
static List<User> |
UserUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ? and status = ?.
|
User |
UserPersistence.findByCompanyId_First(long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ?.
|
static User |
UserUtil.findByCompanyId_First(long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ?.
|
User |
UserPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ?.
|
static User |
UserUtil.findByCompanyId_Last(long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ?.
|
User[] |
UserPersistence.findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ?.
|
static User[] |
UserUtil.findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ?.
|
List<User> |
UserPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ?.
|
static List<User> |
UserUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ?.
|
List<User> |
UserPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ?.
|
static List<User> |
UserUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where companyId = ?.
|
User |
UserPersistence.findByEmailAddress_First(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where emailAddress = ?.
|
static User |
UserUtil.findByEmailAddress_First(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where emailAddress = ?.
|
User |
UserPersistence.findByEmailAddress_Last(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where emailAddress = ?.
|
static User |
UserUtil.findByEmailAddress_Last(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where emailAddress = ?.
|
User[] |
UserPersistence.findByEmailAddress_PrevAndNext(long userId,
String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where emailAddress = ?.
|
static User[] |
UserUtil.findByEmailAddress_PrevAndNext(long userId,
String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where emailAddress = ?.
|
List<User> |
UserPersistence.findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where emailAddress = ?.
|
static List<User> |
UserUtil.findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where emailAddress = ?.
|
List<User> |
UserPersistence.findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where emailAddress = ?.
|
static List<User> |
UserUtil.findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where emailAddress = ?.
|
List<User> |
UserFinder.findByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc) |
static List<User> |
UserFinderUtil.findByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc) |
List<User> |
UserFinder.findBySocialUsers(long companyId,
long userId,
int socialRelationType,
String socialRelationTypeComparator,
int status,
int start,
int end,
OrderByComparator<User> obc) |
static List<User> |
UserFinderUtil.findBySocialUsers(long companyId,
long userId,
int socialRelationType,
String socialRelationTypeComparator,
int status,
int start,
int end,
OrderByComparator<User> obc) |
User |
UserPersistence.findByU_C_First(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where userId > ? and companyId = ?.
|
static User |
UserUtil.findByU_C_First(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where userId > ? and companyId = ?.
|
User |
UserPersistence.findByU_C_Last(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where userId > ? and companyId = ?.
|
static User |
UserUtil.findByU_C_Last(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where userId > ? and companyId = ?.
|
List<User> |
UserPersistence.findByU_C(long userId,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where userId > ? and companyId = ?.
|
static List<User> |
UserUtil.findByU_C(long userId,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where userId > ? and companyId = ?.
|
List<User> |
UserPersistence.findByU_C(long userId,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where userId > ? and companyId = ?.
|
static List<User> |
UserUtil.findByU_C(long userId,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where userId > ? and companyId = ?.
|
User |
UserPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?.
|
static User |
UserUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?.
|
User |
UserPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?.
|
static User |
UserUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?.
|
User[] |
UserPersistence.findByUuid_C_PrevAndNext(long userId,
String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.
|
static User[] |
UserUtil.findByUuid_C_PrevAndNext(long userId,
String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.
|
List<User> |
UserPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where uuid = ? and companyId = ?.
|
static List<User> |
UserUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where uuid = ? and companyId = ?.
|
List<User> |
UserPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where uuid = ? and companyId = ?.
|
static List<User> |
UserUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where uuid = ? and companyId = ?.
|
User |
UserPersistence.findByUuid_First(String uuid,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ?.
|
static User |
UserUtil.findByUuid_First(String uuid,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ?.
|
User |
UserPersistence.findByUuid_Last(String uuid,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ?.
|
static User |
UserUtil.findByUuid_Last(String uuid,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ?.
|
User[] |
UserPersistence.findByUuid_PrevAndNext(long userId,
String uuid,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ?.
|
static User[] |
UserUtil.findByUuid_PrevAndNext(long userId,
String uuid,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ?.
|
List<User> |
UserPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where uuid = ?.
|
static List<User> |
UserUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where uuid = ?.
|
List<User> |
UserPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where uuid = ?.
|
static List<User> |
UserUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<User> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the users where uuid = ?.
|
static List<User> |
UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<User> orderByComparator) |
List<User> |
UserGroupPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the user group.
|
static List<User> |
UserGroupUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the user group.
|
static List<User> |
RoleUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the role.
|
static List<User> |
GroupUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the group.
|
static List<User> |
TeamUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the team.
|
List<User> |
OrganizationPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the organization.
|
List<User> |
GroupPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the group.
|
static List<User> |
OrganizationUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the organization.
|
List<User> |
TeamPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the team.
|
List<User> |
RolePersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the role.
|
void |
UserGroupPersistence.removeUsers(long pk,
List<User> users)
Removes the association between the user group and the users.
|
static void |
UserGroupUtil.removeUsers(long pk,
List<User> users)
Removes the association between the user group and the users.
|
static void |
RoleUtil.removeUsers(long pk,
List<User> users)
Removes the association between the role and the users.
|
static void |
GroupUtil.removeUsers(long pk,
List<User> users)
Removes the association between the group and the users.
|
static void |
TeamUtil.removeUsers(long pk,
List<User> users)
Removes the association between the team and the users.
|
void |
OrganizationPersistence.removeUsers(long pk,
List<User> users)
Removes the association between the organization and the users.
|
void |
GroupPersistence.removeUsers(long pk,
List<User> users)
Removes the association between the group and the users.
|
static void |
OrganizationUtil.removeUsers(long pk,
List<User> users)
Removes the association between the organization and the users.
|
void |
TeamPersistence.removeUsers(long pk,
List<User> users)
Removes the association between the team and the users.
|
void |
RolePersistence.removeUsers(long pk,
List<User> users)
Removes the association between the role and the users.
|
void |
UserGroupPersistence.setUsers(long pk,
List<User> users)
Sets the users associated with the user group, removing and adding associations as necessary.
|
static void |
UserGroupUtil.setUsers(long pk,
List<User> users)
Sets the users associated with the user group, removing and adding associations as necessary.
|
static void |
RoleUtil.setUsers(long pk,
List<User> users)
Sets the users associated with the role, removing and adding associations as necessary.
|
static void |
GroupUtil.setUsers(long pk,
List<User> users)
Sets the users associated with the group, removing and adding associations as necessary.
|
static void |
TeamUtil.setUsers(long pk,
List<User> users)
Sets the users associated with the team, removing and adding associations as necessary.
|
void |
OrganizationPersistence.setUsers(long pk,
List<User> users)
Sets the users associated with the organization, removing and adding associations as necessary.
|
void |
GroupPersistence.setUsers(long pk,
List<User> users)
Sets the users associated with the group, removing and adding associations as necessary.
|
static void |
OrganizationUtil.setUsers(long pk,
List<User> users)
Sets the users associated with the organization, removing and adding associations as necessary.
|
void |
TeamPersistence.setUsers(long pk,
List<User> users)
Sets the users associated with the team, removing and adding associations as necessary.
|
void |
RolePersistence.setUsers(long pk,
List<User> users)
Sets the users associated with the role, removing and adding associations as necessary.
|
Modifier and Type | Method and Description |
---|---|
protected static <T> List<FormNavigatorEntry<T>> |
FormNavigatorEntryUtil.filterVisibleFormNavigatorEntries(List<FormNavigatorEntry<T>> formNavigatorEntries,
User user,
T formModelBean) |
static <T> List<FormNavigatorEntry<T>> |
FormNavigatorEntryUtil.getFormNavigatorEntries(String formNavigatorId,
String categoryKey,
User user,
T formModelBean) |
static <T> List<FormNavigatorEntry<T>> |
FormNavigatorEntryUtil.getFormNavigatorEntries(String formNavigatorId,
User user,
T formModelBean) |
static <T> String[] |
FormNavigatorEntryUtil.getKeys(String formNavigatorId,
String categoryKey,
User user,
T formModelBean) |
static <T> String[] |
FormNavigatorEntryUtil.getLabels(String formNavigatorId,
String categoryKey,
User user,
T formModelBean,
Locale locale) |
boolean |
BaseFormNavigatorEntry.isVisible(User user,
T formModelBean) |
boolean |
FormNavigatorEntry.isVisible(User user,
T formModelBean)
Returns
true if the form navigator entry should be
displayed. |
Modifier and Type | Method and Description |
---|---|
User |
ThemeDisplay.getDefaultUser()
Returns the portal instance's default user.
|
User |
ThemeDisplay.getRealUser()
Returns the logged in user.
|
User |
ThemeDisplay.getUser()
The user for which the current request is being handled.
|
Modifier and Type | Method and Description |
---|---|
void |
ThemeDisplay.setRealUser(User realUser) |
void |
ThemeDisplay.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
User |
Portal.getSelectedUser(javax.servlet.http.HttpServletRequest request) |
static User |
PortalUtil.getSelectedUser(javax.servlet.http.HttpServletRequest request) |
User |
Portal.getSelectedUser(javax.servlet.http.HttpServletRequest request,
boolean checkPermission) |
static User |
PortalUtil.getSelectedUser(javax.servlet.http.HttpServletRequest request,
boolean checkPermission) |
User |
Portal.getSelectedUser(PortletRequest portletRequest) |
static User |
PortalUtil.getSelectedUser(PortletRequest portletRequest) |
User |
Portal.getSelectedUser(PortletRequest portletRequest,
boolean checkPermission) |
static User |
PortalUtil.getSelectedUser(PortletRequest portletRequest,
boolean checkPermission) |
User |
Portal.getUser(javax.servlet.http.HttpServletRequest request) |
static User |
PortalUtil.getUser(javax.servlet.http.HttpServletRequest request) |
User |
Portal.getUser(PortletRequest portletRequest) |
static User |
PortalUtil.getUser(PortletRequest portletRequest) |
User |
Portal.initUser(javax.servlet.http.HttpServletRequest request) |
static User |
PortalUtil.initUser(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
String |
Portal.getPortletDescription(Portlet portlet,
User user) |
static String |
PortalUtil.getPortletDescription(Portlet portlet,
User user) |
String |
Portal.getPortletDescription(String portletId,
User user) |
static String |
PortalUtil.getPortletDescription(String portletId,
User user) |
String |
Portal.getPortletLongTitle(Portlet portlet,
User user) |
static String |
PortalUtil.getPortletLongTitle(Portlet portlet,
User user) |
String |
Portal.getPortletLongTitle(String portletId,
User user) |
static String |
PortalUtil.getPortletLongTitle(String portletId,
User user) |
String |
Portal.getPortletTitle(Portlet portlet,
User user) |
static String |
PortalUtil.getPortletTitle(Portlet portlet,
User user) |
String |
Portal.getPortletTitle(String portletId,
User user) |
static String |
PortalUtil.getPortletTitle(String portletId,
User user) |
protected boolean |
SubscriptionSender.hasPermission(Subscription subscription,
String className,
long classPK,
User user) |
protected boolean |
SubscriptionSender.hasPermission(Subscription subscription,
User user) |
boolean |
Portal.isCompanyAdmin(User user) |
static boolean |
PortalUtil.isCompanyAdmin(User user) |
boolean |
Portal.isGroupAdmin(User user,
long groupId) |
static boolean |
PortalUtil.isGroupAdmin(User user,
long groupId) |
boolean |
Portal.isGroupOwner(User user,
long groupId) |
static boolean |
PortalUtil.isGroupOwner(User user,
long groupId) |
boolean |
Portal.isOmniadmin(User user) |
static boolean |
PortalUtil.isOmniadmin(User user) |
protected void |
SubscriptionSender.sendEmailNotification(User user) |
protected void |
SubscriptionSender.sendNotification(User user) |
protected void |
SubscriptionSender.sendUserNotification(User user) |
void |
PortletLister.setUser(User user) |
PortletMode |
Portal.updatePortletMode(String portletId,
User user,
Layout layout,
PortletMode portletMode,
javax.servlet.http.HttpServletRequest request) |
static PortletMode |
PortalUtil.updatePortletMode(String portletId,
User user,
Layout layout,
PortletMode portletMode,
javax.servlet.http.HttpServletRequest request) |
WindowState |
Portal.updateWindowState(String portletId,
User user,
Layout layout,
WindowState windowState,
javax.servlet.http.HttpServletRequest request) |
static WindowState |
PortalUtil.updateWindowState(String portletId,
User user,
Layout layout,
WindowState windowState,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
int |
UserLastNameComparator.compare(User user1,
User user2) |
int |
UserIdComparator.compare(User userGroup1,
User userGroup2) |
int |
UserLoginDateComparator.compare(User user1,
User user2) |
int |
UserScreenNameComparator.compare(User user1,
User user2) |
int |
UserEmailAddressComparator.compare(User user1,
User user2) |
int |
UserJobTitleComparator.compare(User user1,
User user2) |
int |
UserFirstNameComparator.compare(User user1,
User user2) |
Modifier and Type | Method and Description |
---|---|
static List<Group> |
WebDAVUtil.getGroups(User user) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
SitesUtil.getOrganizationNames(Group group,
User user) |
List<String> |
Sites.getOrganizationNames(Group group,
User user) |
static List<String> |
SitesUtil.getUserGroupNames(Group group,
User user) |
List<String> |
Sites.getUserGroupNames(Group group,
User user) |
Modifier and Type | Method and Description |
---|---|
static OrderByComparator<User> |
UsersAdminUtil.getUserOrderByComparator(String orderByCol,
String orderByType) |
OrderByComparator<User> |
UsersAdmin.getUserOrderByComparator(String orderByCol,
String orderByType) |
static List<User> |
UsersAdminUtil.getUsers(Hits hits) |
List<User> |
UsersAdmin.getUsers(Hits hits) |
Modifier and Type | Method and Description |
---|---|
static long[] |
UsersAdminUtil.addRequiredRoles(User user,
long[] roleIds) |
long[] |
UsersAdmin.addRequiredRoles(User user,
long[] roleIds) |
static boolean |
UsersAdminUtil.hasUpdateFieldPermission(PermissionChecker permissionChecker,
User updatingUser,
User updatedUser,
String field) |
boolean |
UsersAdmin.hasUpdateFieldPermission(PermissionChecker permissionChecker,
User updatingUser,
User updatedUser,
String field) |
static long[] |
UsersAdminUtil.removeRequiredRoles(User user,
long[] roleIds) |
long[] |
UsersAdmin.removeRequiredRoles(User user,
long[] roleIds) |