Liferay 6.0.5

Uses of Interface
com.liferay.portal.model.User

Packages that use User
com.liferay.portal.events   
com.liferay.portal.kernel.webdav   
com.liferay.portal.lar   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.plugin   
com.liferay.portal.security.auth   
com.liferay.portal.security.ldap   
com.liferay.portal.security.permission   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portal.sharepoint   
com.liferay.portal.sharepoint.dws   
com.liferay.portal.theme   
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portal.util   
com.liferay.portal.webserver   
com.liferay.portlet   
com.liferay.portlet.admin.util   
com.liferay.portlet.blogs.lar   
com.liferay.portlet.calendar.service.impl   
com.liferay.portlet.communities.search   
com.liferay.portlet.documentlibrary.service.impl   
com.liferay.portlet.enterpriseadmin.action   
com.liferay.portlet.enterpriseadmin.search   
com.liferay.portlet.enterpriseadmin.util   
com.liferay.portlet.flags.messaging   
com.liferay.portlet.login.action   
com.liferay.portlet.social.service.impl   
com.liferay.util.bridges.jsf.common   
 

Uses of User in com.liferay.portal.events
 

Methods in com.liferay.portal.events with parameters of type User
protected  void ServicePreAction.addDefaultUserPrivateLayouts(User user)
           
protected  void ServicePreAction.addDefaultUserPublicLayouts(User user)
           
protected  void ServicePreAction.deleteDefaultUserPrivateLayouts(User user)
           
protected  void ServicePreAction.deleteDefaultUserPublicLayouts(User user)
           
protected  Object[] ServicePreAction.getDefaultLayout(javax.servlet.http.HttpServletRequest request, User user, boolean signedIn)
           
protected  Object[] ServicePreAction.getViewableLayouts(javax.servlet.http.HttpServletRequest request, User user, PermissionChecker permissionChecker, Layout layout, List<Layout> layouts)
           
protected  Boolean ServicePreAction.hasPowerUserRole(User user)
           
protected  boolean ServicePreAction.isViewableCommunity(User user, long groupId, boolean privateLayout, PermissionChecker permissionChecker)
          Deprecated. Use isViewableGroup.
protected  boolean ServicePreAction.isViewableGroup(User user, long groupId, boolean privateLayout, long layoutId, PermissionChecker permissionChecker)
           
protected  List<Layout> ServicePreAction.mergeAdditionalLayouts(javax.servlet.http.HttpServletRequest request, User user, PermissionChecker permissionChecker, Layout layout, List<Layout> layouts)
           
protected  void ServicePreAction.updateUserLayouts(User user)
           
 

Uses of User in com.liferay.portal.kernel.webdav
 

Methods in com.liferay.portal.kernel.webdav with parameters of type User
static List<Group> WebDAVUtil.getGroups(User user)
           
 

Uses of User in com.liferay.portal.lar
 

Fields in com.liferay.portal.lar with type parameters of type User
protected  Map<Long,List<User>> LayoutCache.groupUsersMap
           
protected  Map<String,List<User>> LayoutCache.usersMap
           
 

Methods in com.liferay.portal.lar that return User
protected  User LayoutCache.getUser(long companyId, long groupId, String uuid)
           
 

Methods in com.liferay.portal.lar that return types with arguments of type User
protected  List<User> LayoutCache.getGroupUsers(long groupId)
           
 

Methods in com.liferay.portal.lar with parameters of type User
protected  UserIdStrategy PortletImporter.getUserIdStrategy(User user, String userIdStrategy)
           
protected  void LayoutImporter.importLayout(PortletDataContext context, User user, LayoutCache layoutCache, List<Layout> previousLayouts, List<Layout> newLayouts, Map<Long,Layout> newLayoutsMap, Set<Long> newLayoutIds, String portletsMergeMode, String themeId, String colorSchemeId, String layoutsImportMode, boolean privateLayout, boolean importPermissions, boolean importUserPermissions, boolean useThemeZip, Element rootElement, Element layoutElement)
           
 

Constructors in com.liferay.portal.lar with parameters of type User
AlwaysCurrentUserIdStrategy(User user)
           
CurrentUserIdStrategy(User user)
           
 

Uses of User in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement User
 class UserWrapper
           This class is a wrapper for User.
 

Methods in com.liferay.portal.model that return User
 User CompanyWrapper.getDefaultUser()
           
 User Company.getDefaultUser()
           
 User UserGroupRoleWrapper.getUser()
           
 User UserGroupRole.getUser()
           
 User UserWrapper.getWrappedUser()
           
 User UserWrapper.toEscapedModel()
           
 User UserModel.toEscapedModel()
          Gets a copy of this user as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model with parameters of type User
 int UserWrapper.compareTo(User user)
           
 int UserModel.compareTo(User user)
           
protected  void UserListener.exportToLDAP(User user)
           
 void UserListener.onAfterCreate(User user)
           
 void UserListener.onAfterUpdate(User user)
           
static UserSoap UserSoap.toSoapModel(User model)
           
static UserSoap[] UserSoap.toSoapModels(User[] models)
           
static UserSoap[][] UserSoap.toSoapModels(User[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type User
static UserSoap[] UserSoap.toSoapModels(List<User> models)
           
 

Constructors in com.liferay.portal.model with parameters of type User
UserWrapper(User user)
           
 

Uses of User in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement User
 class UserImpl
           
 

Methods in com.liferay.portal.model.impl that return User
 User CompanyImpl.getDefaultUser()
           
 User UserGroupRoleImpl.getUser()
           
 User UserModelImpl.toEscapedModel()
           
static User UserModelImpl.toModel(UserSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type User
static List<User> UserModelImpl.toModels(UserSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type User
 int UserModelImpl.compareTo(User user)
           
 

Uses of User in com.liferay.portal.plugin
 

Methods in com.liferay.portal.plugin with parameters of type User
static List<? extends Plugin> PluginUtil.restrictPlugins(List<? extends Plugin> plugins, User user)
           
 

Uses of User in com.liferay.portal.security.auth
 

Methods in com.liferay.portal.security.auth that return User
protected  User CASAutoLogin.addUser(long companyId, String screenName)
          Deprecated. Use importLDAPUser.
protected  User OpenSSOAutoLogin.addUser(long companyId, String firstName, String lastName, String emailAddress, String screenName, Locale locale)
           
protected  User CASAutoLogin.importLDAPUser(long ldapServerId, long companyId, String emailAddress, String screenName)
           
protected  User CASAutoLogin.importLDAPUser(long companyId, String emailAddress, String screenName)
           
 

Uses of User in com.liferay.portal.security.ldap
 

Methods in com.liferay.portal.security.ldap that return User
protected  User PortalLDAPImporterImpl.addUser(long companyId, LDAPUser ldapUser, String password)
           
 User LDAPUser.getUser()
           
protected  User PortalLDAPImporterImpl.getUser(long companyId, LDAPUser ldapUser)
           
 User PortalLDAPImporter.importLDAPUser(long ldapServerId, long companyId, LdapContext ldapContext, Attributes attributes, String password)
           
static User PortalLDAPImporterUtil.importLDAPUser(long ldapServerId, long companyId, LdapContext ldapContext, Attributes attributes, String password)
           
 User PortalLDAPImporterImpl.importLDAPUser(long ldapServerId, long companyId, LdapContext ldapContext, Attributes attributes, String password)
           
 User PortalLDAPImporter.importLDAPUserByScreenName(long companyId, String screenName)
           
static User PortalLDAPImporterUtil.importLDAPUserByScreenName(long companyId, String screenName)
           
 User PortalLDAPImporterImpl.importLDAPUserByScreenName(long companyId, String screenName)
           
protected  User PortalLDAPImporterImpl.importUser(long companyId, Attributes attributes, Properties userMappings, Properties userExpandoMappings, Properties contactMappings, Properties contactExpandoMappings, String password)
           
protected  User PortalLDAPImporterImpl.updateUser(long companyId, LDAPUser ldapUser, User user, String password, String modifiedDate)
           
 

Methods in com.liferay.portal.security.ldap with parameters of type User
protected  Binding PortalLDAPExporterImpl.addGroup(long ldapServerId, LdapContext ldapContext, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
protected  Binding PortalLDAPExporterImpl.addUser(long ldapServerId, LdapContext ldapContext, User user, Properties userMappings)
           
 void PortalLDAPExporter.exportToLDAP(User user, Map<String,Serializable> userExpandoAttributes)
           
static void PortalLDAPExporterUtil.exportToLDAP(User user, Map<String,Serializable> userExpandoAttributes)
           
 void PortalLDAPExporterImpl.exportToLDAP(User user, Map<String,Serializable> userExpandoAttributes)
           
 Attributes PortalToLDAPConverter.getLDAPGroupAttributes(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
 Attributes BasePortalToLDAPConverter.getLDAPGroupAttributes(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
 Modifications PortalToLDAPConverter.getLDAPGroupModifications(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
 Modifications BasePortalToLDAPConverter.getLDAPGroupModifications(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
 Attributes PortalToLDAPConverter.getLDAPUserAttributes(long ldapServerId, User user, Properties userMappings)
           
 Attributes BasePortalToLDAPConverter.getLDAPUserAttributes(long ldapServerId, User user, Properties userMappings)
           
 Modifications PortalToLDAPConverter.getLDAPUserModifications(User user, Map<String,Serializable> userExpandoAttributes, Properties userMappings, Properties userExpandoMappings)
           
 Modifications BasePortalToLDAPConverter.getLDAPUserModifications(User user, Map<String,Serializable> userExpandoAttributes, Properties userMappings, Properties userExpandoMappings)
           
 String PortalToLDAPConverter.getUserDNName(long ldapServerId, User user, Properties userMappings)
           
 String BasePortalToLDAPConverter.getUserDNName(long ldapServerId, User user, Properties userMappings)
           
protected  void PortalLDAPImporterImpl.importGroups(long ldapServerId, long companyId, LdapContext ldapContext, Attributes attributes, User user, Properties userMappings, Properties groupMappings)
           
 void LDAPUser.setUser(User user)
           
protected  void PortalLDAPImporterImpl.updateExpandoAttributes(User user, LDAPUser ldapUser)
           
protected  User PortalLDAPImporterImpl.updateUser(long companyId, LDAPUser ldapUser, User user, String password, String modifiedDate)
           
 

Uses of User in com.liferay.portal.security.permission
 

Fields in com.liferay.portal.security.permission declared as User
protected  User BasePermissionChecker.user
           
 

Methods in com.liferay.portal.security.permission with parameters of type User
static PermissionChecker PermissionCheckerFactoryUtil.create(User user, boolean checkGuest)
           
 PermissionChecker PermissionCheckerFactory.create(User user, boolean checkGuest)
           
 PermissionChecker PermissionCheckerFactoryImpl.create(User user, boolean checkGuest)
           
 void PermissionChecker.init(User user, boolean checkGuest)
           
 void BasePermissionChecker.init(User user, boolean checkGuest)
           
static void PermissionCheckerUtil.setThreadValues(User user)
           
 

Uses of User in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
 User UserLocalServiceWrapper.addUser(User user)
          Adds the user to the database.
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.createUser(long userId)
          Creates a new user with the primary key.
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.getDefaultUser(long companyId)
           
static User UserLocalServiceUtil.getDefaultUser(long companyId)
           
 User UserLocalService.getDefaultUser(long companyId)
           
 User UserLocalServiceWrapper.getUser(long userId)
          Gets the user with the primary key.
static User UserLocalServiceUtil.getUser(long userId)
          Gets the user with the primary key.
 User UserLocalService.getUser(long userId)
          Gets the user with the primary key.
 User UserLocalServiceWrapper.getUserByContactId(long contactId)
           
static User UserLocalServiceUtil.getUserByContactId(long contactId)
           
 User UserLocalService.getUserByContactId(long contactId)
           
 User UserServiceWrapper.getUserByEmailAddress(long companyId, String emailAddress)
           
static User UserServiceUtil.getUserByEmailAddress(long companyId, String emailAddress)
           
 User UserService.getUserByEmailAddress(long companyId, String emailAddress)
           
 User UserLocalServiceWrapper.getUserByEmailAddress(long companyId, String emailAddress)
           
static User UserLocalServiceUtil.getUserByEmailAddress(long companyId, String emailAddress)
           
 User UserLocalService.getUserByEmailAddress(long companyId, String emailAddress)
           
 User UserLocalServiceWrapper.getUserByFacebookId(long companyId, long facebookId)
           
static User UserLocalServiceUtil.getUserByFacebookId(long companyId, long facebookId)
           
 User UserLocalService.getUserByFacebookId(long companyId, long facebookId)
           
 User UserServiceWrapper.getUserById(long userId)
           
static User UserServiceUtil.getUserById(long userId)
           
 User UserService.getUserById(long userId)
           
 User UserLocalServiceWrapper.getUserById(long userId)
           
static User UserLocalServiceUtil.getUserById(long userId)
           
 User UserLocalService.getUserById(long userId)
           
 User UserLocalServiceWrapper.getUserById(long companyId, long userId)
           
static User UserLocalServiceUtil.getUserById(long companyId, long userId)
           
 User UserLocalService.getUserById(long companyId, long userId)
           
 User UserLocalServiceWrapper.getUserByOpenId(long companyId, String openId)
           
static User UserLocalServiceUtil.getUserByOpenId(long companyId, String openId)
           
 User UserLocalService.getUserByOpenId(long companyId, String openId)
           
 User UserLocalServiceWrapper.getUserByPortraitId(long portraitId)
           
static User UserLocalServiceUtil.getUserByPortraitId(long portraitId)
           
 User UserLocalService.getUserByPortraitId(long portraitId)
           
 User UserServiceWrapper.getUserByScreenName(long companyId, String screenName)
           
static User UserServiceUtil.getUserByScreenName(long companyId, String screenName)
           
 User UserService.getUserByScreenName(long companyId, String screenName)
           
 User UserLocalServiceWrapper.getUserByScreenName(long companyId, String screenName)
           
static User UserLocalServiceUtil.getUserByScreenName(long companyId, String screenName)
           
 User UserLocalService.getUserByScreenName(long companyId, String screenName)
           
 User UserLocalServiceWrapper.getUserByUuid(String uuid)
           
static User UserLocalServiceUtil.getUserByUuid(String uuid)
           
 User UserLocalService.getUserByUuid(String uuid)
           
 User UserServiceWrapper.updateActive(long userId, boolean active)
           
static User UserServiceUtil.updateActive(long userId, boolean active)
           
 User UserService.updateActive(long userId, boolean active)
           
 User UserLocalServiceWrapper.updateActive(long userId, boolean active)
           
static User UserLocalServiceUtil.updateActive(long userId, boolean active)
           
 User UserLocalService.updateActive(long userId, boolean active)
           
 User UserServiceWrapper.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
static User UserServiceUtil.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
 User UserService.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
 User UserLocalServiceWrapper.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
static User UserLocalServiceUtil.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
 User UserLocalService.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
 User UserLocalServiceWrapper.updateCreateDate(long userId, Date createDate)
           
static User UserLocalServiceUtil.updateCreateDate(long userId, Date createDate)
           
 User UserLocalService.updateCreateDate(long userId, Date createDate)
           
 User UserLocalServiceWrapper.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2)
           
static User UserLocalServiceUtil.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2)
           
 User UserLocalService.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2)
           
 User UserLocalServiceWrapper.updateLastLogin(long userId, String loginIP)
           
static User UserLocalServiceUtil.updateLastLogin(long userId, String loginIP)
           
 User UserLocalService.updateLastLogin(long userId, String loginIP)
           
 User UserServiceWrapper.updateLockout(long userId, boolean lockout)
           
static User UserServiceUtil.updateLockout(long userId, boolean lockout)
           
 User UserService.updateLockout(long userId, boolean lockout)
           
 User UserLocalServiceWrapper.updateLockout(User user, boolean lockout)
           
static User UserLocalServiceUtil.updateLockout(User user, boolean lockout)
           
 User UserLocalService.updateLockout(User user, boolean lockout)
           
 User UserLocalServiceWrapper.updateLockoutByEmailAddress(long companyId, String emailAddress, boolean lockout)
           
static User UserLocalServiceUtil.updateLockoutByEmailAddress(long companyId, String emailAddress, boolean lockout)
           
 User UserLocalService.updateLockoutByEmailAddress(long companyId, String emailAddress, boolean lockout)
           
 User UserLocalServiceWrapper.updateLockoutById(long userId, boolean lockout)
           
static User UserLocalServiceUtil.updateLockoutById(long userId, boolean lockout)
           
 User UserLocalService.updateLockoutById(long userId, boolean lockout)
           
 User UserLocalServiceWrapper.updateLockoutByScreenName(long companyId, String screenName, boolean lockout)
           
static User UserLocalServiceUtil.updateLockoutByScreenName(long companyId, String screenName, boolean lockout)
           
 User UserLocalService.updateLockoutByScreenName(long companyId, String screenName, boolean lockout)
           
 User UserLocalServiceWrapper.updateModifiedDate(long userId, Date modifiedDate)
           
static User UserLocalServiceUtil.updateModifiedDate(long userId, Date modifiedDate)
           
 User UserLocalService.updateModifiedDate(long userId, Date modifiedDate)
           
 User UserServiceWrapper.updatePassword(long userId, String password1, String password2, boolean passwordReset)
           
static User UserServiceUtil.updatePassword(long userId, String password1, String password2, boolean passwordReset)
           
 User UserService.updatePassword(long userId, String password1, String password2, boolean passwordReset)
           
 User UserLocalServiceWrapper.updatePassword(long userId, String password1, String password2, boolean passwordReset)
           
static User UserLocalServiceUtil.updatePassword(long userId, String password1, String password2, boolean passwordReset)
           
 User UserLocalService.updatePassword(long userId, String password1, String password2, boolean passwordReset)
           
 User UserLocalServiceWrapper.updatePassword(long userId, String password1, String password2, boolean passwordReset, boolean silentUpdate)
           
static User UserLocalServiceUtil.updatePassword(long userId, String password1, String password2, boolean passwordReset, boolean silentUpdate)
           
 User UserLocalService.updatePassword(long userId, String password1, String password2, boolean passwordReset, boolean silentUpdate)
           
 User UserLocalServiceWrapper.updatePasswordManually(long userId, String password, boolean passwordEncrypted, boolean passwordReset, Date passwordModifiedDate)
           
static User UserLocalServiceUtil.updatePasswordManually(long userId, String password, boolean passwordEncrypted, boolean passwordReset, Date passwordModifiedDate)
           
 User UserLocalService.updatePasswordManually(long userId, String password, boolean passwordEncrypted, boolean passwordReset, Date passwordModifiedDate)
           
 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, 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)
           
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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, 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)
           
 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, 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)
           
 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
static User UserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 User UserLocalServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
static User UserLocalServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 User UserLocalServiceWrapper.updateUser(User user)
          Updates the user in the database.
static User UserLocalServiceUtil.updateUser(User user)
          Updates the user in the database.
 User UserLocalService.updateUser(User user)
          Updates the user in the database.
 User UserLocalServiceWrapper.updateUser(User user, boolean merge)
          Updates the user in the database.
static User UserLocalServiceUtil.updateUser(User user, boolean merge)
          Updates the user in the database.
 User UserLocalService.updateUser(User user, boolean merge)
          Updates the user in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type User
 List<User> UserLocalServiceWrapper.getCompanyUsers(long companyId, int start, int end)
           
static List<User> UserLocalServiceUtil.getCompanyUsers(long companyId, int start, int end)
           
 List<User> UserLocalService.getCompanyUsers(long companyId, int start, int end)
           
 List<User> UserLocalServiceWrapper.getGroupUsers(long groupId)
           
static List<User> UserLocalServiceUtil.getGroupUsers(long groupId)
           
 List<User> UserLocalService.getGroupUsers(long groupId)
           
 List<User> UserLocalServiceWrapper.getNoAnnouncementsDeliveries(String type)
           
static List<User> UserLocalServiceUtil.getNoAnnouncementsDeliveries(String type)
           
 List<User> UserLocalService.getNoAnnouncementsDeliveries(String type)
           
 List<User> UserLocalServiceWrapper.getNoContacts()
           
static List<User> UserLocalServiceUtil.getNoContacts()
           
 List<User> UserLocalService.getNoContacts()
           
 List<User> UserLocalServiceWrapper.getNoGroups()
           
static List<User> UserLocalServiceUtil.getNoGroups()
           
 List<User> UserLocalService.getNoGroups()
           
 List<User> UserLocalServiceWrapper.getOrganizationUsers(long organizationId)
           
static List<User> UserLocalServiceUtil.getOrganizationUsers(long organizationId)
           
 List<User> UserLocalService.getOrganizationUsers(long organizationId)
           
 List<User> UserLocalServiceWrapper.getRoleUsers(long roleId)
           
static List<User> UserLocalServiceUtil.getRoleUsers(long roleId)
           
 List<User> UserLocalService.getRoleUsers(long roleId)
           
 List<User> UserLocalServiceWrapper.getRoleUsers(long roleId, int start, int end)
           
static List<User> UserLocalServiceUtil.getRoleUsers(long roleId, int start, int end)
           
 List<User> UserLocalService.getRoleUsers(long roleId, int start, int end)
           
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
           
static List<User> UserLocalServiceUtil.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
           
static List<User> UserLocalServiceUtil.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
           
static List<User> UserLocalServiceUtil.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
           
static List<User> UserLocalServiceUtil.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalServiceWrapper.getUserGroupUsers(long userGroupId)
           
static List<User> UserLocalServiceUtil.getUserGroupUsers(long userGroupId)
           
 List<User> UserLocalService.getUserGroupUsers(long userGroupId)
           
 List<User> UserLocalServiceWrapper.getUsers(int start, int end)
          Gets a range of all the users.
static List<User> UserLocalServiceUtil.getUsers(int start, int end)
          Gets a range of all the users.
 List<User> UserLocalService.getUsers(int start, int end)
          Gets a range of all the users.
 List<User> UserLocalServiceWrapper.search(long companyId, String keywords, Boolean active, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<User> UserLocalServiceUtil.search(long companyId, String keywords, Boolean active, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.search(long companyId, String keywords, Boolean active, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalServiceWrapper.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, Boolean active, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, OrderByComparator obc)
           
static List<User> UserLocalServiceUtil.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, Boolean active, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, Boolean active, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portal.service with parameters of type User
 User UserLocalServiceWrapper.addUser(User user)
          Adds the user to the database.
static User UserLocalServiceUtil.addUser(User user)
          Adds the user to the database.
 User UserLocalService.addUser(User user)
          Adds the user to the database.
 void UserLocalServiceWrapper.checkLockout(User user)
           
static void UserLocalServiceUtil.checkLockout(User user)
           
 void UserLocalService.checkLockout(User user)
           
 void UserLocalServiceWrapper.checkLoginFailure(User user)
           
static void UserLocalServiceUtil.checkLoginFailure(User user)
           
 void UserLocalService.checkLoginFailure(User user)
           
 void UserLocalServiceWrapper.checkPasswordExpired(User user)
           
static void UserLocalServiceUtil.checkPasswordExpired(User user)
           
 void UserLocalService.checkPasswordExpired(User user)
           
 void UserLocalServiceWrapper.deleteUser(User user)
          Deletes the user from the database.
static void UserLocalServiceUtil.deleteUser(User user)
          Deletes the user from the database.
 void UserLocalService.deleteUser(User user)
          Deletes the user from the database.
 boolean UserLocalServiceWrapper.isPasswordExpired(User user)
           
static boolean UserLocalServiceUtil.isPasswordExpired(User user)
           
 boolean UserLocalService.isPasswordExpired(User user)
           
 boolean UserLocalServiceWrapper.isPasswordExpiringSoon(User user)
           
static boolean UserLocalServiceUtil.isPasswordExpiringSoon(User user)
           
 boolean UserLocalService.isPasswordExpiringSoon(User user)
           
 void UserLocalServiceWrapper.updateAsset(long userId, User user, long[] assetCategoryIds, String[] assetTagNames)
           
static void UserLocalServiceUtil.updateAsset(long userId, User user, long[] assetCategoryIds, String[] assetTagNames)
           
 void UserLocalService.updateAsset(long userId, User user, long[] assetCategoryIds, String[] assetTagNames)
           
 User UserLocalServiceWrapper.updateLockout(User user, boolean lockout)
           
static User UserLocalServiceUtil.updateLockout(User user, boolean lockout)
           
 User UserLocalService.updateLockout(User user, boolean lockout)
           
 User UserLocalServiceWrapper.updateUser(User user)
          Updates the user in the database.
static User UserLocalServiceUtil.updateUser(User user)
          Updates the user in the database.
 User UserLocalService.updateUser(User user)
          Updates the user in the database.
 User UserLocalServiceWrapper.updateUser(User user, boolean merge)
          Updates the user in the database.
static User UserLocalServiceUtil.updateUser(User user, boolean merge)
          Updates the user in the database.
 User UserLocalService.updateUser(User user, boolean merge)
          Updates the user in the database.
 

Method parameters in com.liferay.portal.service with type arguments of type User
 void UserLocalServiceWrapper.unsetRoleUsers(long roleId, List<User> users)
           
static void UserLocalServiceUtil.unsetRoleUsers(long roleId, List<User> users)
           
 void UserLocalService.unsetRoleUsers(long roleId, List<User> users)
           
 

Uses of User in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return User
 User UserLocalServiceBaseImpl.addUser(User user)
          Adds the user to the database.
 User UserLocalServiceBaseImpl.createUser(long userId)
          Creates a new user with the primary key.
 User PrincipalBean.getGuestOrUser()
           
 User PrincipalBean.getUser()
           
 User UserLocalServiceBaseImpl.getUser(long userId)
          Gets the user with the primary key.
 User UserLocalServiceBaseImpl.updateUser(User user)
          Updates the user in the database.
 User UserLocalServiceBaseImpl.updateUser(User user, boolean merge)
          Updates the user in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type User
 List<User> UserLocalServiceBaseImpl.getUsers(int start, int end)
          Gets a range of all the users.
 

Methods in com.liferay.portal.service.base with parameters of type User
 User UserLocalServiceBaseImpl.addUser(User user)
          Adds the user to the database.
 void UserLocalServiceBaseImpl.deleteUser(User user)
          Deletes the user from the database.
 User UserLocalServiceBaseImpl.updateUser(User user)
          Updates the user in the database.
 User UserLocalServiceBaseImpl.updateUser(User user, boolean merge)
          Updates the user in the database.
 

Uses of User in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return User
static User UserServiceHttp.addUser(HttpPrincipal httpPrincipal, 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
static User UserServiceHttp.addUser(HttpPrincipal httpPrincipal, 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
static User UserServiceHttp.getUserByEmailAddress(HttpPrincipal httpPrincipal, long companyId, String emailAddress)
           
static User UserServiceHttp.getUserById(HttpPrincipal httpPrincipal, long userId)
           
static User UserServiceHttp.getUserByScreenName(HttpPrincipal httpPrincipal, long companyId, String screenName)
           
static User UserServiceHttp.updateActive(HttpPrincipal httpPrincipal, long userId, boolean active)
           
static User UserServiceHttp.updateAgreedToTermsOfUse(HttpPrincipal httpPrincipal, long userId, boolean agreedToTermsOfUse)
           
static User UserServiceHttp.updateLockout(HttpPrincipal httpPrincipal, long userId, boolean lockout)
           
static User UserServiceHttp.updatePassword(HttpPrincipal httpPrincipal, long userId, String password1, String password2, boolean passwordReset)
           
static User UserServiceHttp.updateUser(HttpPrincipal httpPrincipal, 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, 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)
           
static User UserServiceHttp.updateUser(HttpPrincipal httpPrincipal, 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.service.http with parameters of type User
static JSONArray UserJSONSerializer.toJSONArray(User[] models)
           
static JSONArray UserJSONSerializer.toJSONArray(User[][] models)
           
static JSONObject UserJSONSerializer.toJSONObject(User model)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type User
static JSONArray UserJSONSerializer.toJSONArray(List<User> models)
           
 

Uses of User in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return User
 User UserServiceImpl.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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 User UserServiceImpl.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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
 User UserLocalServiceImpl.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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
 User UserLocalServiceImpl.getDefaultUser(long companyId)
           
 User UserLocalServiceImpl.getUserByContactId(long contactId)
           
 User UserServiceImpl.getUserByEmailAddress(long companyId, String emailAddress)
           
 User UserLocalServiceImpl.getUserByEmailAddress(long companyId, String emailAddress)
           
 User UserLocalServiceImpl.getUserByFacebookId(long companyId, long facebookId)
           
 User UserServiceImpl.getUserById(long userId)
           
 User UserLocalServiceImpl.getUserById(long userId)
           
 User UserLocalServiceImpl.getUserById(long companyId, long userId)
           
 User UserLocalServiceImpl.getUserByOpenId(long companyId, String openId)
           
 User UserLocalServiceImpl.getUserByPortraitId(long portraitId)
           
 User UserServiceImpl.getUserByScreenName(long companyId, String screenName)
           
 User UserLocalServiceImpl.getUserByScreenName(long companyId, String screenName)
           
 User UserLocalServiceImpl.getUserByUuid(String uuid)
           
 User UserServiceImpl.updateActive(long userId, boolean active)
           
 User UserLocalServiceImpl.updateActive(long userId, boolean active)
           
 User UserServiceImpl.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
 User UserLocalServiceImpl.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
 User UserLocalServiceImpl.updateCreateDate(long userId, Date createDate)
           
 User UserLocalServiceImpl.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2)
           
 User UserLocalServiceImpl.updateLastLogin(long userId, String loginIP)
           
 User UserServiceImpl.updateLockout(long userId, boolean lockout)
           
 User UserLocalServiceImpl.updateLockout(User user, boolean lockout)
           
 User UserLocalServiceImpl.updateLockoutByEmailAddress(long companyId, String emailAddress, boolean lockout)
           
 User UserLocalServiceImpl.updateLockoutById(long userId, boolean lockout)
           
 User UserLocalServiceImpl.updateLockoutByScreenName(long companyId, String screenName, boolean lockout)
           
 User UserLocalServiceImpl.updateModifiedDate(long userId, Date modifiedDate)
           
 User UserServiceImpl.updatePassword(long userId, String password1, String password2, boolean passwordReset)
           
 User UserLocalServiceImpl.updatePassword(long userId, String password1, String password2, boolean passwordReset)
           
 User UserLocalServiceImpl.updatePassword(long userId, String password1, String password2, boolean passwordReset, boolean silentUpdate)
           
 User UserLocalServiceImpl.updatePasswordManually(long userId, String password, boolean passwordEncrypted, boolean passwordReset, Date passwordModifiedDate)
           
 User UserServiceImpl.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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, 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)
           
 User UserServiceImpl.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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 User UserLocalServiceImpl.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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type User
 List<User> UserLocalServiceImpl.getCompanyUsers(long companyId, int start, int end)
           
 List<User> UserLocalServiceImpl.getGroupUsers(long groupId)
           
 List<User> UserLocalServiceImpl.getNoAnnouncementsDeliveries(String type)
           
 List<User> UserLocalServiceImpl.getNoContacts()
           
 List<User> UserLocalServiceImpl.getNoGroups()
           
 List<User> UserLocalServiceImpl.getOrganizationUsers(long organizationId)
           
 List<User> UserLocalServiceImpl.getRoleUsers(long roleId)
           
 List<User> UserLocalServiceImpl.getRoleUsers(long roleId, int start, int end)
           
 List<User> UserLocalServiceImpl.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalServiceImpl.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalServiceImpl.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalServiceImpl.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalServiceImpl.getUserGroupUsers(long userGroupId)
           
 List<User> UserLocalServiceImpl.search(long companyId, String keywords, Boolean active, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalServiceImpl.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, Boolean active, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portal.service.impl with parameters of type User
 void UserLocalServiceImpl.checkLockout(User user)
           
 void UserLocalServiceImpl.checkLoginFailure(User user)
           
 void UserLocalServiceImpl.checkPasswordExpired(User user)
           
 boolean UserLocalServiceImpl.isPasswordExpired(User user)
           
 boolean UserLocalServiceImpl.isPasswordExpiringSoon(User user)
           
protected  void UserLocalServiceImpl.sendEmail(User user, String password)
           
protected  void UserLocalServiceImpl.setEmailAddress(User user, String password, String firstName, String middleName, String lastName, String emailAddress)
           
 void UserLocalServiceImpl.updateAsset(long userId, User user, long[] assetCategoryIds, String[] assetTagNames)
           
 User UserLocalServiceImpl.updateLockout(User user, boolean lockout)
           
protected  void UserLocalServiceImpl.updateUserGroupRoles(User user, long[] groupIds, long[] organizationIds, List<UserGroupRole> userGroupRoles)
           
protected  void UserServiceImpl.validateEmailAddress(User user, String emailAddress)
           
protected  void UserServiceImpl.validateScreenName(User user, String screenName)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type User
protected  long[] UserLocalServiceImpl.getUserIds(List<User> users)
           
 void UserLocalServiceImpl.unsetRoleUsers(long roleId, List<User> users)
           
 

Uses of User in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return User
static User UserUtil.create(long userId)
          Creates a new user with the primary key.
 User UserPersistence.create(long userId)
          Creates a new user with the primary key.
 User UserPersistenceImpl.create(long userId)
          Creates a new user with the primary key.
static User UserUtil.fetchByC_DU(long companyId, boolean defaultUser)
          Finds the user where companyId = ? and defaultUser = ? or returns null if it could not be found.
 User UserPersistence.fetchByC_DU(long companyId, boolean defaultUser)
          Finds the user where companyId = ? and defaultUser = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByC_DU(long companyId, boolean defaultUser)
          Finds the user where companyId = ? and defaultUser = ? or returns null if it could not be found.
static User UserUtil.fetchByC_DU(long companyId, boolean defaultUser, boolean retrieveFromCache)
          Finds the user where companyId = ? and defaultUser = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByC_DU(long companyId, boolean defaultUser, boolean retrieveFromCache)
          Finds the user where companyId = ? and defaultUser = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByC_DU(long companyId, boolean defaultUser, boolean retrieveFromCache)
          Finds the user where companyId = ? and defaultUser = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByC_EA(long companyId, String emailAddress)
          Finds the user where companyId = ? and emailAddress = ? or returns null if it could not be found.
 User UserPersistence.fetchByC_EA(long companyId, String emailAddress)
          Finds the user where companyId = ? and emailAddress = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByC_EA(long companyId, String emailAddress)
          Finds the user where companyId = ? and emailAddress = ? or returns null if it could not be found.
static User UserUtil.fetchByC_EA(long companyId, String emailAddress, boolean retrieveFromCache)
          Finds the user where companyId = ? and emailAddress = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByC_EA(long companyId, String emailAddress, boolean retrieveFromCache)
          Finds the user where companyId = ? and emailAddress = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByC_EA(long companyId, String emailAddress, boolean retrieveFromCache)
          Finds the user where companyId = ? and emailAddress = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByC_FID(long companyId, long facebookId)
          Finds the user where companyId = ? and facebookId = ? or returns null if it could not be found.
 User UserPersistence.fetchByC_FID(long companyId, long facebookId)
          Finds the user where companyId = ? and facebookId = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByC_FID(long companyId, long facebookId)
          Finds the user where companyId = ? and facebookId = ? or returns null if it could not be found.
static User UserUtil.fetchByC_FID(long companyId, long facebookId, boolean retrieveFromCache)
          Finds the user where companyId = ? and facebookId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByC_FID(long companyId, long facebookId, boolean retrieveFromCache)
          Finds the user where companyId = ? and facebookId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByC_FID(long companyId, long facebookId, boolean retrieveFromCache)
          Finds the user where companyId = ? and facebookId = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByC_O(long companyId, String openId)
          Finds the user where companyId = ? and openId = ? or returns null if it could not be found.
 User UserPersistence.fetchByC_O(long companyId, String openId)
          Finds the user where companyId = ? and openId = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByC_O(long companyId, String openId)
          Finds the user where companyId = ? and openId = ? or returns null if it could not be found.
static User UserUtil.fetchByC_O(long companyId, String openId, boolean retrieveFromCache)
          Finds the user where companyId = ? and openId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByC_O(long companyId, String openId, boolean retrieveFromCache)
          Finds the user where companyId = ? and openId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByC_O(long companyId, String openId, boolean retrieveFromCache)
          Finds the user where companyId = ? and openId = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByC_SN(long companyId, String screenName)
          Finds the user where companyId = ? and screenName = ? or returns null if it could not be found.
 User UserPersistence.fetchByC_SN(long companyId, String screenName)
          Finds the user where companyId = ? and screenName = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByC_SN(long companyId, String screenName)
          Finds the user where companyId = ? and screenName = ? or returns null if it could not be found.
static User UserUtil.fetchByC_SN(long companyId, String screenName, boolean retrieveFromCache)
          Finds the user where companyId = ? and screenName = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByC_SN(long companyId, String screenName, boolean retrieveFromCache)
          Finds the user where companyId = ? and screenName = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByC_SN(long companyId, String screenName, boolean retrieveFromCache)
          Finds the user where companyId = ? and screenName = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByC_U(long companyId, long userId)
          Finds the user where companyId = ? and userId = ? or returns null if it could not be found.
 User UserPersistence.fetchByC_U(long companyId, long userId)
          Finds the user where companyId = ? and userId = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByC_U(long companyId, long userId)
          Finds the user where companyId = ? and userId = ? or returns null if it could not be found.
static User UserUtil.fetchByC_U(long companyId, long userId, boolean retrieveFromCache)
          Finds the user where companyId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByC_U(long companyId, long userId, boolean retrieveFromCache)
          Finds the user where companyId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByC_U(long companyId, long userId, boolean retrieveFromCache)
          Finds the user where companyId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByContactId(long contactId)
          Finds the user where contactId = ? or returns null if it could not be found.
 User UserPersistence.fetchByContactId(long contactId)
          Finds the user where contactId = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByContactId(long contactId)
          Finds the user where contactId = ? or returns null if it could not be found.
static User UserUtil.fetchByContactId(long contactId, boolean retrieveFromCache)
          Finds the user where contactId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByContactId(long contactId, boolean retrieveFromCache)
          Finds the user where contactId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByContactId(long contactId, boolean retrieveFromCache)
          Finds the user where contactId = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByPortraitId(long portraitId)
          Finds the user where portraitId = ? or returns null if it could not be found.
 User UserPersistence.fetchByPortraitId(long portraitId)
          Finds the user where portraitId = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByPortraitId(long portraitId)
          Finds the user where portraitId = ? or returns null if it could not be found.
static User UserUtil.fetchByPortraitId(long portraitId, boolean retrieveFromCache)
          Finds the user where portraitId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByPortraitId(long portraitId, boolean retrieveFromCache)
          Finds the user where portraitId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByPortraitId(long portraitId, boolean retrieveFromCache)
          Finds the user where portraitId = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByPrimaryKey(long userId)
          Finds the user with the primary key or returns null if it could not be found.
 User UserPersistence.fetchByPrimaryKey(long userId)
          Finds the user with the primary key or returns null if it could not be found.
 User UserPersistenceImpl.fetchByPrimaryKey(long userId)
          Finds the user with the primary key or returns null if it could not be found.
 User UserPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the user with the primary key or returns null if it could not be found.
static User UserUtil.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where companyId = ? and active = ?.
 User UserPersistence.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where companyId = ? and active = ?.
 User UserPersistenceImpl.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where companyId = ? and active = ?.
static User UserUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where companyId = ? and active = ?.
 User UserPersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where companyId = ? and active = ?.
 User UserPersistenceImpl.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where companyId = ? and active = ?.
static User[] UserUtil.findByC_A_PrevAndNext(long userId, long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where companyId = ? and active = ?.
 User[] UserPersistence.findByC_A_PrevAndNext(long userId, long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where companyId = ? and active = ?.
 User[] UserPersistenceImpl.findByC_A_PrevAndNext(long userId, long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where companyId = ? and active = ?.
static User UserUtil.findByC_DU(long companyId, boolean defaultUser)
          Finds the user where companyId = ? and defaultUser = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_DU(long companyId, boolean defaultUser)
          Finds the user where companyId = ? and defaultUser = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_DU(long companyId, boolean defaultUser)
          Finds the user where companyId = ? and defaultUser = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByC_EA(long companyId, String emailAddress)
          Finds the user where companyId = ? and emailAddress = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_EA(long companyId, String emailAddress)
          Finds the user where companyId = ? and emailAddress = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_EA(long companyId, String emailAddress)
          Finds the user where companyId = ? and emailAddress = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByC_FID(long companyId, long facebookId)
          Finds the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_FID(long companyId, long facebookId)
          Finds the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_FID(long companyId, long facebookId)
          Finds the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByC_O(long companyId, String openId)
          Finds the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_O(long companyId, String openId)
          Finds the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_O(long companyId, String openId)
          Finds the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByC_SN(long companyId, String screenName)
          Finds the user where companyId = ? and screenName = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_SN(long companyId, String screenName)
          Finds the user where companyId = ? and screenName = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_SN(long companyId, String screenName)
          Finds the user where companyId = ? and screenName = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByC_U(long companyId, long userId)
          Finds the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_U(long companyId, long userId)
          Finds the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_U(long companyId, long userId)
          Finds the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where companyId = ?.
 User UserPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where companyId = ?.
 User UserPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where companyId = ?.
static User UserUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where companyId = ?.
 User UserPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where companyId = ?.
 User UserPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where companyId = ?.
static User[] UserUtil.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where companyId = ?.
 User[] UserPersistence.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where companyId = ?.
 User[] UserPersistenceImpl.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where companyId = ?.
static User UserUtil.findByContactId(long contactId)
          Finds the user where contactId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByContactId(long contactId)
          Finds the user where contactId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByContactId(long contactId)
          Finds the user where contactId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where emailAddress = ?.
 User UserPersistence.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where emailAddress = ?.
 User UserPersistenceImpl.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where emailAddress = ?.
static User UserUtil.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where emailAddress = ?.
 User UserPersistence.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where emailAddress = ?.
 User UserPersistenceImpl.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where emailAddress = ?.
static User[] UserUtil.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where emailAddress = ?.
 User[] UserPersistence.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where emailAddress = ?.
 User[] UserPersistenceImpl.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where emailAddress = ?.
static User UserUtil.findByPortraitId(long portraitId)
          Finds the user where portraitId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByPortraitId(long portraitId)
          Finds the user where portraitId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByPortraitId(long portraitId)
          Finds the user where portraitId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByPrimaryKey(long userId)
          Finds the user with the primary key or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByPrimaryKey(long userId)
          Finds the user with the primary key or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByPrimaryKey(long userId)
          Finds the user with the primary key or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the user with the primary key or throws a NoSuchModelException if it could not be found.
static User UserUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where uuid = ?.
 User UserPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where uuid = ?.
 User UserPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where uuid = ?.
static User UserUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where uuid = ?.
 User UserPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where uuid = ?.
 User UserPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where uuid = ?.
static User[] UserUtil.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where uuid = ?.
 User[] UserPersistence.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where uuid = ?.
 User[] UserPersistenceImpl.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where uuid = ?.
protected  User UserPersistenceImpl.getByC_A_PrevAndNext(Session session, User user, long companyId, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByCompanyId_PrevAndNext(Session session, User user, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByEmailAddress_PrevAndNext(Session session, User user, String emailAddress, OrderByComparator orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByUuid_PrevAndNext(Session session, User user, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static User UserUtil.remove(long userId)
          Removes the user with the primary key from the database.
 User UserPersistence.remove(long userId)
          Removes the user with the primary key from the database.
 User UserPersistenceImpl.remove(long userId)
          Removes the user with the primary key from the database.
 User UserPersistenceImpl.remove(Serializable primaryKey)
          Removes the user with the primary key from the database.
static User UserUtil.remove(User user)
           
protected  User UserPersistenceImpl.removeImpl(User user)
           
protected  User UserPersistenceImpl.toUnwrappedModel(User user)
           
static User UserUtil.update(User user, boolean merge)
           
static User UserUtil.update(User user, boolean merge, ServiceContext serviceContext)
           
static User UserUtil.updateImpl(User user, boolean merge)
           
 User UserPersistence.updateImpl(User user, boolean merge)
           
 User UserPersistenceImpl.updateImpl(User user, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type User
static List<User> UserUtil.findAll()
          Finds all the users.
 List<User> UserPersistence.findAll()
          Finds all the users.
 List<User> UserPersistenceImpl.findAll()
          Finds all the users.
static List<User> UserUtil.findAll(int start, int end)
          Finds a range of all the users.
 List<User> UserPersistence.findAll(int start, int end)
          Finds a range of all the users.
 List<User> UserPersistenceImpl.findAll(int start, int end)
          Finds a range of all the users.
static List<User> UserUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the users.
 List<User> UserPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the users.
 List<User> UserPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the users.
static List<User> UserUtil.findByC_A(long companyId, boolean active)
          Finds all the users where companyId = ? and active = ?.
 List<User> UserPersistence.findByC_A(long companyId, boolean active)
          Finds all the users where companyId = ? and active = ?.
 List<User> UserPersistenceImpl.findByC_A(long companyId, boolean active)
          Finds all the users where companyId = ? and active = ?.
static List<User> UserUtil.findByC_A(long companyId, boolean active, int start, int end)
          Finds a range of all the users where companyId = ? and active = ?.
 List<User> UserPersistence.findByC_A(long companyId, boolean active, int start, int end)
          Finds a range of all the users where companyId = ? and active = ?.
 List<User> UserPersistenceImpl.findByC_A(long companyId, boolean active, int start, int end)
          Finds a range of all the users where companyId = ? and active = ?.
static List<User> UserUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the users where companyId = ? and active = ?.
 List<User> UserPersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the users where companyId = ? and active = ?.
 List<User> UserPersistenceImpl.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the users where companyId = ? and active = ?.
static List<User> UserFinderUtil.findByC_FN_MN_LN_SN_EA_A(long companyId, String[] firstNames, String[] middleNames, String[] lastNames, String[] screenNames, String[] emailAddresses, Boolean active, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<User> UserFinder.findByC_FN_MN_LN_SN_EA_A(long companyId, String[] firstNames, String[] middleNames, String[] lastNames, String[] screenNames, String[] emailAddresses, Boolean active, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<User> UserFinderImpl.findByC_FN_MN_LN_SN_EA_A(long companyId, String[] firstNames, String[] middleNames, String[] lastNames, String[] screenNames, String[] emailAddresses, Boolean active, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<User> UserFinderUtil.findByC_FN_MN_LN_SN_EA_A(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, Boolean active, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<User> UserFinder.findByC_FN_MN_LN_SN_EA_A(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, Boolean active, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<User> UserFinderImpl.findByC_FN_MN_LN_SN_EA_A(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, Boolean active, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<User> UserUtil.findByCompanyId(long companyId)
          Finds all the users where companyId = ?.
 List<User> UserPersistence.findByCompanyId(long companyId)
          Finds all the users where companyId = ?.
 List<User> UserPersistenceImpl.findByCompanyId(long companyId)
          Finds all the users where companyId = ?.
static List<User> UserUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the users where companyId = ?.
 List<User> UserPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the users where companyId = ?.
 List<User> UserPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the users where companyId = ?.
static List<User> UserUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the users where companyId = ?.
 List<User> UserPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the users where companyId = ?.
 List<User> UserPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the users where companyId = ?.
static List<User> UserUtil.findByEmailAddress(String emailAddress)
          Finds all the users where emailAddress = ?.
 List<User> UserPersistence.findByEmailAddress(String emailAddress)
          Finds all the users where emailAddress = ?.
 List<User> UserPersistenceImpl.findByEmailAddress(String emailAddress)
          Finds all the users where emailAddress = ?.
static List<User> UserUtil.findByEmailAddress(String emailAddress, int start, int end)
          Finds a range of all the users where emailAddress = ?.
 List<User> UserPersistence.findByEmailAddress(String emailAddress, int start, int end)
          Finds a range of all the users where emailAddress = ?.
 List<User> UserPersistenceImpl.findByEmailAddress(String emailAddress, int start, int end)
          Finds a range of all the users where emailAddress = ?.
static List<User> UserUtil.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the users where emailAddress = ?.
 List<User> UserPersistence.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the users where emailAddress = ?.
 List<User> UserPersistenceImpl.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the users where emailAddress = ?.
static List<User> UserFinderUtil.findByKeywords(long companyId, String keywords, Boolean active, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<User> UserFinder.findByKeywords(long companyId, String keywords, Boolean active, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<User> UserFinderImpl.findByKeywords(long companyId, String keywords, Boolean active, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<User> UserFinderUtil.findByNoAnnouncementsDeliveries(String type)
           
 List<User> UserFinder.findByNoAnnouncementsDeliveries(String type)
           
 List<User> UserFinderImpl.findByNoAnnouncementsDeliveries(String type)
           
static List<User> UserFinderUtil.findByNoContacts()
           
 List<User> UserFinder.findByNoContacts()
           
 List<User> UserFinderImpl.findByNoContacts()
           
static List<User> UserFinderUtil.findByNoGroups()
           
 List<User> UserFinder.findByNoGroups()
           
 List<User> UserFinderImpl.findByNoGroups()
           
static List<User> UserUtil.findByUuid(String uuid)
          Finds all the users where uuid = ?.
 List<User> UserPersistence.findByUuid(String uuid)
          Finds all the users where uuid = ?.
 List<User> UserPersistenceImpl.findByUuid(String uuid)
          Finds all the users where uuid = ?.
static List<User> UserUtil.findByUuid(String uuid, int start, int end)
          Finds a range of all the users where uuid = ?.
 List<User> UserPersistence.findByUuid(String uuid, int start, int end)
          Finds a range of all the users where uuid = ?.
 List<User> UserPersistenceImpl.findByUuid(String uuid, int start, int end)
          Finds a range of all the users where uuid = ?.
static List<User> UserUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the users where uuid = ?.
 List<User> UserPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the users where uuid = ?.
 List<User> UserPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
           
static List<User> UserGroupUtil.getUsers(long pk)
          Gets all the users associated with the user group.
 List<User> UserGroupPersistence.getUsers(long pk)
          Gets all the users associated with the user group.
static List<User> TeamUtil.getUsers(long pk)
          Gets all the users associated with the team.
 List<User> TeamPersistence.getUsers(long pk)
          Gets all the users associated with the team.
static List<User> RoleUtil.getUsers(long pk)
          Gets all the users associated with the role.
 List<User> RolePersistence.getUsers(long pk)
          Gets all the users associated with the role.
static List<User> PermissionUtil.getUsers(long pk)
          Gets all the users associated with the permission.
 List<User> PermissionPersistence.getUsers(long pk)
          Gets all the users associated with the permission.
static List<User> OrganizationUtil.getUsers(long pk)
          Gets all the users associated with the organization.
 List<User> OrganizationPersistence.getUsers(long pk)
          Gets all the users associated with the organization.
static List<User> GroupUtil.getUsers(long pk)
          Gets all the users associated with the group.
 List<User> GroupPersistence.getUsers(long pk)
          Gets all the users associated with the group.
 List<User> UserGroupPersistenceImpl.getUsers(long pk)
          Gets all the users associated with the user group.
 List<User> TeamPersistenceImpl.getUsers(long pk)
          Gets all the users associated with the team.
 List<User> RolePersistenceImpl.getUsers(long pk)
          Gets all the users associated with the role.
 List<User> PermissionPersistenceImpl.getUsers(long pk)
          Gets all the users associated with the permission.
 List<User> OrganizationPersistenceImpl.getUsers(long pk)
          Gets all the users associated with the organization.
 List<User> GroupPersistenceImpl.getUsers(long pk)
          Gets all the users associated with the group.
static List<User> UserGroupUtil.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the user group.
 List<User> UserGroupPersistence.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the user group.
static List<User> TeamUtil.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the team.
 List<User> TeamPersistence.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the team.
static List<User> RoleUtil.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the role.
 List<User> RolePersistence.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the role.
static List<User> PermissionUtil.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the permission.
 List<User> PermissionPersistence.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the permission.
static List<User> OrganizationUtil.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the organization.
 List<User> OrganizationPersistence.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the organization.
static List<User> GroupUtil.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the group.
 List<User> GroupPersistence.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the group.
 List<User> UserGroupPersistenceImpl.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the user group.
 List<User> TeamPersistenceImpl.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the team.
 List<User> RolePersistenceImpl.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the role.
 List<User> PermissionPersistenceImpl.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the permission.
 List<User> OrganizationPersistenceImpl.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the organization.
 List<User> GroupPersistenceImpl.getUsers(long pk, int start, int end)
          Gets a range of all the users associated with the group.
static List<User> UserGroupUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the user group.
 List<User> UserGroupPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the user group.
static List<User> TeamUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the team.
 List<User> TeamPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the team.
static List<User> RoleUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the role.
 List<User> RolePersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the role.
static List<User> PermissionUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the permission.
 List<User> PermissionPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the permission.
static List<User> OrganizationUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the organization.
 List<User> OrganizationPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the organization.
static List<User> GroupUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the group.
 List<User> GroupPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the group.
 List<User> UserGroupPersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the user group.
 List<User> TeamPersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the team.
 List<User> RolePersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the role.
 List<User> PermissionPersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the permission.
 List<User> OrganizationPersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the organization.
 List<User> GroupPersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the users associated with the group.
 

Methods in com.liferay.portal.service.persistence with parameters of type User
static void UserGroupUtil.addUser(long pk, User user)
          Adds an association between the user group and the user.
 void UserGroupPersistence.addUser(long pk, User user)
          Adds an association between the user group and the user.
static void TeamUtil.addUser(long pk, User user)
          Adds an association between the team and the user.
 void TeamPersistence.addUser(long pk, User user)
          Adds an association between the team and the user.
static void RoleUtil.addUser(long pk, User user)
          Adds an association between the role and the user.
 void RolePersistence.addUser(long pk, User user)
          Adds an association between the role and the user.
static void PermissionUtil.addUser(long pk, User user)
          Adds an association between the permission and the user.
 void PermissionPersistence.addUser(long pk, User user)
          Adds an association between the permission and the user.
static void OrganizationUtil.addUser(long pk, User user)
          Adds an association between the organization and the user.
 void OrganizationPersistence.addUser(long pk, User user)
          Adds an association between the organization and the user.
static void GroupUtil.addUser(long pk, User user)
          Adds an association between the group and the user.
 void GroupPersistence.addUser(long pk, User user)
          Adds an association between the group and the user.
 void UserGroupPersistenceImpl.addUser(long pk, User user)
          Adds an association between the user group and the user.
 void TeamPersistenceImpl.addUser(long pk, User user)
          Adds an association between the team and the user.
 void RolePersistenceImpl.addUser(long pk, User user)
          Adds an association between the role and the user.
 void PermissionPersistenceImpl.addUser(long pk, User user)
          Adds an association between the permission and the user.
 void OrganizationPersistenceImpl.addUser(long pk, User user)
          Adds an association between the organization and the user.
 void GroupPersistenceImpl.addUser(long pk, User user)
          Adds an association between the group and the user.
static void UserUtil.cacheResult(User user)
          Caches the user in the entity cache if it is enabled.
 void UserPersistence.cacheResult(User user)
          Caches the user in the entity cache if it is enabled.
 void UserPersistenceImpl.cacheResult(User user)
          Caches the user in the entity cache if it is enabled.
static void UserUtil.clearCache(User user)
           
 void UserPersistenceImpl.clearCache(User user)
          Clears the cache for the user.
protected  User UserPersistenceImpl.getByC_A_PrevAndNext(Session session, User user, long companyId, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByCompanyId_PrevAndNext(Session session, User user, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByEmailAddress_PrevAndNext(Session session, User user, String emailAddress, OrderByComparator orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByUuid_PrevAndNext(Session session, User user, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static User UserUtil.remove(User user)
           
protected  User UserPersistenceImpl.removeImpl(User user)
           
static void UserGroupUtil.removeUser(long pk, User user)
          Removes the association between the user group and the user.
 void UserGroupPersistence.removeUser(long pk, User user)
          Removes the association between the user group and the user.
static void TeamUtil.removeUser(long pk, User user)
          Removes the association between the team and the user.
 void TeamPersistence.removeUser(long pk, User user)
          Removes the association between the team and the user.
static void RoleUtil.removeUser(long pk, User user)
          Removes the association between the role and the user.
 void RolePersistence.removeUser(long pk, User user)
          Removes the association between the role and the user.
static void PermissionUtil.removeUser(long pk, User user)
          Removes the association between the permission and the user.
 void PermissionPersistence.removeUser(long pk, User user)
          Removes the association between the permission and the user.
static void OrganizationUtil.removeUser(long pk, User user)
          Removes the association between the organization and the user.
 void OrganizationPersistence.removeUser(long pk, User user)
          Removes the association between the organization and the user.
static void GroupUtil.removeUser(long pk, User user)
          Removes the association between the group and the user.
 void GroupPersistence.removeUser(long pk, User user)
          Removes the association between the group and the user.
 void UserGroupPersistenceImpl.removeUser(long pk, User user)
          Removes the association between the user group and the user.
 void TeamPersistenceImpl.removeUser(long pk, User user)
          Removes the association between the team and the user.
 void RolePersistenceImpl.removeUser(long pk, User user)
          Removes the association between the role and the user.
 void PermissionPersistenceImpl.removeUser(long pk, User user)
          Removes the association between the permission and the user.
 void OrganizationPersistenceImpl.removeUser(long pk, User user)
          Removes the association between the organization and the user.
 void GroupPersistenceImpl.removeUser(long pk, User user)
          Removes the association between the group and the user.
protected  User UserPersistenceImpl.toUnwrappedModel(User user)
           
static User UserUtil.update(User user, boolean merge)
           
static User UserUtil.update(User user, boolean merge, ServiceContext serviceContext)
           
static User UserUtil.updateImpl(User user, boolean merge)
           
 User UserPersistence.updateImpl(User user, boolean merge)
           
 User UserPersistenceImpl.updateImpl(User user, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type User
static void UserGroupUtil.addUsers(long pk, List<User> users)
          Adds an association between the user group and the users.
 void UserGroupPersistence.addUsers(long pk, List<User> users)
          Adds an association between the user group and the users.
static void TeamUtil.addUsers(long pk, List<User> users)
          Adds an association between the team and the users.
 void TeamPersistence.addUsers(long pk, List<User> users)
          Adds an association between the team and the users.
static void RoleUtil.addUsers(long pk, List<User> users)
          Adds an association between the role and the users.
 void RolePersistence.addUsers(long pk, List<User> users)
          Adds an association between the role and the users.
static void PermissionUtil.addUsers(long pk, List<User> users)
          Adds an association between the permission and the users.
 void PermissionPersistence.addUsers(long pk, List<User> users)
          Adds an association between the permission and the users.
static void OrganizationUtil.addUsers(long pk, List<User> users)
          Adds an association between the organization and the users.
 void OrganizationPersistence.addUsers(long pk, List<User> users)
          Adds an association between the organization and the users.
static void GroupUtil.addUsers(long pk, List<User> users)
          Adds an association between the group and the users.
 void GroupPersistence.addUsers(long pk, List<User> users)
          Adds an association between the group and the users.
 void UserGroupPersistenceImpl.addUsers(long pk, List<User> users)
          Adds an association between the user group and the users.
 void TeamPersistenceImpl.addUsers(long pk, List<User> users)
          Adds an association between the team and the users.
 void RolePersistenceImpl.addUsers(long pk, List<User> users)
          Adds an association between the role and the users.
 void PermissionPersistenceImpl.addUsers(long pk, List<User> users)
          Adds an association between the permission and the users.
 void OrganizationPersistenceImpl.addUsers(long pk, List<User> users)
          Adds an association between the organization and the users.
 void GroupPersistenceImpl.addUsers(long pk, List<User> users)
          Adds an association between the group and the users.
static void UserUtil.cacheResult(List<User> users)
          Caches the users in the entity cache if it is enabled.
 void UserPersistence.cacheResult(List<User> users)
          Caches the users in the entity cache if it is enabled.
 void UserPersistenceImpl.cacheResult(List<User> users)
          Caches the users in the entity cache if it is enabled.
static void UserGroupUtil.removeUsers(long pk, List<User> users)
          Removes the association between the user group and the users.
 void UserGroupPersistence.removeUsers(long pk, List<User> users)
          Removes the association between the user group and the users.
static void TeamUtil.removeUsers(long pk, List<User> users)
          Removes the association between the team and the users.
 void TeamPersistence.removeUsers(long pk, List<User> users)
          Removes the association between the team and the users.
static void RoleUtil.removeUsers(long pk, List<User> users)
          Removes the association between the role and the users.
 void RolePersistence.removeUsers(long pk, List<User> users)
          Removes the association between the role and the users.
static void PermissionUtil.removeUsers(long pk, List<User> users)
          Removes the association between the permission and the users.
 void PermissionPersistence.removeUsers(long pk, List<User> users)
          Removes the association between the permission and the users.
static void OrganizationUtil.removeUsers(long pk, List<User> users)
          Removes the association between the organization and the users.
 void OrganizationPersistence.removeUsers(long pk, List<User> users)
          Removes the association between the organization and the users.
static void GroupUtil.removeUsers(long pk, List<User> users)
          Removes the association between the group and the users.
 void GroupPersistence.removeUsers(long pk, List<User> users)
          Removes the association between the group and the users.
 void UserGroupPersistenceImpl.removeUsers(long pk, List<User> users)
          Removes the association between the user group and the users.
 void TeamPersistenceImpl.removeUsers(long pk, List<User> users)
          Removes the association between the team and the users.
 void RolePersistenceImpl.removeUsers(long pk, List<User> users)
          Removes the association between the role and the users.
 void PermissionPersistenceImpl.removeUsers(long pk, List<User> users)
          Removes the association between the permission and the users.
 void OrganizationPersistenceImpl.removeUsers(long pk, List<User> users)
          Removes the association between the organization and the users.
 void GroupPersistenceImpl.removeUsers(long pk, List<User> users)
          Removes the association between the group and the users.
static void UserGroupUtil.setUsers(long pk, List<User> users)
          Sets the users associated with the user group, removing and adding associations as necessary.
 void UserGroupPersistence.setUsers(long pk, List<User> users)
          Sets the users associated with the user 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 TeamPersistence.setUsers(long pk, List<User> users)
          Sets the users associated with the team, 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.
 void RolePersistence.setUsers(long pk, List<User> users)
          Sets the users associated with the role, removing and adding associations as necessary.
static void PermissionUtil.setUsers(long pk, List<User> users)
          Sets the users associated with the permission, removing and adding associations as necessary.
 void PermissionPersistence.setUsers(long pk, List<User> users)
          Sets the users associated with the permission, 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 OrganizationPersistence.setUsers(long pk, List<User> users)
          Sets the users associated with the organization, 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.
 void GroupPersistence.setUsers(long pk, List<User> users)
          Sets the users associated with the group, removing and adding associations as necessary.
 void UserGroupPersistenceImpl.setUsers(long pk, List<User> users)
          Sets the users associated with the user group, removing and adding associations as necessary.
 void TeamPersistenceImpl.setUsers(long pk, List<User> users)
          Sets the users associated with the team, removing and adding associations as necessary.
 void RolePersistenceImpl.setUsers(long pk, List<User> users)
          Sets the users associated with the role, removing and adding associations as necessary.
 void PermissionPersistenceImpl.setUsers(long pk, List<User> users)
          Sets the users associated with the permission, removing and adding associations as necessary.
 void OrganizationPersistenceImpl.setUsers(long pk, List<User> users)
          Sets the users associated with the organization, removing and adding associations as necessary.
 void GroupPersistenceImpl.setUsers(long pk, List<User> users)
          Sets the users associated with the group, removing and adding associations as necessary.
 

Uses of User in com.liferay.portal.sharepoint
 

Methods in com.liferay.portal.sharepoint that return User
 User SharepointRequest.getUser()
           
protected  User SharepointFilter.login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Constructors in com.liferay.portal.sharepoint with parameters of type User
SharepointRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, User user)
           
 

Uses of User in com.liferay.portal.sharepoint.dws
 

Constructors in com.liferay.portal.sharepoint.dws with parameters of type User
MemberResponseElement(User user, boolean member)
           
 

Uses of User in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return User
 User ThemeDisplay.getDefaultUser()
           
 User ThemeDisplay.getRealUser()
           
 User ThemeDisplay.getUser()
           
 

Methods in com.liferay.portal.theme with parameters of type User
 void ThemeDisplay.setRealUser(User realUser)
           
 void ThemeDisplay.setUser(User user)
           
 

Uses of User in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return User
 User DataFactory.addUser(boolean defaultUser, String screenName)
           
 User DataFactory.getDefaultUser()
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type User
 void SampleSQLBuilder.insertUser(Contact contact, Group group, List<Long> groupIds, List<Long> organizationIds, List<Layout> privateLayouts, List<Layout> publicLayouts, List<Role> roleIds, User user)
           
 

Uses of User in com.liferay.portal.util
 

Methods in com.liferay.portal.util that return User
static User PortalUtil.getSelectedUser(javax.servlet.http.HttpServletRequest request)
           
 User Portal.getSelectedUser(javax.servlet.http.HttpServletRequest request)
           
 User PortalImpl.getSelectedUser(javax.servlet.http.HttpServletRequest request)
           
static User PortalUtil.getSelectedUser(javax.servlet.http.HttpServletRequest request, boolean checkPermission)
           
 User Portal.getSelectedUser(javax.servlet.http.HttpServletRequest request, boolean checkPermission)
           
 User PortalImpl.getSelectedUser(javax.servlet.http.HttpServletRequest request, boolean checkPermission)
           
static User PortalUtil.getSelectedUser(PortletRequest portletRequest)
           
 User Portal.getSelectedUser(PortletRequest portletRequest)
           
 User PortalImpl.getSelectedUser(PortletRequest portletRequest)
           
static User PortalUtil.getSelectedUser(PortletRequest portletRequest, boolean checkPermission)
           
 User Portal.getSelectedUser(PortletRequest portletRequest, boolean checkPermission)
           
 User PortalImpl.getSelectedUser(PortletRequest portletRequest, boolean checkPermission)
           
static User PortalUtil.getUser(javax.servlet.http.HttpServletRequest request)
           
 User Portal.getUser(javax.servlet.http.HttpServletRequest request)
           
 User PortalImpl.getUser(javax.servlet.http.HttpServletRequest request)
           
static User PortalUtil.getUser(PortletRequest portletRequest)
           
 User Portal.getUser(PortletRequest portletRequest)
           
 User PortalImpl.getUser(PortletRequest portletRequest)
           
 

Methods in com.liferay.portal.util with parameters of type User
static String PortalUtil.getPortletDescription(Portlet portlet, User user)
           
 String Portal.getPortletDescription(Portlet portlet, User user)
           
 String PortalImpl.getPortletDescription(Portlet portlet, User user)
           
static String PortalUtil.getPortletDescription(String portletId, User user)
           
 String Portal.getPortletDescription(String portletId, User user)
           
 String PortalImpl.getPortletDescription(String portletId, User user)
           
static String PortalUtil.getPortletTitle(Portlet portlet, User user)
           
 String Portal.getPortletTitle(Portlet portlet, User user)
           
 String PortalImpl.getPortletTitle(Portlet portlet, User user)
           
static String PortalUtil.getPortletTitle(String portletId, User user)
           
 String Portal.getPortletTitle(String portletId, User user)
           
 String PortalImpl.getPortletTitle(String portletId, User user)
           
 TreeView PortletLister.getTreeView(LayoutTypePortlet layoutTypePortlet, String rootNodeName, User user, javax.servlet.ServletContext servletContext)
           
static boolean PortalUtil.isCommunityAdmin(User user, long groupId)
           
 boolean Portal.isCommunityAdmin(User user, long groupId)
           
 boolean PortalImpl.isCommunityAdmin(User user, long groupId)
           
static boolean PortalUtil.isCommunityOwner(User user, long groupId)
           
 boolean Portal.isCommunityOwner(User user, long groupId)
           
 boolean PortalImpl.isCommunityOwner(User user, long groupId)
           
static boolean PortalUtil.isCompanyAdmin(User user)
           
 boolean Portal.isCompanyAdmin(User user)
           
 boolean PortalImpl.isCompanyAdmin(User user)
           
static PortletMode PortalUtil.updatePortletMode(String portletId, User user, Layout layout, PortletMode portletMode, javax.servlet.http.HttpServletRequest request)
           
 PortletMode Portal.updatePortletMode(String portletId, User user, Layout layout, PortletMode portletMode, javax.servlet.http.HttpServletRequest request)
           
 PortletMode PortalImpl.updatePortletMode(String portletId, User user, Layout layout, PortletMode portletMode, javax.servlet.http.HttpServletRequest request)
           
static WindowState PortalUtil.updateWindowState(String portletId, User user, Layout layout, WindowState windowState, javax.servlet.http.HttpServletRequest request)
           
 WindowState Portal.updateWindowState(String portletId, User user, Layout layout, WindowState windowState, javax.servlet.http.HttpServletRequest request)
           
 WindowState PortalImpl.updateWindowState(String portletId, User user, Layout layout, WindowState windowState, javax.servlet.http.HttpServletRequest request)
           
 

Uses of User in com.liferay.portal.webserver
 

Methods in com.liferay.portal.webserver with parameters of type User
protected  void WebServerServlet.sendDocumentLibrary(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, User user, String path, String[] pathArray)
           
protected  void WebServerServlet.sendFile(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, User user, String[] pathArray)
           
protected  void WebServerServlet.sendFile(javax.servlet.http.HttpServletResponse response, User user, long groupId, long folderId, String title)
           
protected  void WebServerServlet.sendGroups(javax.servlet.http.HttpServletResponse response, User user, String path)
           
 

Uses of User in com.liferay.portlet
 

Methods in com.liferay.portlet that return User
 User StateAwareResponseImpl.getUser()
           
 

Methods in com.liferay.portlet with parameters of type User
static ActionResponseImpl ActionResponseFactory.create(ActionRequestImpl actionRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, User user, Layout layout, WindowState windowState, PortletMode portletMode)
           
static EventResponseImpl EventResponseFactory.create(EventRequestImpl eventRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, User user, Layout layout)
           
static LinkedHashMap<String,String> UserInfoFactory.getUserInfo(User user, LinkedHashMap<String,String> userInfo, Portlet portlet)
           
protected  void EventResponseImpl.init(PortletRequestImpl portletRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, User user, Layout layout)
           
protected  void StateAwareResponseImpl.init(PortletRequestImpl portletRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, User user, Layout layout, WindowState windowState, PortletMode portletMode)
           
 

Constructors in com.liferay.portlet with parameters of type User
UserAttributes(User user)
           
 

Uses of User in com.liferay.portlet.admin.util
 

Methods in com.liferay.portlet.admin.util that return User
static User AdminUtil.updateUser(ActionRequest actionRequest, long userId, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn)
           
static User AdminUtil.updateUser(javax.servlet.http.HttpServletRequest request, long userId, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn)
           
 

Uses of User in com.liferay.portlet.blogs.lar
 

Methods in com.liferay.portlet.blogs.lar with parameters of type User
protected static void WordPressImporter.importComment(PortletDataContext context, User defaultUser, MBMessageDisplay messageDisplay, Map<Long,Long> messageIdMap, BlogsEntry entry, Element commentEl)
           
protected static void WordPressImporter.importEntry(PortletDataContext context, User defaultUser, Map<String,Long> userMap, DateFormat dateFormat, Element entryEl)
           
 

Uses of User in com.liferay.portlet.calendar.service.impl
 

Methods in com.liferay.portlet.calendar.service.impl with parameters of type User
protected  void CalEventLocalServiceImpl.remindUser(CalEvent event, User user, Calendar startDate)
           
protected  void CalEventLocalServiceImpl.remindUser(CalEvent event, User user, Calendar startDate, Calendar now)
           
 

Uses of User in com.liferay.portlet.communities.search
 

Constructors in com.liferay.portlet.communities.search with parameters of type User
UserGroupRoleRoleChecker(RenderResponse renderResponse, User user, Group group)
           
 

Uses of User in com.liferay.portlet.documentlibrary.service.impl
 

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type User
protected  DLFileVersion DLFileEntryLocalServiceImpl.addFileVersion(User user, DLFileEntry fileEntry, Date modifiedDate, String extension, String title, String description, String changeLog, String extraSettings, String version, long size, int status, ServiceContext serviceContext)
           
protected  void DLFileEntryLocalServiceImpl.updateFileVersion(User user, DLFileVersion fileVersion, String sourceFileName, String extension, String title, String description, String changeLog, String extraSettings, String version, long size, int status, Date statusDate, ServiceContext serviceContext)
           
protected  void DLFileShortcutLocalServiceImpl.validate(User user, long groupId, long toFolderId, String toName)
           
 

Uses of User in com.liferay.portlet.enterpriseadmin.action
 

Methods in com.liferay.portlet.enterpriseadmin.action that return User
protected  User EditUserAction.addUser(ActionRequest actionRequest)
           
protected  User EditUserAction.updateLockout(ActionRequest actionRequest)
           
 

Methods in com.liferay.portlet.enterpriseadmin.action that return types with arguments of type User
protected  List<User> ExportUsersAction.getUsers(ActionRequest actionRequest, ActionResponse actionResponse, ThemeDisplay themeDisplay)
           
 

Methods in com.liferay.portlet.enterpriseadmin.action with parameters of type User
protected  String ExportUsersAction.getUserCSV(User user)
           
 

Uses of User in com.liferay.portlet.enterpriseadmin.search
 

Constructors in com.liferay.portlet.enterpriseadmin.search with parameters of type User
RoleUserChecker(RenderResponse renderResponse, User user)
           
 

Uses of User in com.liferay.portlet.enterpriseadmin.util
 

Methods in com.liferay.portlet.enterpriseadmin.util with parameters of type User
static long[] EnterpriseAdminUtil.addRequiredRoles(User user, long[] roleIds)
           
 long[] EnterpriseAdmin.addRequiredRoles(User user, long[] roleIds)
           
 long[] EnterpriseAdminImpl.addRequiredRoles(User user, long[] roleIds)
           
static boolean EnterpriseAdminUtil.hasUpdateEmailAddress(PermissionChecker permissionChecker, User user)
           
 boolean EnterpriseAdmin.hasUpdateEmailAddress(PermissionChecker permissionChecker, User user)
           
 boolean EnterpriseAdminImpl.hasUpdateEmailAddress(PermissionChecker permissionChecker, User user)
           
static boolean EnterpriseAdminUtil.hasUpdateScreenName(PermissionChecker permissionChecker, User user)
           
 boolean EnterpriseAdmin.hasUpdateScreenName(PermissionChecker permissionChecker, User user)
           
 boolean EnterpriseAdminImpl.hasUpdateScreenName(PermissionChecker permissionChecker, User user)
           
static long[] EnterpriseAdminUtil.removeRequiredRoles(User user, long[] roleIds)
           
 long[] EnterpriseAdmin.removeRequiredRoles(User user, long[] roleIds)
           
 long[] EnterpriseAdminImpl.removeRequiredRoles(User user, long[] roleIds)
           
 

Uses of User in com.liferay.portlet.flags.messaging
 

Methods in com.liferay.portlet.flags.messaging that return types with arguments of type User
protected  List<User> FlagsRequestMessageListener.getRecipients(long companyId, long groupId)
           
 

Uses of User in com.liferay.portlet.login.action
 

Methods in com.liferay.portlet.login.action that return User
protected  User ForgotPasswordAction.getUser(ActionRequest actionRequest)
           
 

Uses of User in com.liferay.portlet.social.service.impl
 

Methods in com.liferay.portlet.social.service.impl with parameters of type User
protected  void SocialEquityLogLocalServiceImpl.addEquityLog(User user, AssetEntry assetEntry, User assetEntryUser, SocialEquitySetting equitySetting)
           
protected  void SocialEquityLogLocalServiceImpl.addSocialEquityUser(long groupId, User user)
           
 

Uses of User in com.liferay.util.bridges.jsf.common
 

Methods in com.liferay.util.bridges.jsf.common that return User
 User ThemeDisplayManagedBean.getUser()
           
 


Liferay 6.0.5