Liferay 6.2.0-ce-m4

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

Packages that use User
com.liferay.portal.atom   
com.liferay.portal.events   
com.liferay.portal.kernel.staging   
com.liferay.portal.kernel.webdav   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.plugin   
com.liferay.portal.repository.cmis.model   
com.liferay.portal.security.auth This package defines the portal security authentication interfaces, classes, utilities, wrappers, and exceptions. 
com.liferay.portal.security.ldap This package defines the portal security LDAP interfaces and classes. 
com.liferay.portal.security.permission This package defines the portal security permission interfaces and classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.servlet   
com.liferay.portal.sharepoint   
com.liferay.portal.sharepoint.dws   
com.liferay.portal.staging   
com.liferay.portal.theme This package defines the portal theme classes. 
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portal.webserver This package defines the portal web server interfaces and classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.admin.util   
com.liferay.portlet.assetpublisher.util   
com.liferay.portlet.blogs.lar   
com.liferay.portlet.calendar.service.impl   
com.liferay.portlet.directory.asset   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.dynamicdatalists.service.impl   
com.liferay.portlet.flags.messaging   
com.liferay.portlet.journal.service.impl   
com.liferay.portlet.login.action   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.sites.search   
com.liferay.portlet.sites.util   
com.liferay.portlet.social.service.impl This package defines the social related portlet local service implementations. 
com.liferay.portlet.usersadmin.action   
com.liferay.portlet.usersadmin.atom   
com.liferay.portlet.usersadmin.search   
com.liferay.portlet.usersadmin.util   
com.liferay.util.bridges.alloy   
com.liferay.util.bridges.jsf.common   
 

Uses of User in com.liferay.portal.atom
 

Methods in com.liferay.portal.atom that return User
static User AtomUtil.getUser(AtomRequestContext atomRequestContext)
           
 

Methods in com.liferay.portal.atom with parameters of type User
static void AtomUtil.saveUserInRequest(javax.servlet.http.HttpServletRequest request, User user)
           
 

Uses of User in com.liferay.portal.events
 

Methods in com.liferay.portal.events that return User
protected  User ServicePreAction.initUser(javax.servlet.http.HttpServletRequest request)
           
 

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 MembershipPolicyAction.checkMembershipPolicy(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)
           
 Locale ServicePreAction.initLocale(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, User user)
           
protected  boolean ServicePreAction.isViewableCommunity(User user, long groupId, boolean privateLayout, PermissionChecker permissionChecker)
          Deprecated.  
protected  boolean ServicePreAction.isViewableGroup(User user, long groupId, boolean privateLayout, long layoutId, String controlPanelCategory, PermissionChecker permissionChecker)
          Deprecated.  
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.staging
 

Methods in com.liferay.portal.kernel.staging with parameters of type User
static void StagingUtil.deleteRecentLayoutRevisionId(User user, long layoutSetBranchId, long plid)
           
 void Staging.deleteRecentLayoutRevisionId(User user, long layoutSetBranchId, long plid)
           
static long StagingUtil.getRecentLayoutRevisionId(User user, long layoutSetBranchId, long plid)
           
 long Staging.getRecentLayoutRevisionId(User user, long layoutSetBranchId, long plid)
           
static long StagingUtil.getRecentLayoutSetBranchId(User user, long layoutSetId)
           
 long Staging.getRecentLayoutSetBranchId(User user, long layoutSetId)
           
static void StagingUtil.setRecentLayoutBranchId(User user, long layoutSetBranchId, long plid, long layoutBranchId)
           
 void Staging.setRecentLayoutBranchId(User user, long layoutSetBranchId, long plid, long layoutBranchId)
           
static void StagingUtil.setRecentLayoutRevisionId(User user, long layoutSetBranchId, long plid, long layoutRevisionId)
           
 void Staging.setRecentLayoutRevisionId(User user, long layoutSetBranchId, long plid, long layoutRevisionId)
           
static void StagingUtil.setRecentLayoutSetBranchId(User user, long layoutSetId, long layoutSetBranchId)
           
 void Staging.setRecentLayoutSetBranchId(User user, long layoutSetId, long layoutSetBranchId)
           
 

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
           
 

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 portletDataContext, User user, LayoutCache layoutCache, List<Layout> previousLayouts, List<Layout> newLayouts, Map<Long,Layout> newLayoutsMap, String portletsMergeMode, String themeId, String colorSchemeId, String layoutsImportMode, boolean privateLayout, boolean importPermissions, boolean importPublicLayoutPermissions, boolean importThemeSettings, Element rootElement, Element layoutElement)
           
protected  void LayoutImporter.importLayoutSetPrototype(PortletDataContext portletDataContext, User user, String layoutSetPrototypeUuid, ServiceContext serviceContext)
           
 

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.getWrappedModel()
           
 User UserWrapper.getWrappedUser()
          Deprecated. Renamed to UserWrapper.getWrappedModel()
 User UserWrapper.toEscapedModel()
           
 User UserModel.toEscapedModel()
           
 User UserWrapper.toUnescapedModel()
           
 User UserModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type User
 CacheModel<User> UserWrapper.toCacheModel()
           
 CacheModel<User> UserModel.toCacheModel()
           
 

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 UserBaseImpl
          The extended model base implementation for the User service.
 class UserImpl
           
 

Methods in com.liferay.portal.model.impl that return User
 User CompanyImpl.getDefaultUser()
           
 User UserGroupRoleImpl.getUser()
           
 User UserCacheModel.toEntityModel()
           
 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
 CacheModel<User> UserModelImpl.toCacheModel()
           
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
<P extends Plugin>
List<P>
PluginUtil.restrictPlugins(List<P> plugins, User user)
           
 

Uses of User in com.liferay.portal.repository.cmis.model
 

Methods in com.liferay.portal.repository.cmis.model that return User
protected  User CMISModel.getUser(String createdBy)
           
 

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 FacebookAutoLogin.getUser(javax.servlet.http.HttpServletRequest request, long companyId)
           
 

Methods in com.liferay.portal.security.auth that return types with arguments of type User
 List<User> MembershipPolicyException.getUsers()
           
 

Methods in com.liferay.portal.security.auth with parameters of type User
 void MembershipPolicyException.addUser(User user)
           
static Set<Group> MembershipPolicyUtil.getForbiddenGroups(User user)
           
 Set<Group> MembershipPolicy.getForbiddenGroups(User user)
           
 Set<Group> DefaultMembershipPolicy.getForbiddenGroups(User user)
           
static Set<Organization> MembershipPolicyUtil.getForbiddenOrganizations(User user)
           
 Set<Organization> MembershipPolicy.getForbiddenOrganizations(User user)
           
 Set<Organization> DefaultMembershipPolicy.getForbiddenOrganizations(User user)
           
static Set<Role> MembershipPolicyUtil.getForbiddenRoles(Group group, User user)
           
 Set<Role> MembershipPolicy.getForbiddenRoles(Group group, User user)
           
 Set<Role> DefaultMembershipPolicy.getForbiddenRoles(Group group, User user)
           
 Set<Role> MembershipPolicy.getForbiddenRoles(Organization organization, User user)
           
 Set<Role> DefaultMembershipPolicy.getForbiddenRoles(Organization organization, User user)
           
static Set<Role> MembershipPolicyUtil.getForbiddenRoles(User user)
           
 Set<Role> MembershipPolicy.getForbiddenRoles(User user)
           
 Set<Role> DefaultMembershipPolicy.getForbiddenRoles(User user)
           
static Set<Role> MembershipPolicyUtil.getForbiddenRoles(User user, Organization organization)
           
static Set<UserGroup> MembershipPolicyUtil.getForbiddenUserGroups(User user)
           
 Set<UserGroup> MembershipPolicy.getForbiddenUserGroups(User user)
           
 Set<UserGroup> DefaultMembershipPolicy.getForbiddenUserGroups(User user)
           
static Set<Group> MembershipPolicyUtil.getMandatoryGroups(User user)
           
 Set<Group> MembershipPolicy.getMandatoryGroups(User user)
           
 Set<Group> DefaultMembershipPolicy.getMandatoryGroups(User user)
           
static Set<Organization> MembershipPolicyUtil.getMandatoryOrganizations(User user)
           
 Set<Organization> MembershipPolicy.getMandatoryOrganizations(User user)
           
 Set<Organization> DefaultMembershipPolicy.getMandatoryOrganizations(User user)
           
static Set<Role> MembershipPolicyUtil.getMandatoryRoles(Group group, User user)
           
 Set<Role> MembershipPolicy.getMandatoryRoles(Group group, User user)
           
 Set<Role> DefaultMembershipPolicy.getMandatoryRoles(Group group, User user)
           
static Set<Role> MembershipPolicyUtil.getMandatoryRoles(Organization organization, User user)
           
 Set<Role> MembershipPolicy.getMandatoryRoles(Organization organization, User user)
           
 Set<Role> DefaultMembershipPolicy.getMandatoryRoles(Organization organization, User user)
           
static Set<Role> MembershipPolicyUtil.getMandatoryRoles(User user)
           
 Set<Role> MembershipPolicy.getMandatoryRoles(User user)
           
 Set<Role> DefaultMembershipPolicy.getMandatoryRoles(User user)
           
static Set<UserGroup> MembershipPolicyUtil.getMandatoryUserGroups(User user)
           
 Set<UserGroup> MembershipPolicy.getMandatoryUserGroups(User user)
           
 Set<UserGroup> DefaultMembershipPolicy.getMandatoryUserGroups(User user)
           
static boolean MembershipPolicyUtil.isApplicableUser(User user)
           
 boolean MembershipPolicy.isApplicableUser(User user)
           
 boolean DefaultMembershipPolicy.isApplicableUser(User user)
           
static boolean MembershipPolicyUtil.isMembershipAllowed(Group group, Role role, User user)
           
 boolean MembershipPolicy.isMembershipAllowed(Group group, Role role, User user)
           
 boolean DefaultMembershipPolicy.isMembershipAllowed(Group group, Role role, User user)
           
static boolean MembershipPolicyUtil.isMembershipAllowed(Group group, User user)
           
 boolean MembershipPolicy.isMembershipAllowed(Group group, User user)
           
 boolean DefaultMembershipPolicy.isMembershipAllowed(Group group, User user)
           
static boolean MembershipPolicyUtil.isMembershipAllowed(Organization organization, Role role, User user)
           
 boolean MembershipPolicy.isMembershipAllowed(Organization organization, Role role, User user)
           
 boolean DefaultMembershipPolicy.isMembershipAllowed(Organization organization, Role role, User user)
           
static boolean MembershipPolicyUtil.isMembershipAllowed(Organization organization, User user)
           
 boolean MembershipPolicy.isMembershipAllowed(Organization organization, User user)
           
 boolean DefaultMembershipPolicy.isMembershipAllowed(Organization organization, User user)
           
static boolean MembershipPolicyUtil.isMembershipAllowed(Role role, User user)
           
 boolean MembershipPolicy.isMembershipAllowed(Role role, User user)
           
 boolean DefaultMembershipPolicy.isMembershipAllowed(Role role, User user)
           
static boolean MembershipPolicyUtil.isMembershipAllowed(UserGroup userGroup, User user)
           
 boolean MembershipPolicy.isMembershipAllowed(UserGroup userGroup, User user)
           
 boolean DefaultMembershipPolicy.isMembershipAllowed(UserGroup userGroup, User user)
           
static boolean MembershipPolicyUtil.isMembershipProtected(PermissionChecker permissionChecker, Group group, Role role, User user)
           
 boolean MembershipPolicy.isMembershipProtected(PermissionChecker permissionChecker, Group group, Role role, User user)
           
 boolean DefaultMembershipPolicy.isMembershipProtected(PermissionChecker permissionChecker, Group group, Role role, User user)
           
static boolean MembershipPolicyUtil.isMembershipProtected(PermissionChecker permissionChecker, Group group, User user)
           
 boolean MembershipPolicy.isMembershipProtected(PermissionChecker permissionChecker, Group group, User user)
           
 boolean DefaultMembershipPolicy.isMembershipProtected(PermissionChecker permissionChecker, Group group, User user)
           
static boolean MembershipPolicyUtil.isMembershipProtected(PermissionChecker permissionChecker, Organization organization, Role role, User user)
           
 boolean MembershipPolicy.isMembershipProtected(PermissionChecker permissionChecker, Organization organization, Role role, User user)
           
 boolean DefaultMembershipPolicy.isMembershipProtected(PermissionChecker permissionChecker, Organization organization, Role role, User user)
           
static boolean MembershipPolicyUtil.isMembershipProtected(PermissionChecker permissionChecker, Organization organization, User user)
           
 boolean MembershipPolicy.isMembershipProtected(PermissionChecker permissionChecker, Organization organization, User user)
           
 boolean DefaultMembershipPolicy.isMembershipProtected(PermissionChecker permissionChecker, Organization organization, User user)
           
 

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)
           
static User PortalLDAPImporterUtil.importLDAPUser(long ldapServerId, long companyId, LdapContext ldapContext, Attributes attributes, String password)
           
 User PortalLDAPImporter.importLDAPUser(long ldapServerId, long companyId, LdapContext ldapContext, Attributes attributes, String password)
           
 User PortalLDAPImporterImpl.importLDAPUser(long ldapServerId, long companyId, LdapContext ldapContext, Attributes attributes, String password)
           
static User PortalLDAPImporterUtil.importLDAPUser(long ldapServerId, long companyId, String emailAddress, String screenName)
           
 User PortalLDAPImporter.importLDAPUser(long ldapServerId, long companyId, String emailAddress, String screenName)
           
 User PortalLDAPImporterImpl.importLDAPUser(long ldapServerId, long companyId, String emailAddress, String screenName)
           
static User PortalLDAPImporterUtil.importLDAPUser(long companyId, String emailAddress, String screenName)
           
 User PortalLDAPImporter.importLDAPUser(long companyId, String emailAddress, String screenName)
           
 User PortalLDAPImporterImpl.importLDAPUser(long companyId, String emailAddress, String screenName)
           
static User PortalLDAPImporterUtil.importLDAPUserByScreenName(long companyId, String screenName)
           
 User PortalLDAPImporter.importLDAPUserByScreenName(long companyId, String screenName)
           
 User PortalLDAPImporterImpl.importLDAPUserByScreenName(long companyId, String screenName)
           
protected  User PortalLDAPImporterImpl.importUser(long ldapServerId, 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)
           
static void PortalLDAPExporterUtil.exportToLDAP(User user, Map<String,Serializable> userExpandoAttributes)
           
 void PortalLDAPExporter.exportToLDAP(User user, Map<String,Serializable> userExpandoAttributes)
           
 void PortalLDAPExporterImpl.exportToLDAP(User user, Map<String,Serializable> userExpandoAttributes)
           
protected  String DefaultPortalToLDAPConverter.getEncryptedPasswordForLDAP(User user)
           
 Attributes PortalToLDAPConverter.getLDAPGroupAttributes(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
 Attributes DefaultPortalToLDAPConverter.getLDAPGroupAttributes(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
 Modifications PortalToLDAPConverter.getLDAPGroupModifications(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings, LDAPOperation ldapOperation)
           
 Modifications DefaultPortalToLDAPConverter.getLDAPGroupModifications(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings, LDAPOperation ldapOperation)
           
 Attributes PortalToLDAPConverter.getLDAPUserAttributes(long ldapServerId, User user, Properties userMappings)
           
 Attributes DefaultPortalToLDAPConverter.getLDAPUserAttributes(long ldapServerId, User user, Properties userMappings)
           
 Modifications PortalToLDAPConverter.getLDAPUserGroupModifications(long ldapServerId, List<UserGroup> userGroups, User user, Properties userMappings)
           
 Modifications DefaultPortalToLDAPConverter.getLDAPUserGroupModifications(long ldapServerId, List<UserGroup> userGroups, User user, Properties userMappings)
           
 Modifications PortalToLDAPConverter.getLDAPUserModifications(User user, Map<String,Serializable> userExpandoAttributes, Properties userMappings, Properties userExpandoMappings)
           
 Modifications DefaultPortalToLDAPConverter.getLDAPUserModifications(User user, Map<String,Serializable> userExpandoAttributes, Properties userMappings, Properties userExpandoMappings)
           
 String PortalToLDAPConverter.getUserDNName(long ldapServerId, User user, Properties userMappings)
           
 String DefaultPortalToLDAPConverter.getUserDNName(long ldapServerId, User user, Properties userMappings)
           
protected  byte[] DefaultPortalToLDAPConverter.getUserPortrait(User user)
           
protected  Set<Long> PortalLDAPImporterImpl.importGroup(long ldapServerId, long companyId, LdapContext ldapContext, String fullGroupDN, User user, Properties groupMappings, Set<Long> newUserGroupIds)
           
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  void PortalLDAPImporterImpl.updateLDAPUser(User ldapUser, Contact ldapContact, User user)
           
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 that return User
 User PermissionChecker.getUser()
           
 User BasePermissionChecker.getUser()
           
 

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

Uses of User in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return User
 User UserLocalServiceWrapper.addDefaultAdminUser(long companyId, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName)
          Adds a default admin user for the company.
static User UserLocalServiceUtil.addDefaultAdminUser(long companyId, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName)
          Adds a default admin user for the company.
 User UserLocalService.addDefaultAdminUser(long companyId, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName)
          Adds a default admin user for the company.
 User 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)
          Adds a user.
static User UserServiceUtil.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, 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)
          Adds a user.
 User UserService.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, 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)
          Adds a user.
 User UserServiceWrapper.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with additional parameters.
static User 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, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with additional parameters.
 User UserService.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with additional parameters.
 User 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)
          Adds a user.
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)
          Adds a user.
 User UserLocalService.addUser(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, 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)
          Adds a 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.
 User UserServiceWrapper.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, 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)
          Adds a user with workflow.
static User UserServiceUtil.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, 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)
          Adds a user with workflow.
 User UserService.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, 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)
          Adds a user with workflow.
 User UserServiceWrapper.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with workflow and additional parameters.
static User UserServiceUtil.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with workflow and additional parameters.
 User UserService.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with workflow and additional parameters.
 User UserLocalServiceWrapper.addUserWithWorkflow(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, 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)
          Adds a user with workflow.
static User UserLocalServiceUtil.addUserWithWorkflow(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, 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)
          Adds a user with workflow.
 User UserLocalService.addUserWithWorkflow(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, 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)
          Adds a user with workflow.
 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.deleteUser(long userId)
          Deletes the user with the primary key from the database.
static User UserLocalServiceUtil.deleteUser(long userId)
          Deletes the user with the primary key from the database.
 User UserLocalService.deleteUser(long userId)
          Deletes the user with the primary key from the database.
 User UserLocalServiceWrapper.deleteUser(User user)
          Deletes the user from the database.
static User UserLocalServiceUtil.deleteUser(User user)
          Deletes the user from the database.
 User UserLocalService.deleteUser(User user)
          Deletes the user from the database.
 User UserLocalServiceWrapper.fetchUser(long userId)
           
static User UserLocalServiceUtil.fetchUser(long userId)
           
 User UserLocalService.fetchUser(long userId)
           
 User UserLocalServiceWrapper.fetchUserByEmailAddress(long companyId, String emailAddress)
          Returns the user with the email address.
static User UserLocalServiceUtil.fetchUserByEmailAddress(long companyId, String emailAddress)
          Returns the user with the email address.
 User UserLocalService.fetchUserByEmailAddress(long companyId, String emailAddress)
          Returns the user with the email address.
 User UserLocalServiceWrapper.fetchUserById(long userId)
          Returns the user with the primary key.
static User UserLocalServiceUtil.fetchUserById(long userId)
          Returns the user with the primary key.
 User UserLocalService.fetchUserById(long userId)
          Returns the user with the primary key.
 User UserLocalServiceWrapper.fetchUserByScreenName(long companyId, String screenName)
          Returns the user with the screen name.
static User UserLocalServiceUtil.fetchUserByScreenName(long companyId, String screenName)
          Returns the user with the screen name.
 User UserLocalService.fetchUserByScreenName(long companyId, String screenName)
          Returns the user with the screen name.
 User UserLocalServiceWrapper.getDefaultUser(long companyId)
          Returns the default user for the company.
static User UserLocalServiceUtil.getDefaultUser(long companyId)
          Returns the default user for the company.
 User UserLocalService.getDefaultUser(long companyId)
          Returns the default user for the company.
 User BaseServiceImpl.getGuestOrUser()
           
 User BaseServiceImpl.getUser()
           
 User UserLocalServiceWrapper.getUser(long userId)
          Returns the user with the primary key.
static User UserLocalServiceUtil.getUser(long userId)
          Returns the user with the primary key.
 User UserLocalService.getUser(long userId)
          Returns the user with the primary key.
 User UserLocalServiceWrapper.getUserByContactId(long contactId)
          Returns the user with the contact ID.
static User UserLocalServiceUtil.getUserByContactId(long contactId)
          Returns the user with the contact ID.
 User UserLocalService.getUserByContactId(long contactId)
          Returns the user with the contact ID.
 User UserServiceWrapper.getUserByEmailAddress(long companyId, String emailAddress)
          Returns the user with the email address.
static User UserServiceUtil.getUserByEmailAddress(long companyId, String emailAddress)
          Returns the user with the email address.
 User UserService.getUserByEmailAddress(long companyId, String emailAddress)
          Returns the user with the email address.
 User UserLocalServiceWrapper.getUserByEmailAddress(long companyId, String emailAddress)
          Returns the user with the email address.
static User UserLocalServiceUtil.getUserByEmailAddress(long companyId, String emailAddress)
          Returns the user with the email address.
 User UserLocalService.getUserByEmailAddress(long companyId, String emailAddress)
          Returns the user with the email address.
 User UserLocalServiceWrapper.getUserByFacebookId(long companyId, long facebookId)
          Returns the user with the Facebook ID.
static User UserLocalServiceUtil.getUserByFacebookId(long companyId, long facebookId)
          Returns the user with the Facebook ID.
 User UserLocalService.getUserByFacebookId(long companyId, long facebookId)
          Returns the user with the Facebook ID.
 User UserServiceWrapper.getUserById(long userId)
          Returns the user with the primary key.
static User UserServiceUtil.getUserById(long userId)
          Returns the user with the primary key.
 User UserService.getUserById(long userId)
          Returns the user with the primary key.
 User UserLocalServiceWrapper.getUserById(long userId)
          Returns the user with the primary key.
static User UserLocalServiceUtil.getUserById(long userId)
          Returns the user with the primary key.
 User UserLocalService.getUserById(long userId)
          Returns the user with the primary key.
 User UserLocalServiceWrapper.getUserById(long companyId, long userId)
          Returns the user with the primary key from the company.
static User UserLocalServiceUtil.getUserById(long companyId, long userId)
          Returns the user with the primary key from the company.
 User UserLocalService.getUserById(long companyId, long userId)
          Returns the user with the primary key from the company.
 User UserLocalServiceWrapper.getUserByOpenId(long companyId, String openId)
          Returns the user with the OpenID.
static User UserLocalServiceUtil.getUserByOpenId(long companyId, String openId)
          Returns the user with the OpenID.
 User UserLocalService.getUserByOpenId(long companyId, String openId)
          Returns the user with the OpenID.
 User UserLocalServiceWrapper.getUserByPortraitId(long portraitId)
          Returns the user with the portrait ID.
static User UserLocalServiceUtil.getUserByPortraitId(long portraitId)
          Returns the user with the portrait ID.
 User UserLocalService.getUserByPortraitId(long portraitId)
          Returns the user with the portrait ID.
 User UserServiceWrapper.getUserByScreenName(long companyId, String screenName)
          Returns the user with the screen name.
static User UserServiceUtil.getUserByScreenName(long companyId, String screenName)
          Returns the user with the screen name.
 User UserService.getUserByScreenName(long companyId, String screenName)
          Returns the user with the screen name.
 User UserLocalServiceWrapper.getUserByScreenName(long companyId, String screenName)
          Returns the user with the screen name.
static User UserLocalServiceUtil.getUserByScreenName(long companyId, String screenName)
          Returns the user with the screen name.
 User UserLocalService.getUserByScreenName(long companyId, String screenName)
          Returns the user with the screen name.
 User UserLocalServiceWrapper.getUserByUuid(String uuid)
          Deprecated. UserLocalServiceWrapper.getUserByUuidAndCompanyId(String, long)
static User UserLocalServiceUtil.getUserByUuid(String uuid)
          Deprecated. UserLocalServiceUtil.getUserByUuidAndCompanyId(String, long)
 User UserLocalService.getUserByUuid(String uuid)
          Deprecated. UserLocalService.getUserByUuidAndCompanyId(String, long)
 User UserLocalServiceWrapper.getUserByUuidAndCompanyId(String uuid, long companyId)
          Returns the user with the UUID.
static User UserLocalServiceUtil.getUserByUuidAndCompanyId(String uuid, long companyId)
          Returns the user with the UUID.
 User UserLocalService.getUserByUuidAndCompanyId(String uuid, long companyId)
          Returns the user with the UUID.
 User UserLocalServiceWrapper.loadGetDefaultUser(long companyId)
          Returns the default user for the company.
static User UserLocalServiceUtil.loadGetDefaultUser(long companyId)
          Returns the default user for the company.
 User UserLocalService.loadGetDefaultUser(long companyId)
          Returns the default user for the company.
 User UserServiceWrapper.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
          Updates the user's response to the terms of use agreement.
static User UserServiceUtil.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
          Updates the user's response to the terms of use agreement.
 User UserService.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
          Updates the user's response to the terms of use agreement.
 User UserLocalServiceWrapper.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
          Updates whether the user has agreed to the terms of use.
static User UserLocalServiceUtil.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
          Updates whether the user has agreed to the terms of use.
 User UserLocalService.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
          Updates whether the user has agreed to the terms of use.
 User UserLocalServiceWrapper.updateCreateDate(long userId, Date createDate)
          Updates the user's creation date.
static User UserLocalServiceUtil.updateCreateDate(long userId, Date createDate)
          Updates the user's creation date.
 User UserLocalService.updateCreateDate(long userId, Date createDate)
          Updates the user's creation date.
 User UserLocalServiceWrapper.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2)
          Updates the user's email address.
static User UserLocalServiceUtil.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2)
          Updates the user's email address.
 User UserLocalService.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2)
          Updates the user's email address.
 User UserServiceWrapper.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext)
          Updates the user's email address.
static User UserServiceUtil.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext)
          Updates the user's email address.
 User UserService.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext)
          Updates the user's email address.
 User UserLocalServiceWrapper.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext)
          Updates the user's email address or sends verification email.
static User UserLocalServiceUtil.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext)
          Updates the user's email address or sends verification email.
 User UserLocalService.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext)
          Updates the user's email address or sends verification email.
 User UserLocalServiceWrapper.updateEmailAddressVerified(long userId, boolean emailAddressVerified)
          Updates whether the user has verified email address.
static User UserLocalServiceUtil.updateEmailAddressVerified(long userId, boolean emailAddressVerified)
          Updates whether the user has verified email address.
 User UserLocalService.updateEmailAddressVerified(long userId, boolean emailAddressVerified)
          Updates whether the user has verified email address.
 User UserLocalServiceWrapper.updateFacebookId(long userId, long facebookId)
          Updates the user's Facebook ID.
static User UserLocalServiceUtil.updateFacebookId(long userId, long facebookId)
          Updates the user's Facebook ID.
 User UserLocalService.updateFacebookId(long userId, long facebookId)
          Updates the user's Facebook ID.
 User UserServiceWrapper.updateIncompleteUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext)
          Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.
static User UserServiceUtil.updateIncompleteUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext)
          Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.
 User UserService.updateIncompleteUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext)
          Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.
 User UserLocalServiceWrapper.updateIncompleteUser(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext)
          Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.
static User UserLocalServiceUtil.updateIncompleteUser(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext)
          Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.
 User UserLocalService.updateIncompleteUser(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext)
          Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.
 User UserLocalServiceWrapper.updateJobTitle(long userId, String jobTitle)
          Updates the user's job title.
static User UserLocalServiceUtil.updateJobTitle(long userId, String jobTitle)
          Updates the user's job title.
 User UserLocalService.updateJobTitle(long userId, String jobTitle)
          Updates the user's job title.
 User UserLocalServiceWrapper.updateLastLogin(long userId, String loginIP)
          Updates the user's last login with the current time and the IP address.
static User UserLocalServiceUtil.updateLastLogin(long userId, String loginIP)
          Updates the user's last login with the current time and the IP address.
 User UserLocalService.updateLastLogin(long userId, String loginIP)
          Updates the user's last login with the current time and the IP address.
 User UserLocalServiceWrapper.updateLockout(User user, boolean lockout)
          Updates whether the user is locked out from logging in.
static User UserLocalServiceUtil.updateLockout(User user, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserLocalService.updateLockout(User user, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserLocalServiceWrapper.updateLockoutByEmailAddress(long companyId, String emailAddress, boolean lockout)
          Updates whether the user is locked out from logging in.
static User UserLocalServiceUtil.updateLockoutByEmailAddress(long companyId, String emailAddress, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserLocalService.updateLockoutByEmailAddress(long companyId, String emailAddress, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserServiceWrapper.updateLockoutById(long userId, boolean lockout)
          Updates whether the user is locked out from logging in.
static User UserServiceUtil.updateLockoutById(long userId, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserService.updateLockoutById(long userId, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserLocalServiceWrapper.updateLockoutById(long userId, boolean lockout)
          Updates whether the user is locked out from logging in.
static User UserLocalServiceUtil.updateLockoutById(long userId, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserLocalService.updateLockoutById(long userId, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserLocalServiceWrapper.updateLockoutByScreenName(long companyId, String screenName, boolean lockout)
          Updates whether the user is locked out from logging in.
static User UserLocalServiceUtil.updateLockoutByScreenName(long companyId, String screenName, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserLocalService.updateLockoutByScreenName(long companyId, String screenName, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserLocalServiceWrapper.updateModifiedDate(long userId, Date modifiedDate)
          Updates the user's modified date.
static User UserLocalServiceUtil.updateModifiedDate(long userId, Date modifiedDate)
          Updates the user's modified date.
 User UserLocalService.updateModifiedDate(long userId, Date modifiedDate)
          Updates the user's modified date.
 User UserServiceWrapper.updateOpenId(long userId, String openId)
          Updates the user's OpenID.
static User UserServiceUtil.updateOpenId(long userId, String openId)
          Updates the user's OpenID.
 User UserService.updateOpenId(long userId, String openId)
          Updates the user's OpenID.
 User UserLocalServiceWrapper.updateOpenId(long userId, String openId)
          Updates the user's OpenID.
static User UserLocalServiceUtil.updateOpenId(long userId, String openId)
          Updates the user's OpenID.
 User UserLocalService.updateOpenId(long userId, String openId)
          Updates the user's OpenID.
 User UserServiceWrapper.updatePassword(long userId, String password1, String password2, boolean passwordReset)
          Updates the user's password without tracking or validation of the change.
static User UserServiceUtil.updatePassword(long userId, String password1, String password2, boolean passwordReset)
          Updates the user's password without tracking or validation of the change.
 User UserService.updatePassword(long userId, String password1, String password2, boolean passwordReset)
          Updates the user's password without tracking or validation of the change.
 User UserLocalServiceWrapper.updatePassword(long userId, String password1, String password2, boolean passwordReset)
          Updates the user's password without tracking or validation of the change.
static User UserLocalServiceUtil.updatePassword(long userId, String password1, String password2, boolean passwordReset)
          Updates the user's password without tracking or validation of the change.
 User UserLocalService.updatePassword(long userId, String password1, String password2, boolean passwordReset)
          Updates the user's password without tracking or validation of the change.
 User UserLocalServiceWrapper.updatePassword(long userId, String password1, String password2, boolean passwordReset, boolean silentUpdate)
          Updates the user's password, optionally with tracking and validation of the change.
static User UserLocalServiceUtil.updatePassword(long userId, String password1, String password2, boolean passwordReset, boolean silentUpdate)
          Updates the user's password, optionally with tracking and validation of the change.
 User UserLocalService.updatePassword(long userId, String password1, String password2, boolean passwordReset, boolean silentUpdate)
          Updates the user's password, optionally with tracking and validation of the change.
 User UserLocalServiceWrapper.updatePasswordManually(long userId, String password, boolean passwordEncrypted, boolean passwordReset, Date passwordModifiedDate)
          Updates the user's password with manually input information.
static User UserLocalServiceUtil.updatePasswordManually(long userId, String password, boolean passwordEncrypted, boolean passwordReset, Date passwordModifiedDate)
          Updates the user's password with manually input information.
 User UserLocalService.updatePasswordManually(long userId, String password, boolean passwordEncrypted, boolean passwordReset, Date passwordModifiedDate)
          Updates the user's password with manually input information.
 User UserLocalServiceWrapper.updatePasswordReset(long userId, boolean passwordReset)
          Updates whether the user should be asked to reset their password the next time they login.
static User UserLocalServiceUtil.updatePasswordReset(long userId, boolean passwordReset)
          Updates whether the user should be asked to reset their password the next time they login.
 User UserLocalService.updatePasswordReset(long userId, boolean passwordReset)
          Updates whether the user should be asked to reset their password the next time they login.
 User UserServiceWrapper.updatePortrait(long userId, byte[] bytes)
          Updates the user's portrait image.
static User UserServiceUtil.updatePortrait(long userId, byte[] bytes)
          Updates the user's portrait image.
 User UserService.updatePortrait(long userId, byte[] bytes)
          Updates the user's portrait image.
 User UserLocalServiceWrapper.updatePortrait(long userId, byte[] bytes)
          Updates the user's portrait image.
static User UserLocalServiceUtil.updatePortrait(long userId, byte[] bytes)
          Updates the user's portrait image.
 User UserLocalService.updatePortrait(long userId, byte[] bytes)
          Updates the user's portrait image.
 User UserServiceWrapper.updateReminderQuery(long userId, String question, String answer)
          Updates the user's password reset question and answer.
static User UserServiceUtil.updateReminderQuery(long userId, String question, String answer)
          Updates the user's password reset question and answer.
 User UserService.updateReminderQuery(long userId, String question, String answer)
          Updates the user's password reset question and answer.
 User UserLocalServiceWrapper.updateReminderQuery(long userId, String question, String answer)
          Updates the user's password reset question and answer.
static User UserLocalServiceUtil.updateReminderQuery(long userId, String question, String answer)
          Updates the user's password reset question and answer.
 User UserLocalService.updateReminderQuery(long userId, String question, String answer)
          Updates the user's password reset question and answer.
 User UserServiceWrapper.updateScreenName(long userId, String screenName)
          Updates the user's screen name.
static User UserServiceUtil.updateScreenName(long userId, String screenName)
          Updates the user's screen name.
 User UserService.updateScreenName(long userId, String screenName)
          Updates the user's screen name.
 User UserLocalServiceWrapper.updateScreenName(long userId, String screenName)
          Updates the user's screen name.
static User UserLocalServiceUtil.updateScreenName(long userId, String screenName)
          Updates the user's screen name.
 User UserLocalService.updateScreenName(long userId, String screenName)
          Updates the user's screen name.
 User UserServiceWrapper.updateStatus(long userId, int status)
          Updates the user's workflow status.
static User UserServiceUtil.updateStatus(long userId, int status)
          Updates the user's workflow status.
 User UserService.updateStatus(long userId, int status)
          Updates the user's workflow status.
 User UserLocalServiceWrapper.updateStatus(long userId, int status)
          Updates the user's workflow status.
static User UserLocalServiceUtil.updateStatus(long userId, int status)
          Updates the user's workflow status.
 User UserLocalService.updateStatus(long userId, int status)
          Updates the user's workflow status.
 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)
          Updates the user with additional parameters.
static User UserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, 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)
          Updates the user with additional parameters.
 User UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, 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)
          Updates the user with additional parameters.
 User UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, 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)
          Updates the user.
static User UserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, 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)
          Updates the user.
 User UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, 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)
          Updates the user.
 User UserLocalServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, 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)
          Updates the user.
static User UserLocalServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, 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)
          Updates the user.
 User UserLocalService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, 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)
          Updates the user.
 User UserLocalServiceWrapper.updateUser(User user)
          Updates the user in the database or adds it if it does not yet exist.
static User UserLocalServiceUtil.updateUser(User user)
          Updates the user in the database or adds it if it does not yet exist.
 User UserLocalService.updateUser(User user)
          Updates the user in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type User
 List<User> UserServiceWrapper.getCompanyUsers(long companyId, int start, int end)
           
static List<User> UserServiceUtil.getCompanyUsers(long companyId, int start, int end)
           
 List<User> UserService.getCompanyUsers(long companyId, int start, int end)
           
 List<User> UserLocalServiceWrapper.getCompanyUsers(long companyId, int start, int end)
          Returns a range of all the users belonging to the company.
static List<User> UserLocalServiceUtil.getCompanyUsers(long companyId, int start, int end)
          Returns a range of all the users belonging to the company.
 List<User> UserLocalService.getCompanyUsers(long companyId, int start, int end)
          Returns a range of all the users belonging to the company.
 List<User> UserServiceWrapper.getGroupUsers(long groupId)
          Returns all the users belonging to the group.
static List<User> UserServiceUtil.getGroupUsers(long groupId)
          Returns all the users belonging to the group.
 List<User> UserService.getGroupUsers(long groupId)
          Returns all the users belonging to the group.
 List<User> UserLocalServiceWrapper.getGroupUsers(long groupId)
          Returns all the users belonging to the group.
static List<User> UserLocalServiceUtil.getGroupUsers(long groupId)
          Returns all the users belonging to the group.
 List<User> UserLocalService.getGroupUsers(long groupId)
          Returns all the users belonging to the group.
 List<User> UserLocalServiceWrapper.getNoAnnouncementsDeliveries(String type)
          Returns all the users who have not had any announcements of the type delivered, excluding the default user.
static List<User> UserLocalServiceUtil.getNoAnnouncementsDeliveries(String type)
          Returns all the users who have not had any announcements of the type delivered, excluding the default user.
 List<User> UserLocalService.getNoAnnouncementsDeliveries(String type)
          Returns all the users who have not had any announcements of the type delivered, excluding the default user.
 List<User> UserLocalServiceWrapper.getNoContacts()
          Returns all the users who do not have any contacts.
static List<User> UserLocalServiceUtil.getNoContacts()
          Returns all the users who do not have any contacts.
 List<User> UserLocalService.getNoContacts()
          Returns all the users who do not have any contacts.
 List<User> UserLocalServiceWrapper.getNoGroups()
          Returns all the users who do not belong to any groups, excluding the default user.
static List<User> UserLocalServiceUtil.getNoGroups()
          Returns all the users who do not belong to any groups, excluding the default user.
 List<User> UserLocalService.getNoGroups()
          Returns all the users who do not belong to any groups, excluding the default user.
 List<User> UserServiceWrapper.getOrganizationUsers(long organizationId)
          Returns all the users belonging to the organization.
static List<User> UserServiceUtil.getOrganizationUsers(long organizationId)
          Returns all the users belonging to the organization.
 List<User> UserService.getOrganizationUsers(long organizationId)
          Returns all the users belonging to the organization.
 List<User> UserLocalServiceWrapper.getOrganizationUsers(long organizationId)
          Returns all the users belonging to the organization.
static List<User> UserLocalServiceUtil.getOrganizationUsers(long organizationId)
          Returns all the users belonging to the organization.
 List<User> UserLocalService.getOrganizationUsers(long organizationId)
          Returns all the users belonging to the organization.
 List<User> UserLocalServiceWrapper.getRoleUsers(long roleId)
          Returns all the users belonging to the role.
static List<User> UserLocalServiceUtil.getRoleUsers(long roleId)
          Returns all the users belonging to the role.
 List<User> UserLocalService.getRoleUsers(long roleId)
          Returns all the users belonging to the role.
 List<User> UserLocalServiceWrapper.getRoleUsers(long roleId, int start, int end)
          Returns a range of all the users belonging to the role.
static List<User> UserLocalServiceUtil.getRoleUsers(long roleId, int start, int end)
          Returns a range of all the users belonging to the role.
 List<User> UserLocalService.getRoleUsers(long roleId, int start, int end)
          Returns a range of all the users belonging to the role.
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a social relation of the type with the user.
static List<User> UserLocalServiceUtil.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a social relation of the type with the user.
 List<User> UserLocalService.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a social relation of the type with the user.
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a social relation with the user.
static List<User> UserLocalServiceUtil.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a social relation with the user.
 List<User> UserLocalService.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a social relation with the user.
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.
static List<User> UserLocalServiceUtil.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.
 List<User> UserLocalService.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a mutual social relation with both of the given users.
static List<User> UserLocalServiceUtil.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a mutual social relation with both of the given users.
 List<User> UserLocalService.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a mutual social relation with both of the given users.
 List<User> UserServiceWrapper.getUserGroupUsers(long userGroupId)
           
static List<User> UserServiceUtil.getUserGroupUsers(long userGroupId)
           
 List<User> UserService.getUserGroupUsers(long userGroupId)
           
 List<User> UserLocalServiceWrapper.getUserGroupUsers(long userGroupId)
          Returns all the users belonging to the user group.
static List<User> UserLocalServiceUtil.getUserGroupUsers(long userGroupId)
          Returns all the users belonging to the user group.
 List<User> UserLocalService.getUserGroupUsers(long userGroupId)
          Returns all the users belonging to the user group.
 List<User> UserLocalServiceWrapper.getUsers(int start, int end)
          Returns a range of all the users.
static List<User> UserLocalServiceUtil.getUsers(int start, int end)
          Returns a range of all the users.
 List<User> UserLocalService.getUsers(int start, int end)
          Returns a range of all the users.
 List<User> UserLocalServiceWrapper.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users who match the keywords and status, without using the indexer.
static List<User> UserLocalServiceUtil.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users who match the keywords and status, without using the indexer.
 List<User> UserLocalService.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users who match the keywords and status, without using the indexer.
 List<User> UserLocalServiceWrapper.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer.
static List<User> UserLocalServiceUtil.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer.
 List<User> UserLocalService.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer.
 

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)
          Checks if the user is currently locked out based on the password policy, and performs maintenance on the user's lockout and failed login data.
static void UserLocalServiceUtil.checkLockout(User user)
          Checks if the user is currently locked out based on the password policy, and performs maintenance on the user's lockout and failed login data.
 void UserLocalService.checkLockout(User user)
          Checks if the user is currently locked out based on the password policy, and performs maintenance on the user's lockout and failed login data.
 void UserLocalServiceWrapper.checkLoginFailure(User user)
          Adds a failed login attempt to the user and updates the user's last failed login date.
static void UserLocalServiceUtil.checkLoginFailure(User user)
          Adds a failed login attempt to the user and updates the user's last failed login date.
 void UserLocalService.checkLoginFailure(User user)
          Adds a failed login attempt to the user and updates the user's last failed login date.
 void UserGroupRoleLocalServiceWrapper.checkMembershipPolicy(User user)
          Removes any forbidden user group roles from the user and adds all mandatory user group roles to the user, if the user does not have the user group role.
static void UserGroupRoleLocalServiceUtil.checkMembershipPolicy(User user)
          Removes any forbidden user group roles from the user and adds all mandatory user group roles to the user, if the user does not have the user group role.
 void UserGroupRoleLocalService.checkMembershipPolicy(User user)
          Removes any forbidden user group roles from the user and adds all mandatory user group roles to the user, if the user does not have the user group role.
 void UserGroupLocalServiceWrapper.checkMembershipPolicy(User user)
          Removes the user from any forbidden user groups and adds the user to all mandatory user groups, if the user does not belong to them.
static void UserGroupLocalServiceUtil.checkMembershipPolicy(User user)
          Removes the user from any forbidden user groups and adds the user to all mandatory user groups, if the user does not belong to them.
 void UserGroupLocalService.checkMembershipPolicy(User user)
          Removes the user from any forbidden user groups and adds the user to all mandatory user groups, if the user does not belong to them.
 void RoleLocalServiceWrapper.checkMembershipPolicy(User user)
           
static void RoleLocalServiceUtil.checkMembershipPolicy(User user)
           
 void RoleLocalService.checkMembershipPolicy(User user)
           
 void OrganizationLocalServiceWrapper.checkMembershipPolicy(User user)
           
static void OrganizationLocalServiceUtil.checkMembershipPolicy(User user)
           
 void OrganizationLocalService.checkMembershipPolicy(User user)
           
 void GroupLocalServiceWrapper.checkMembershipPolicy(User user)
           
static void GroupLocalServiceUtil.checkMembershipPolicy(User user)
           
 void GroupLocalService.checkMembershipPolicy(User user)
           
 void UserLocalServiceWrapper.checkPasswordExpired(User user)
          Checks if the user's password is expired based on the password policy, and performs maintenance on the user's grace login and password reset data.
static void UserLocalServiceUtil.checkPasswordExpired(User user)
          Checks if the user's password is expired based on the password policy, and performs maintenance on the user's grace login and password reset data.
 void UserLocalService.checkPasswordExpired(User user)
          Checks if the user's password is expired based on the password policy, and performs maintenance on the user's grace login and password reset data.
 void UserLocalServiceWrapper.completeUserRegistration(User user, ServiceContext serviceContext)
          Completes the user's registration by generating a password and sending the confirmation email.
static void UserLocalServiceUtil.completeUserRegistration(User user, ServiceContext serviceContext)
          Completes the user's registration by generating a password and sending the confirmation email.
 void UserLocalService.completeUserRegistration(User user, ServiceContext serviceContext)
          Completes the user's registration by generating a password and sending the confirmation email.
 User UserLocalServiceWrapper.deleteUser(User user)
          Deletes the user from the database.
static User UserLocalServiceUtil.deleteUser(User user)
          Deletes the user from the database.
 User UserLocalService.deleteUser(User user)
          Deletes the user from the database.
 int LayoutLocalServiceWrapper.getLayoutsCount(User user, boolean privateLayout)
           
static int LayoutLocalServiceUtil.getLayoutsCount(User user, boolean privateLayout)
           
 int LayoutLocalService.getLayoutsCount(User user, boolean privateLayout)
           
 int LayoutLocalServiceWrapper.getLayoutsCount(User user, boolean privateLayout, boolean includeUserGroups)
           
static int LayoutLocalServiceUtil.getLayoutsCount(User user, boolean privateLayout, boolean includeUserGroups)
           
 int LayoutLocalService.getLayoutsCount(User user, boolean privateLayout, boolean includeUserGroups)
           
 boolean LayoutLocalServiceWrapper.hasLayouts(User user, boolean privateLayout)
           
static boolean LayoutLocalServiceUtil.hasLayouts(User user, boolean privateLayout)
           
 boolean LayoutLocalService.hasLayouts(User user, boolean privateLayout)
           
 boolean LayoutLocalServiceWrapper.hasLayouts(User user, boolean privateLayout, boolean includeUserGroups)
           
static boolean LayoutLocalServiceUtil.hasLayouts(User user, boolean privateLayout, boolean includeUserGroups)
           
 boolean LayoutLocalService.hasLayouts(User user, boolean privateLayout, boolean includeUserGroups)
           
 boolean UserLocalServiceWrapper.isPasswordExpired(User user)
          Returns true if the user's password is expired.
static boolean UserLocalServiceUtil.isPasswordExpired(User user)
          Returns true if the user's password is expired.
 boolean UserLocalService.isPasswordExpired(User user)
          Returns true if the user's password is expired.
 boolean UserLocalServiceWrapper.isPasswordExpiringSoon(User user)
          Returns true if the password policy is configured to warn the user that his password is expiring and the remaining time until expiration is equal or less than the configured warning time.
static boolean UserLocalServiceUtil.isPasswordExpiringSoon(User user)
          Returns true if the password policy is configured to warn the user that his password is expiring and the remaining time until expiration is equal or less than the configured warning time.
 boolean UserLocalService.isPasswordExpiringSoon(User user)
          Returns true if the password policy is configured to warn the user that his password is expiring and the remaining time until expiration is equal or less than the configured warning time.
 void UserLocalServiceWrapper.sendEmailAddressVerification(User user, String emailAddress, ServiceContext serviceContext)
          Sends an email address verification to the user.
static void UserLocalServiceUtil.sendEmailAddressVerification(User user, String emailAddress, ServiceContext serviceContext)
          Sends an email address verification to the user.
 void UserLocalService.sendEmailAddressVerification(User user, String emailAddress, ServiceContext serviceContext)
          Sends an email address verification to the user.
 void UserLocalServiceWrapper.updateAsset(long userId, User user, long[] assetCategoryIds, String[] assetTagNames)
          Updates the user's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.
static void UserLocalServiceUtil.updateAsset(long userId, User user, long[] assetCategoryIds, String[] assetTagNames)
          Updates the user's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.
 void UserLocalService.updateAsset(long userId, User user, long[] assetCategoryIds, String[] assetTagNames)
          Updates the user's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.
 User UserLocalServiceWrapper.updateLockout(User user, boolean lockout)
          Updates whether the user is locked out from logging in.
static User UserLocalServiceUtil.updateLockout(User user, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserLocalService.updateLockout(User user, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserLocalServiceWrapper.updateUser(User user)
          Updates the user in the database or adds it if it does not yet exist.
static User UserLocalServiceUtil.updateUser(User user)
          Updates the user in the database or adds it if it does not yet exist.
 User UserLocalService.updateUser(User user)
          Updates the user in the database or adds it if it does not yet exist.
 

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

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 UserLocalServiceBaseImpl.deleteUser(long userId)
          Deletes the user with the primary key from the database.
 User UserLocalServiceBaseImpl.deleteUser(User user)
          Deletes the user from the database.
 User UserLocalServiceBaseImpl.fetchUser(long userId)
           
 User PrincipalBean.getGuestOrUser()
          Deprecated.  
 User PrincipalBean.getUser()
          Deprecated.  
 User UserLocalServiceBaseImpl.getUser(long userId)
          Returns the user with the primary key.
 User UserLocalServiceBaseImpl.updateUser(User user)
          Updates the user in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type User
 List<User> UserLocalServiceBaseImpl.getUsers(int start, int end)
          Returns 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.
 User UserLocalServiceBaseImpl.deleteUser(User user)
          Deletes the user from the database.
 User UserLocalServiceBaseImpl.updateUser(User user)
          Updates the user in the database or adds it if it does not yet exist.
 

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, 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, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
           
static User UserServiceHttp.addUserWithWorkflow(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.addUserWithWorkflow(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, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, 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.updateAgreedToTermsOfUse(HttpPrincipal httpPrincipal, long userId, boolean agreedToTermsOfUse)
           
static User UserServiceHttp.updateEmailAddress(HttpPrincipal httpPrincipal, long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext)
           
static User UserServiceHttp.updateIncompleteUser(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, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext)
           
static User UserServiceHttp.updateLockoutById(HttpPrincipal httpPrincipal, long userId, boolean lockout)
           
static User UserServiceHttp.updateOpenId(HttpPrincipal httpPrincipal, long userId, String openId)
           
static User UserServiceHttp.updatePassword(HttpPrincipal httpPrincipal, long userId, String password1, String password2, boolean passwordReset)
           
static User UserServiceHttp.updatePortrait(HttpPrincipal httpPrincipal, long userId, byte[] bytes)
           
static User UserServiceHttp.updateReminderQuery(HttpPrincipal httpPrincipal, long userId, String question, String answer)
           
static User UserServiceHttp.updateScreenName(HttpPrincipal httpPrincipal, long userId, String screenName)
           
static User UserServiceHttp.updateStatus(HttpPrincipal httpPrincipal, long userId, int status)
           
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 that return types with arguments of type User
static List<User> UserServiceHttp.getCompanyUsers(HttpPrincipal httpPrincipal, long companyId, int start, int end)
           
static List<User> UserServiceHttp.getGroupUsers(HttpPrincipal httpPrincipal, long groupId)
           
static List<User> UserServiceHttp.getOrganizationUsers(HttpPrincipal httpPrincipal, long organizationId)
           
static List<User> UserServiceHttp.getUserGroupUsers(HttpPrincipal httpPrincipal, long userGroupId)
           
 

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

Methods in com.liferay.portal.service.impl that return User
 User UserLocalServiceImpl.addDefaultAdminUser(long companyId, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName)
          Adds a default admin user for the company.
 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)
          Adds a 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, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with additional parameters.
 User 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)
          Adds a user.
 User UserServiceImpl.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, 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)
          Adds a user with workflow.
 User UserServiceImpl.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with workflow and additional parameters.
 User UserLocalServiceImpl.addUserWithWorkflow(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, 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)
          Adds a user with workflow.
 User UserLocalServiceImpl.deleteUser(long userId)
          Deletes the user.
 User UserLocalServiceImpl.deleteUser(User user)
          Deletes the user.
 User UserLocalServiceImpl.fetchUserByEmailAddress(long companyId, String emailAddress)
          Returns the user with the email address.
 User UserLocalServiceImpl.fetchUserById(long userId)
          Returns the user with the primary key.
 User UserLocalServiceImpl.fetchUserByScreenName(long companyId, String screenName)
          Returns the user with the screen name.
 User UserLocalServiceImpl.getDefaultUser(long companyId)
          Returns the default user for the company.
 User UserLocalServiceImpl.getUserByContactId(long contactId)
          Returns the user with the contact ID.
 User UserServiceImpl.getUserByEmailAddress(long companyId, String emailAddress)
          Returns the user with the email address.
 User UserLocalServiceImpl.getUserByEmailAddress(long companyId, String emailAddress)
          Returns the user with the email address.
 User UserLocalServiceImpl.getUserByFacebookId(long companyId, long facebookId)
          Returns the user with the Facebook ID.
 User UserServiceImpl.getUserById(long userId)
          Returns the user with the primary key.
 User UserLocalServiceImpl.getUserById(long userId)
          Returns the user with the primary key.
 User UserLocalServiceImpl.getUserById(long companyId, long userId)
          Returns the user with the primary key from the company.
 User UserLocalServiceImpl.getUserByOpenId(long companyId, String openId)
          Returns the user with the OpenID.
 User UserLocalServiceImpl.getUserByPortraitId(long portraitId)
          Returns the user with the portrait ID.
 User UserServiceImpl.getUserByScreenName(long companyId, String screenName)
          Returns the user with the screen name.
 User UserLocalServiceImpl.getUserByScreenName(long companyId, String screenName)
          Returns the user with the screen name.
 User UserLocalServiceImpl.getUserByUuid(String uuid)
          Deprecated. UserLocalServiceImpl.getUserByUuidAndCompanyId(String, long)
 User UserLocalServiceImpl.getUserByUuidAndCompanyId(String uuid, long companyId)
          Returns the user with the UUID.
 User UserLocalServiceImpl.loadGetDefaultUser(long companyId)
          Returns the default user for the company.
 User UserServiceImpl.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
          Updates the user's response to the terms of use agreement.
 User UserLocalServiceImpl.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
          Updates whether the user has agreed to the terms of use.
 User UserLocalServiceImpl.updateCreateDate(long userId, Date createDate)
          Updates the user's creation date.
 User UserLocalServiceImpl.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2)
          Updates the user's email address.
 User UserServiceImpl.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext)
          Updates the user's email address.
 User UserLocalServiceImpl.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext)
          Updates the user's email address or sends verification email.
 User UserLocalServiceImpl.updateEmailAddressVerified(long userId, boolean emailAddressVerified)
          Updates whether the user has verified email address.
 User UserLocalServiceImpl.updateFacebookId(long userId, long facebookId)
          Updates the user's Facebook ID.
 User UserServiceImpl.updateIncompleteUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext)
          Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.
 User UserLocalServiceImpl.updateIncompleteUser(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext)
          Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.
 User UserLocalServiceImpl.updateJobTitle(long userId, String jobTitle)
          Updates the user's job title.
 User UserLocalServiceImpl.updateLastLogin(long userId, String loginIP)
          Updates the user's last login with the current time and the IP address.
 User UserLocalServiceImpl.updateLockout(User user, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserLocalServiceImpl.updateLockoutByEmailAddress(long companyId, String emailAddress, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserServiceImpl.updateLockoutById(long userId, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserLocalServiceImpl.updateLockoutById(long userId, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserLocalServiceImpl.updateLockoutByScreenName(long companyId, String screenName, boolean lockout)
          Updates whether the user is locked out from logging in.
 User UserLocalServiceImpl.updateModifiedDate(long userId, Date modifiedDate)
          Updates the user's modified date.
 User UserServiceImpl.updateOpenId(long userId, String openId)
          Updates the user's OpenID.
 User UserLocalServiceImpl.updateOpenId(long userId, String openId)
          Updates the user's OpenID.
 User UserServiceImpl.updatePassword(long userId, String password1, String password2, boolean passwordReset)
          Updates the user's password without tracking or validation of the change.
 User UserLocalServiceImpl.updatePassword(long userId, String password1, String password2, boolean passwordReset)
          Updates the user's password without tracking or validation of the change.
 User UserLocalServiceImpl.updatePassword(long userId, String password1, String password2, boolean passwordReset, boolean silentUpdate)
          Updates the user's password, optionally with tracking and validation of the change.
 User UserLocalServiceImpl.updatePasswordManually(long userId, String password, boolean passwordEncrypted, boolean passwordReset, Date passwordModifiedDate)
          Updates the user's password with manually input information.
 User UserLocalServiceImpl.updatePasswordReset(long userId, boolean passwordReset)
          Updates whether the user should be asked to reset their password the next time they login.
 User UserServiceImpl.updatePortrait(long userId, byte[] bytes)
          Updates the user's portrait image.
 User UserLocalServiceImpl.updatePortrait(long userId, byte[] bytes)
          Updates the user's portrait image.
 User UserServiceImpl.updateReminderQuery(long userId, String question, String answer)
          Updates the user's password reset question and answer.
 User UserLocalServiceImpl.updateReminderQuery(long userId, String question, String answer)
          Updates the user's password reset question and answer.
 User UserServiceImpl.updateScreenName(long userId, String screenName)
          Updates the user's screen name.
 User UserLocalServiceImpl.updateScreenName(long userId, String screenName)
          Updates the user's screen name.
 User UserServiceImpl.updateStatus(long userId, int status)
          Updates the user's workflow status.
 User UserLocalServiceImpl.updateStatus(long userId, int status)
          Updates the user's workflow status.
 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)
          Updates the user with additional parameters.
 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)
          Updates the user.
 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)
          Updates the user.
 

Methods in com.liferay.portal.service.impl that return types with arguments of type User
 List<User> UserServiceImpl.getCompanyUsers(long companyId, int start, int end)
           
 List<User> UserLocalServiceImpl.getCompanyUsers(long companyId, int start, int end)
          Returns a range of all the users belonging to the company.
 List<User> UserServiceImpl.getGroupUsers(long groupId)
          Returns all the users belonging to the group.
 List<User> UserLocalServiceImpl.getGroupUsers(long groupId)
          Returns all the users belonging to the group.
 List<User> UserLocalServiceImpl.getNoAnnouncementsDeliveries(String type)
          Returns all the users who have not had any announcements of the type delivered, excluding the default user.
 List<User> UserLocalServiceImpl.getNoContacts()
          Returns all the users who do not have any contacts.
 List<User> UserLocalServiceImpl.getNoGroups()
          Returns all the users who do not belong to any groups, excluding the default user.
 List<User> UserServiceImpl.getOrganizationUsers(long organizationId)
          Returns all the users belonging to the organization.
 List<User> UserLocalServiceImpl.getOrganizationUsers(long organizationId)
          Returns all the users belonging to the organization.
 List<User> UserLocalServiceImpl.getRoleUsers(long roleId)
          Returns all the users belonging to the role.
 List<User> UserLocalServiceImpl.getRoleUsers(long roleId, int start, int end)
          Returns a range of all the users belonging to the role.
 List<User> UserLocalServiceImpl.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a social relation of the type with the user.
 List<User> UserLocalServiceImpl.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a social relation with the user.
 List<User> UserLocalServiceImpl.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.
 List<User> UserLocalServiceImpl.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a mutual social relation with both of the given users.
 List<User> UserServiceImpl.getUserGroupUsers(long userGroupId)
           
 List<User> UserLocalServiceImpl.getUserGroupUsers(long userGroupId)
          Returns all the users belonging to the user group.
 List<User> UserLocalServiceImpl.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users who match the keywords and status, without using the indexer.
 List<User> UserLocalServiceImpl.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer.
 

Methods in com.liferay.portal.service.impl with parameters of type User
 void UserLocalServiceImpl.checkLockout(User user)
          Checks if the user is currently locked out based on the password policy, and performs maintenance on the user's lockout and failed login data.
 void UserLocalServiceImpl.checkLoginFailure(User user)
          Adds a failed login attempt to the user and updates the user's last failed login date.
 void UserGroupRoleLocalServiceImpl.checkMembershipPolicy(User user)
           
 void UserGroupLocalServiceImpl.checkMembershipPolicy(User user)
           
 void RoleLocalServiceImpl.checkMembershipPolicy(User user)
           
 void OrganizationLocalServiceImpl.checkMembershipPolicy(User user)
           
 void GroupLocalServiceImpl.checkMembershipPolicy(User user)
           
 void UserLocalServiceImpl.checkPasswordExpired(User user)
          Checks if the user's password is expired based on the password policy, and performs maintenance on the user's grace login and password reset data.
 void UserLocalServiceImpl.completeUserRegistration(User user, ServiceContext serviceContext)
          Completes the user's registration by generating a password and sending the confirmation email.
 User UserLocalServiceImpl.deleteUser(User user)
          Deletes the user.
protected  long RepositoryLocalServiceImpl.getDLFolderId(User user, long groupId, long repositoryId, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext)
           
 int LayoutLocalServiceImpl.getLayoutsCount(User user, boolean privateLayout)
           
 int LayoutLocalServiceImpl.getLayoutsCount(User user, boolean privateLayout, boolean includeUserGroups)
           
 boolean LayoutLocalServiceImpl.hasLayouts(User user, boolean privateLayout)
           
 boolean LayoutLocalServiceImpl.hasLayouts(User user, boolean privateLayout, boolean includeUserGroups)
           
 boolean UserLocalServiceImpl.isPasswordExpired(User user)
          Returns true if the user's password is expired.
 boolean UserLocalServiceImpl.isPasswordExpiringSoon(User user)
          Returns true if the password policy is configured to warn the user that his password is expiring and the remaining time until expiration is equal or less than the configured warning time.
protected  void UserLocalServiceImpl.reindex(User user)
           
protected  void UserLocalServiceImpl.sendEmail(User user, String password, ServiceContext serviceContext)
           
 void UserLocalServiceImpl.sendEmailAddressVerification(User user, String emailAddress, ServiceContext serviceContext)
          Sends an email address verification to the user.
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)
          Updates the user's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.
 User UserLocalServiceImpl.updateLockout(User user, boolean lockout)
          Updates whether the user is locked out from logging in.
protected  void UserLocalServiceImpl.updateUserGroupRoles(User user, long[] groupIds, long[] organizationIds, List<UserGroupRole> userGroupRoles)
           
protected  void UserServiceImpl.validateEmailAddress(User user, String emailAddress)
           
protected  void UserLocalServiceImpl.validateEmailAddress(User user, String emailAddress1, String emailAddress2)
           
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)
          Removes the users from the role.
 

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_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.fetchByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistenceImpl.fetchByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.fetchByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.fetchByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistenceImpl.fetchByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.fetchByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistence.fetchByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistenceImpl.fetchByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.fetchByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistence.fetchByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistenceImpl.fetchByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.fetchByC_DU(long companyId, boolean defaultUser)
          Returns the user where companyId = ? and defaultUser = ? or returns null if it could not be found.
 User UserPersistence.fetchByC_DU(long companyId, boolean defaultUser)
          Returns the user where companyId = ? and defaultUser = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByC_DU(long companyId, boolean defaultUser)
          Returns the user where companyId = ? and defaultUser = ? or returns null if it could not be found.
static User UserUtil.fetchByC_DU(long companyId, boolean defaultUser, boolean retrieveFromCache)
          Returns the user where companyId = ? and defaultUser = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByC_DU(long companyId, boolean defaultUser, boolean retrieveFromCache)
          Returns the user where companyId = ? and defaultUser = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByC_DU(long companyId, boolean defaultUser, boolean retrieveFromCache)
          Returns the user where companyId = ? and defaultUser = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByC_EA(long companyId, String emailAddress)
          Returns the user where companyId = ? and emailAddress = ? or returns null if it could not be found.
 User UserPersistence.fetchByC_EA(long companyId, String emailAddress)
          Returns the user where companyId = ? and emailAddress = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByC_EA(long companyId, String emailAddress)
          Returns the user where companyId = ? and emailAddress = ? or returns null if it could not be found.
static User UserUtil.fetchByC_EA(long companyId, String emailAddress, boolean retrieveFromCache)
          Returns the user where companyId = ? and emailAddress = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByC_EA(long companyId, String emailAddress, boolean retrieveFromCache)
          Returns the user where companyId = ? and emailAddress = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByC_EA(long companyId, String emailAddress, boolean retrieveFromCache)
          Returns the user where companyId = ? and emailAddress = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByC_FID(long companyId, long facebookId)
          Returns the user where companyId = ? and facebookId = ? or returns null if it could not be found.
 User UserPersistence.fetchByC_FID(long companyId, long facebookId)
          Returns the user where companyId = ? and facebookId = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByC_FID(long companyId, long facebookId)
          Returns the user where companyId = ? and facebookId = ? or returns null if it could not be found.
static User UserUtil.fetchByC_FID(long companyId, long facebookId, boolean retrieveFromCache)
          Returns the user where companyId = ? and facebookId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByC_FID(long companyId, long facebookId, boolean retrieveFromCache)
          Returns the user where companyId = ? and facebookId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByC_FID(long companyId, long facebookId, boolean retrieveFromCache)
          Returns the user where companyId = ? and facebookId = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistence.fetchByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistenceImpl.fetchByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.fetchByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistence.fetchByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistenceImpl.fetchByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.fetchByC_O(long companyId, String openId)
          Returns the user where companyId = ? and openId = ? or returns null if it could not be found.
 User UserPersistence.fetchByC_O(long companyId, String openId)
          Returns the user where companyId = ? and openId = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByC_O(long companyId, String openId)
          Returns the user where companyId = ? and openId = ? or returns null if it could not be found.
static User UserUtil.fetchByC_O(long companyId, String openId, boolean retrieveFromCache)
          Returns the user where companyId = ? and openId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByC_O(long companyId, String openId, boolean retrieveFromCache)
          Returns the user where companyId = ? and openId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByC_O(long companyId, String openId, boolean retrieveFromCache)
          Returns the user where companyId = ? and openId = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 User UserPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 User UserPersistenceImpl.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
static User UserUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 User UserPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 User UserPersistenceImpl.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
static User UserUtil.fetchByC_SN(long companyId, String screenName)
          Returns the user where companyId = ? and screenName = ? or returns null if it could not be found.
 User UserPersistence.fetchByC_SN(long companyId, String screenName)
          Returns the user where companyId = ? and screenName = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByC_SN(long companyId, String screenName)
          Returns the user where companyId = ? and screenName = ? or returns null if it could not be found.
static User UserUtil.fetchByC_SN(long companyId, String screenName, boolean retrieveFromCache)
          Returns the user where companyId = ? and screenName = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByC_SN(long companyId, String screenName, boolean retrieveFromCache)
          Returns the user where companyId = ? and screenName = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByC_SN(long companyId, String screenName, boolean retrieveFromCache)
          Returns the user where companyId = ? and screenName = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByC_U(long companyId, long userId)
          Returns the user where companyId = ? and userId = ? or returns null if it could not be found.
 User UserPersistence.fetchByC_U(long companyId, long userId)
          Returns the user where companyId = ? and userId = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByC_U(long companyId, long userId)
          Returns the user where companyId = ? and userId = ? or returns null if it could not be found.
static User UserUtil.fetchByC_U(long companyId, long userId, boolean retrieveFromCache)
          Returns the user where companyId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByC_U(long companyId, long userId, boolean retrieveFromCache)
          Returns the user where companyId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByC_U(long companyId, long userId, boolean retrieveFromCache)
          Returns the user where companyId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
 User UserPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
 User UserPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
static User UserUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
 User UserPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
 User UserPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
static User UserUtil.fetchByContactId(long contactId)
          Returns the user where contactId = ? or returns null if it could not be found.
 User UserPersistence.fetchByContactId(long contactId)
          Returns the user where contactId = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByContactId(long contactId)
          Returns the user where contactId = ? or returns null if it could not be found.
static User UserUtil.fetchByContactId(long contactId, boolean retrieveFromCache)
          Returns the user where contactId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByContactId(long contactId, boolean retrieveFromCache)
          Returns the user where contactId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByContactId(long contactId, boolean retrieveFromCache)
          Returns the user where contactId = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
 User UserPersistence.fetchByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
 User UserPersistenceImpl.fetchByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
static User UserUtil.fetchByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
 User UserPersistence.fetchByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
 User UserPersistenceImpl.fetchByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
static User UserUtil.fetchByPortraitId(long portraitId)
          Returns the user where portraitId = ? or returns null if it could not be found.
 User UserPersistence.fetchByPortraitId(long portraitId)
          Returns the user where portraitId = ? or returns null if it could not be found.
 User UserPersistenceImpl.fetchByPortraitId(long portraitId)
          Returns the user where portraitId = ? or returns null if it could not be found.
static User UserUtil.fetchByPortraitId(long portraitId, boolean retrieveFromCache)
          Returns the user where portraitId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistence.fetchByPortraitId(long portraitId, boolean retrieveFromCache)
          Returns the user where portraitId = ? or returns null if it could not be found, optionally using the finder cache.
 User UserPersistenceImpl.fetchByPortraitId(long portraitId, boolean retrieveFromCache)
          Returns the user where portraitId = ? or returns null if it could not be found, optionally using the finder cache.
static User UserUtil.fetchByPrimaryKey(long userId)
          Returns the user with the primary key or returns null if it could not be found.
 User UserPersistence.fetchByPrimaryKey(long userId)
          Returns the user with the primary key or returns null if it could not be found.
 User UserPersistenceImpl.fetchByPrimaryKey(long userId)
          Returns the user with the primary key or returns null if it could not be found.
 User UserPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the user with the primary key or returns null if it could not be found.
static User UserUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
 User UserPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
 User UserPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
 User UserPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
 User UserPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
 User UserPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
 User UserPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
static User UserUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
 User UserPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
 User UserPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
static User UserUtil.findByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.findByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistenceImpl.findByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.findByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.findByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistenceImpl.findByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.findByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistence.findByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistenceImpl.findByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.findByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistence.findByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistenceImpl.findByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User[] UserUtil.findByC_CD_MD_PrevAndNext(long userId, long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User[] UserPersistence.findByC_CD_MD_PrevAndNext(long userId, long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User[] UserPersistenceImpl.findByC_CD_MD_PrevAndNext(long userId, long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User[] UserUtil.findByC_CD_PrevAndNext(long userId, long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
 User[] UserPersistence.findByC_CD_PrevAndNext(long userId, long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
 User[] UserPersistenceImpl.findByC_CD_PrevAndNext(long userId, long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.findByC_DU(long companyId, boolean defaultUser)
          Returns the user where companyId = ? and defaultUser = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_DU(long companyId, boolean defaultUser)
          Returns the user where companyId = ? and defaultUser = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_DU(long companyId, boolean defaultUser)
          Returns the user where companyId = ? and defaultUser = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByC_EA(long companyId, String emailAddress)
          Returns the user where companyId = ? and emailAddress = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_EA(long companyId, String emailAddress)
          Returns the user where companyId = ? and emailAddress = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_EA(long companyId, String emailAddress)
          Returns the user where companyId = ? and emailAddress = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByC_FID(long companyId, long facebookId)
          Returns the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_FID(long companyId, long facebookId)
          Returns the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_FID(long companyId, long facebookId)
          Returns the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistence.findByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistenceImpl.findByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistence.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistenceImpl.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
static User[] UserUtil.findByC_MD_PrevAndNext(long userId, long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
 User[] UserPersistence.findByC_MD_PrevAndNext(long userId, long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
 User[] UserPersistenceImpl.findByC_MD_PrevAndNext(long userId, long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.findByC_O(long companyId, String openId)
          Returns the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_O(long companyId, String openId)
          Returns the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_O(long companyId, String openId)
          Returns the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 User UserPersistence.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 User UserPersistenceImpl.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
static User UserUtil.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 User UserPersistence.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 User UserPersistenceImpl.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
static User[] UserUtil.findByC_S_PrevAndNext(long userId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
 User[] UserPersistence.findByC_S_PrevAndNext(long userId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
 User[] UserPersistenceImpl.findByC_S_PrevAndNext(long userId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
static User UserUtil.findByC_SN(long companyId, String screenName)
          Returns the user where companyId = ? and screenName = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_SN(long companyId, String screenName)
          Returns the user where companyId = ? and screenName = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_SN(long companyId, String screenName)
          Returns the user where companyId = ? and screenName = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByC_U(long companyId, long userId)
          Returns the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_U(long companyId, long userId)
          Returns the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_U(long companyId, long userId)
          Returns the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
 User UserPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
 User UserPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
static User UserUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
 User UserPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
 User UserPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
static User[] UserUtil.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ?.
 User[] UserPersistence.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ?.
 User[] UserPersistenceImpl.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ?.
static User UserUtil.findByContactId(long contactId)
          Returns the user where contactId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByContactId(long contactId)
          Returns the user where contactId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByContactId(long contactId)
          Returns the user where contactId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
 User UserPersistence.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
 User UserPersistenceImpl.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
static User UserUtil.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
 User UserPersistence.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
 User UserPersistenceImpl.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
static User[] UserUtil.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where emailAddress = ?.
 User[] UserPersistence.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where emailAddress = ?.
 User[] UserPersistenceImpl.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where emailAddress = ?.
static User UserUtil.findByPortraitId(long portraitId)
          Returns the user where portraitId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByPortraitId(long portraitId)
          Returns the user where portraitId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByPortraitId(long portraitId)
          Returns the user where portraitId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByPrimaryKey(long userId)
          Returns the user with the primary key or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByPrimaryKey(long userId)
          Returns the user with the primary key or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByPrimaryKey(long userId)
          Returns the user with the primary key or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the user with the primary key or throws a NoSuchModelException if it could not be found.
static User UserUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
 User UserPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
 User UserPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
 User UserPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
 User UserPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
static User[] UserUtil.findByUuid_C_PrevAndNext(long userId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.
 User[] UserPersistence.findByUuid_C_PrevAndNext(long userId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.
 User[] UserPersistenceImpl.findByUuid_C_PrevAndNext(long userId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
 User UserPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
 User UserPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
static User UserUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
 User UserPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
 User UserPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
static User[] UserUtil.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ?.
 User[] UserPersistence.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ?.
 User[] UserPersistenceImpl.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ?.
protected  User UserPersistenceImpl.getByC_CD_MD_PrevAndNext(Session session, User user, long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByC_CD_PrevAndNext(Session session, User user, long companyId, Date createDate, OrderByComparator orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByC_MD_PrevAndNext(Session session, User user, long companyId, Date modifiedDate, OrderByComparator orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByC_S_PrevAndNext(Session session, User user, long companyId, int status, 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_C_PrevAndNext(Session session, User user, String uuid, long companyId, 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.removeByC_DU(long companyId, boolean defaultUser)
          Removes the user where companyId = ? and defaultUser = ? from the database.
 User UserPersistence.removeByC_DU(long companyId, boolean defaultUser)
          Removes the user where companyId = ? and defaultUser = ? from the database.
 User UserPersistenceImpl.removeByC_DU(long companyId, boolean defaultUser)
          Removes the user where companyId = ? and defaultUser = ? from the database.
static User UserUtil.removeByC_EA(long companyId, String emailAddress)
          Removes the user where companyId = ? and emailAddress = ? from the database.
 User UserPersistence.removeByC_EA(long companyId, String emailAddress)
          Removes the user where companyId = ? and emailAddress = ? from the database.
 User UserPersistenceImpl.removeByC_EA(long companyId, String emailAddress)
          Removes the user where companyId = ? and emailAddress = ? from the database.
static User UserUtil.removeByC_FID(long companyId, long facebookId)
          Removes the user where companyId = ? and facebookId = ? from the database.
 User UserPersistence.removeByC_FID(long companyId, long facebookId)
          Removes the user where companyId = ? and facebookId = ? from the database.
 User UserPersistenceImpl.removeByC_FID(long companyId, long facebookId)
          Removes the user where companyId = ? and facebookId = ? from the database.
static User UserUtil.removeByC_O(long companyId, String openId)
          Removes the user where companyId = ? and openId = ? from the database.
 User UserPersistence.removeByC_O(long companyId, String openId)
          Removes the user where companyId = ? and openId = ? from the database.
 User UserPersistenceImpl.removeByC_O(long companyId, String openId)
          Removes the user where companyId = ? and openId = ? from the database.
static User UserUtil.removeByC_SN(long companyId, String screenName)
          Removes the user where companyId = ? and screenName = ? from the database.
 User UserPersistence.removeByC_SN(long companyId, String screenName)
          Removes the user where companyId = ? and screenName = ? from the database.
 User UserPersistenceImpl.removeByC_SN(long companyId, String screenName)
          Removes the user where companyId = ? and screenName = ? from the database.
static User UserUtil.removeByC_U(long companyId, long userId)
          Removes the user where companyId = ? and userId = ? from the database.
 User UserPersistence.removeByC_U(long companyId, long userId)
          Removes the user where companyId = ? and userId = ? from the database.
 User UserPersistenceImpl.removeByC_U(long companyId, long userId)
          Removes the user where companyId = ? and userId = ? from the database.
static User UserUtil.removeByContactId(long contactId)
          Removes the user where contactId = ? from the database.
 User UserPersistence.removeByContactId(long contactId)
          Removes the user where contactId = ? from the database.
 User UserPersistenceImpl.removeByContactId(long contactId)
          Removes the user where contactId = ? from the database.
static User UserUtil.removeByPortraitId(long portraitId)
          Removes the user where portraitId = ? from the database.
 User UserPersistence.removeByPortraitId(long portraitId)
          Removes the user where portraitId = ? from the database.
 User UserPersistenceImpl.removeByPortraitId(long portraitId)
          Removes the user where portraitId = ? from the database.
protected  User UserPersistenceImpl.removeImpl(User user)
           
protected  User UserPersistenceImpl.toUnwrappedModel(User user)
           
static User UserUtil.update(User user)
           
static User UserUtil.update(User user, ServiceContext serviceContext)
           
static User UserUtil.updateImpl(User user)
           
 User UserPersistence.updateImpl(User user)
           
 User UserPersistenceImpl.updateImpl(User user)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type User
static List<User> UserUtil.findAll()
          Returns all the users.
 List<User> UserPersistence.findAll()
          Returns all the users.
 List<User> UserPersistenceImpl.findAll()
          Returns all the users.
static List<User> UserUtil.findAll(int start, int end)
          Returns a range of all the users.
 List<User> UserPersistence.findAll(int start, int end)
          Returns a range of all the users.
 List<User> UserPersistenceImpl.findAll(int start, int end)
          Returns a range of all the users.
static List<User> UserUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users.
 List<User> UserPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users.
 List<User> UserPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users.
static List<User> UserUtil.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate)
          Returns all the users where companyId = ? and createDate = ? and modifiedDate = ?.
 List<User> UserPersistence.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate)
          Returns all the users where companyId = ? and createDate = ? and modifiedDate = ?.
 List<User> UserPersistenceImpl.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate)
          Returns all the users where companyId = ? and createDate = ? and modifiedDate = ?.
static List<User> UserUtil.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate, int start, int end)
          Returns a range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
 List<User> UserPersistence.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate, int start, int end)
          Returns a range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
 List<User> UserPersistenceImpl.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate, int start, int end)
          Returns a range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
static List<User> UserUtil.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
 List<User> UserPersistence.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
 List<User> UserPersistenceImpl.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
static List<User> UserUtil.findByC_CD(long companyId, Date createDate)
          Returns all the users where companyId = ? and createDate = ?.
 List<User> UserPersistence.findByC_CD(long companyId, Date createDate)
          Returns all the users where companyId = ? and createDate = ?.
 List<User> UserPersistenceImpl.findByC_CD(long companyId, Date createDate)
          Returns all the users where companyId = ? and createDate = ?.
static List<User> UserUtil.findByC_CD(long companyId, Date createDate, int start, int end)
          Returns a range of all the users where companyId = ? and createDate = ?.
 List<User> UserPersistence.findByC_CD(long companyId, Date createDate, int start, int end)
          Returns a range of all the users where companyId = ? and createDate = ?.
 List<User> UserPersistenceImpl.findByC_CD(long companyId, Date createDate, int start, int end)
          Returns a range of all the users where companyId = ? and createDate = ?.
static List<User> UserUtil.findByC_CD(long companyId, Date createDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ?.
 List<User> UserPersistence.findByC_CD(long companyId, Date createDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ?.
 List<User> UserPersistenceImpl.findByC_CD(long companyId, Date createDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ?.
static List<User> UserFinderUtil.findByC_FN_MN_LN_SN_EA_S(long companyId, String[] firstNames, String[] middleNames, String[] lastNames, String[] screenNames, String[] emailAddresses, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<User> UserFinder.findByC_FN_MN_LN_SN_EA_S(long companyId, String[] firstNames, String[] middleNames, String[] lastNames, String[] screenNames, String[] emailAddresses, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<User> UserFinderImpl.findByC_FN_MN_LN_SN_EA_S(long companyId, String[] firstNames, String[] middleNames, String[] lastNames, String[] screenNames, String[] emailAddresses, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<User> UserFinderUtil.findByC_FN_MN_LN_SN_EA_S(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<User> UserFinder.findByC_FN_MN_LN_SN_EA_S(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<User> UserFinderImpl.findByC_FN_MN_LN_SN_EA_S(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<User> UserUtil.findByC_MD(long companyId, Date modifiedDate)
          Returns all the users where companyId = ? and modifiedDate = ?.
 List<User> UserPersistence.findByC_MD(long companyId, Date modifiedDate)
          Returns all the users where companyId = ? and modifiedDate = ?.
 List<User> UserPersistenceImpl.findByC_MD(long companyId, Date modifiedDate)
          Returns all the users where companyId = ? and modifiedDate = ?.
static List<User> UserUtil.findByC_MD(long companyId, Date modifiedDate, int start, int end)
          Returns a range of all the users where companyId = ? and modifiedDate = ?.
 List<User> UserPersistence.findByC_MD(long companyId, Date modifiedDate, int start, int end)
          Returns a range of all the users where companyId = ? and modifiedDate = ?.
 List<User> UserPersistenceImpl.findByC_MD(long companyId, Date modifiedDate, int start, int end)
          Returns a range of all the users where companyId = ? and modifiedDate = ?.
static List<User> UserUtil.findByC_MD(long companyId, Date modifiedDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
 List<User> UserPersistence.findByC_MD(long companyId, Date modifiedDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
 List<User> UserPersistenceImpl.findByC_MD(long companyId, Date modifiedDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
static List<User> UserUtil.findByC_S(long companyId, int status)
          Returns all the users where companyId = ? and status = ?.
 List<User> UserPersistence.findByC_S(long companyId, int status)
          Returns all the users where companyId = ? and status = ?.
 List<User> UserPersistenceImpl.findByC_S(long companyId, int status)
          Returns all the users where companyId = ? and status = ?.
static List<User> UserUtil.findByC_S(long companyId, int status, int start, int end)
          Returns a range of all the users where companyId = ? and status = ?.
 List<User> UserPersistence.findByC_S(long companyId, int status, int start, int end)
          Returns a range of all the users where companyId = ? and status = ?.
 List<User> UserPersistenceImpl.findByC_S(long companyId, int status, int start, int end)
          Returns a range of all the users where companyId = ? and status = ?.
static List<User> UserUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and status = ?.
 List<User> UserPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and status = ?.
 List<User> UserPersistenceImpl.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and status = ?.
static List<User> UserUtil.findByCompanyId(long companyId)
          Returns all the users where companyId = ?.
 List<User> UserPersistence.findByCompanyId(long companyId)
          Returns all the users where companyId = ?.
 List<User> UserPersistenceImpl.findByCompanyId(long companyId)
          Returns all the users where companyId = ?.
static List<User> UserUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the users where companyId = ?.
 List<User> UserPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the users where companyId = ?.
 List<User> UserPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the users where companyId = ?.
static List<User> UserUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ?.
 List<User> UserPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ?.
 List<User> UserPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ?.
static List<User> UserUtil.findByEmailAddress(String emailAddress)
          Returns all the users where emailAddress = ?.
 List<User> UserPersistence.findByEmailAddress(String emailAddress)
          Returns all the users where emailAddress = ?.
 List<User> UserPersistenceImpl.findByEmailAddress(String emailAddress)
          Returns all the users where emailAddress = ?.
static List<User> UserUtil.findByEmailAddress(String emailAddress, int start, int end)
          Returns a range of all the users where emailAddress = ?.
 List<User> UserPersistence.findByEmailAddress(String emailAddress, int start, int end)
          Returns a range of all the users where emailAddress = ?.
 List<User> UserPersistenceImpl.findByEmailAddress(String emailAddress, int start, int end)
          Returns a range of all the users where emailAddress = ?.
static List<User> UserUtil.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where emailAddress = ?.
 List<User> UserPersistence.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where emailAddress = ?.
 List<User> UserPersistenceImpl.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where emailAddress = ?.
static List<User> UserFinderUtil.findByKeywords(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<User> UserFinder.findByKeywords(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<User> UserFinderImpl.findByKeywords(long companyId, String keywords, int status, 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_C(String uuid, long companyId)
          Returns all the users where uuid = ? and companyId = ?.
 List<User> UserPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the users where uuid = ? and companyId = ?.
 List<User> UserPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the users where uuid = ? and companyId = ?.
static List<User> UserUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the users where uuid = ? and companyId = ?.
 List<User> UserPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the users where uuid = ? and companyId = ?.
 List<User> UserPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the users where uuid = ? and companyId = ?.
static List<User> UserUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where uuid = ? and companyId = ?.
 List<User> UserPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where uuid = ? and companyId = ?.
 List<User> UserPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where uuid = ? and companyId = ?.
static List<User> UserUtil.findByUuid(String uuid)
          Returns all the users where uuid = ?.
 List<User> UserPersistence.findByUuid(String uuid)
          Returns all the users where uuid = ?.
 List<User> UserPersistenceImpl.findByUuid(String uuid)
          Returns all the users where uuid = ?.
static List<User> UserUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the users where uuid = ?.
 List<User> UserPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the users where uuid = ?.
 List<User> UserPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the users where uuid = ?.
static List<User> UserUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where uuid = ?.
 List<User> UserPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where uuid = ?.
 List<User> UserPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where uuid = ?.
static List<User> UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<User> UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<User> UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<User> UserGroupUtil.getUsers(long pk)
          Returns all the users associated with the user group.
 List<User> UserGroupPersistence.getUsers(long pk)
          Returns all the users associated with the user group.
static List<User> TeamUtil.getUsers(long pk)
          Returns all the users associated with the team.
 List<User> TeamPersistence.getUsers(long pk)
          Returns all the users associated with the team.
static List<User> RoleUtil.getUsers(long pk)
          Returns all the users associated with the role.
 List<User> RolePersistence.getUsers(long pk)
          Returns all the users associated with the role.
static List<User> OrganizationUtil.getUsers(long pk)
          Returns all the users associated with the organization.
 List<User> OrganizationPersistence.getUsers(long pk)
          Returns all the users associated with the organization.
static List<User> GroupUtil.getUsers(long pk)
          Returns all the users associated with the group.
 List<User> GroupPersistence.getUsers(long pk)
          Returns all the users associated with the group.
 List<User> UserGroupPersistenceImpl.getUsers(long pk)
          Returns all the users associated with the user group.
 List<User> TeamPersistenceImpl.getUsers(long pk)
          Returns all the users associated with the team.
 List<User> RolePersistenceImpl.getUsers(long pk)
          Returns all the users associated with the role.
 List<User> OrganizationPersistenceImpl.getUsers(long pk)
          Returns all the users associated with the organization.
 List<User> GroupPersistenceImpl.getUsers(long pk)
          Returns all the users associated with the group.
static List<User> UserGroupUtil.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the user group.
 List<User> UserGroupPersistence.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the user group.
static List<User> TeamUtil.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the team.
 List<User> TeamPersistence.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the team.
static List<User> RoleUtil.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the role.
 List<User> RolePersistence.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the role.
static List<User> OrganizationUtil.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the organization.
 List<User> OrganizationPersistence.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the organization.
static List<User> GroupUtil.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the group.
 List<User> GroupPersistence.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the group.
 List<User> UserGroupPersistenceImpl.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the user group.
 List<User> TeamPersistenceImpl.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the team.
 List<User> RolePersistenceImpl.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the role.
 List<User> OrganizationPersistenceImpl.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the organization.
 List<User> GroupPersistenceImpl.getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the group.
static List<User> UserGroupUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the user group.
 List<User> UserGroupPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns 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)
          Returns an ordered range of all the users associated with the team.
 List<User> TeamPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the team.
static List<User> RoleUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the role.
 List<User> RolePersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the role.
static List<User> OrganizationUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the organization.
 List<User> OrganizationPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the organization.
static List<User> GroupUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the group.
 List<User> GroupPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the group.
 List<User> UserGroupPersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the user group.
 List<User> TeamPersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the team.
 List<User> RolePersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the role.
 List<User> OrganizationPersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the organization.
 List<User> GroupPersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns 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 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 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.
protected  void UserPersistenceImpl.cacheUniqueFindersCache(User user)
           
static void UserUtil.clearCache(User user)
           
 void UserPersistenceImpl.clearCache(User user)
          Clears the cache for the user.
protected  void UserPersistenceImpl.clearUniqueFindersCache(User user)
           
protected  User UserPersistenceImpl.getByC_CD_MD_PrevAndNext(Session session, User user, long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByC_CD_PrevAndNext(Session session, User user, long companyId, Date createDate, OrderByComparator orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByC_MD_PrevAndNext(Session session, User user, long companyId, Date modifiedDate, OrderByComparator orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByC_S_PrevAndNext(Session session, User user, long companyId, int status, 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_C_PrevAndNext(Session session, User user, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByUuid_PrevAndNext(Session session, User user, String uuid, OrderByComparator orderByComparator, boolean previous)
           
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 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 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)
           
static User UserUtil.update(User user, ServiceContext serviceContext)
           
static User UserUtil.updateImpl(User user)
           
 User UserPersistence.updateImpl(User user)
           
 User UserPersistenceImpl.updateImpl(User user)
           
 

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 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 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.
 void UserPersistenceImpl.clearCache(List<User> users)
           
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 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 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 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 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.servlet
 

Methods in com.liferay.portal.servlet that return User
 User UserResolver.getUser()
           
 

Uses of User in com.liferay.portal.sharepoint
 

Methods in com.liferay.portal.sharepoint that return User
 User SharepointRequest.getUser()
           
 

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.staging
 

Methods in com.liferay.portal.staging with parameters of type User
 void StagingImpl.deleteRecentLayoutRevisionId(User user, long layoutSetBranchId, long plid)
           
protected  PortalPreferences StagingImpl.getPortalPreferences(User user)
           
 long StagingImpl.getRecentLayoutRevisionId(User user, long layoutSetBranchId, long plid)
           
 long StagingImpl.getRecentLayoutSetBranchId(User user, long layoutSetId)
           
 void StagingImpl.setRecentLayoutBranchId(User user, long layoutSetBranchId, long plid, long layoutBranchId)
           
 void StagingImpl.setRecentLayoutRevisionId(User user, long layoutSetBranchId, long plid, long layoutRevisionId)
           
 void StagingImpl.setRecentLayoutSetBranchId(User user, long layoutSetId, long layoutSetBranchId)
           
 

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, List<Long> groupIds, List<Long> organizationIds, 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.getPortletLongTitle(Portlet portlet, User user)
           
 String Portal.getPortletLongTitle(Portlet portlet, User user)
           
 String PortalImpl.getPortletLongTitle(Portlet portlet, User user)
           
static String PortalUtil.getPortletLongTitle(String portletId, User user)
           
 String Portal.getPortletLongTitle(String portletId, User user)
           
 String PortalImpl.getPortletLongTitle(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)
           
protected  boolean SubscriptionSender.hasPermission(Subscription subscription, User user)
           
static boolean PortalUtil.isCommunityAdmin(User user, long groupId)
          Deprecated. As of 6.1, renamed to PortalUtil.isGroupAdmin(User, long)
 boolean Portal.isCommunityAdmin(User user, long groupId)
          Deprecated. As of 6.1, renamed to Portal.isGroupAdmin(User, long)
 boolean PortalImpl.isCommunityAdmin(User user, long groupId)
          Deprecated. As of 6.1, renamed to PortalImpl.isGroupAdmin(User, long)
static boolean PortalUtil.isCommunityOwner(User user, long groupId)
          Deprecated. As of 6.1, renamed to PortalUtil.isGroupOwner(User, long)
 boolean Portal.isCommunityOwner(User user, long groupId)
          Deprecated. As of 6.1, renamed to Portal.isGroupOwner(User, long)
 boolean PortalImpl.isCommunityOwner(User user, long groupId)
          Deprecated. As of 6.1, renamed to PortalImpl.isGroupOwner(User, long)
static boolean PortalUtil.isCompanyAdmin(User user)
           
 boolean Portal.isCompanyAdmin(User user)
           
 boolean PortalImpl.isCompanyAdmin(User user)
           
static boolean PortalUtil.isGroupAdmin(User user, long groupId)
           
 boolean Portal.isGroupAdmin(User user, long groupId)
           
 boolean PortalImpl.isGroupAdmin(User user, long groupId)
           
static boolean PortalUtil.isGroupOwner(User user, long groupId)
           
 boolean Portal.isGroupOwner(User user, long groupId)
           
 boolean PortalImpl.isGroupOwner(User user, long groupId)
           
 void PortletLister.setUser(User user)
           
 void PortletListerImpl.setUser(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.processPrincipalException(Throwable t, User user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
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)
           
 

Methods in com.liferay.portlet.admin.util with parameters of type User
static boolean OmniadminUtil.isOmniadmin(User user)
           
 

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

Methods in com.liferay.portlet.assetpublisher.util with parameters of type User
static void AssetPublisherUtil.addUserAttributes(User user, String[] customUserAttributeNames, AssetEntryQuery assetEntryQuery)
           
 

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 startCalendar, Calendar nowCalendar)
           
 

Uses of User in com.liferay.portlet.directory.asset
 

Constructors in com.liferay.portlet.directory.asset with parameters of type User
UserAssetRenderer(User user)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service with parameters of type User
 void DLAppHelperLocalServiceWrapper.updateDependentStatus(User user, List<Object> dlFileEntriesAndDLFolders, int status)
           
static void DLAppHelperLocalServiceUtil.updateDependentStatus(User user, List<Object> dlFileEntriesAndDLFolders, int status)
           
 void DLAppHelperLocalService.updateDependentStatus(User user, List<Object> dlFileEntriesAndDLFolders, int status)
           
 

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 dlFileEntry, Date modifiedDate, String extension, String mimeType, String title, String description, String changeLog, String extraSettings, long fileEntryTypeId, Map<String,Fields> fieldsMap, String version, long size, int status, ServiceContext serviceContext)
           
 void DLAppHelperLocalServiceImpl.updateDependentStatus(User user, List<Object> dlFileEntriesAndDLFolders, int status)
           
protected  DLFileVersion DLFileEntryLocalServiceImpl.updateFileVersion(User user, DLFileVersion dlFileVersion, String sourceFileName, String extension, String mimeType, String title, String description, String changeLog, String extraSettings, long fileEntryTypeId, Map<String,Fields> fieldsMap, String version, long size, int status, Date statusDate, ServiceContext serviceContext)
           
protected  void DLFileShortcutLocalServiceImpl.validate(User user, long toFileEntryId)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.service.impl with parameters of type User
protected  DDLRecordVersion DDLRecordLocalServiceImpl.addRecordVersion(User user, DDLRecord record, long ddmStorageId, String version, int displayIndex, int status)
           
protected  void DDLRecordLocalServiceImpl.updateRecordVersion(User user, DDLRecordVersion recordVersion, String version, int displayIndex, int status, ServiceContext serviceContext)
           
 

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.journal.service.impl
 

Methods in com.liferay.portlet.journal.service.impl with parameters of type User
protected  void JournalArticleLocalServiceImpl.format(User user, long groupId, String articleId, double version, boolean incrementVersion, Element root, Map<String,byte[]> images)
           
protected  String JournalArticleLocalServiceImpl.format(User user, long groupId, String articleId, double version, boolean incrementVersion, String content, String structureId, Map<String,byte[]> images)
           
 

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)
           
 

Methods in com.liferay.portlet.login.action with parameters of type User
protected  void FacebookConnectAction.updateUser(User user, JSONObject jsonObject)
           
 

Uses of User in com.liferay.portlet.messageboards.service
 

Methods in com.liferay.portlet.messageboards.service with parameters of type User
 void MBCategoryLocalServiceWrapper.updateDependentStatus(User user, List<Object> categoriesAndThreads, int status)
           
static void MBCategoryLocalServiceUtil.updateDependentStatus(User user, List<Object> categoriesAndThreads, int status)
           
 void MBCategoryLocalService.updateDependentStatus(User user, List<Object> categoriesAndThreads, int status)
           
 

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

Methods in com.liferay.portlet.messageboards.service.impl with parameters of type User
 void MBCategoryLocalServiceImpl.updateDependentStatus(User user, List<Object> categoriesAndThreads, int status)
           
protected  void MBMessageLocalServiceImpl.updateThreadStatus(MBThread thread, MBMessage message, User user, int oldStatus, Date modifiedDate)
           
 

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

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

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

Methods in com.liferay.portlet.sites.util with parameters of type User
static boolean SitesUtil.isOrganizationUser(long companyId, Group group, User user, List<String> organizationNames)
           
static boolean SitesUtil.isUserGroupUser(long companyId, Group group, User user, List<String> userGroupNames)
           
 

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

Methods in com.liferay.portlet.social.service.impl with parameters of type User
protected  boolean SocialActivityCounterLocalServiceImpl.addActivityCounter(User user, User assetEntryUser, SocialActivityCounterDefinition activityCounterDefinition)
           
protected  boolean SocialActivityCounterLocalServiceImpl.checkActivityLimit(User user, SocialActivity activity, SocialActivityCounterDefinition activityCounterDefinition)
           
protected  void SocialActivityCounterLocalServiceImpl.incrementActivityCounter(long groupId, User user, AssetEntry assetEntry, SocialActivityCounterDefinition activityCounterDefinition)
           
 

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

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

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

Methods in com.liferay.portlet.usersadmin.action with parameters of type User
protected  List<AnnouncementsDelivery> EditUserAction.getAnnouncementsDeliveries(ActionRequest actionRequest, User user)
           
protected  String ExportUsersAction.getUserCSV(User user)
           
 

Uses of User in com.liferay.portlet.usersadmin.atom
 

Methods in com.liferay.portlet.usersadmin.atom that return User
protected  User UserAtomCollectionAdapter.doGetEntry(String resourceName, AtomRequestContext atomRequestContext)
           
 

Methods in com.liferay.portlet.usersadmin.atom that return types with arguments of type User
protected  Iterable<User> UserAtomCollectionAdapter.doGetFeedEntries(AtomRequestContext atomRequestContext)
           
 

Methods in com.liferay.portlet.usersadmin.atom with parameters of type User
 List<String> UserAtomCollectionAdapter.getEntryAuthors(User user)
           
 AtomEntryContent UserAtomCollectionAdapter.getEntryContent(User user, AtomRequestContext atomRequestContext)
           
 String UserAtomCollectionAdapter.getEntryId(User user)
           
 String UserAtomCollectionAdapter.getEntrySummary(User user)
           
 String UserAtomCollectionAdapter.getEntryTitle(User user)
           
 Date UserAtomCollectionAdapter.getEntryUpdated(User user)
           
 

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

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

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

Methods in com.liferay.portlet.usersadmin.util with parameters of type User
static long[] UsersAdminUtil.addRequiredRoles(User user, long[] roleIds)
           
 long[] UsersAdmin.addRequiredRoles(User user, long[] roleIds)
           
 long[] UsersAdminImpl.addRequiredRoles(User user, long[] roleIds)
           
static boolean UsersAdminUtil.hasUpdateEmailAddress(PermissionChecker permissionChecker, User user)
           
 boolean UsersAdmin.hasUpdateEmailAddress(PermissionChecker permissionChecker, User user)
           
 boolean UsersAdminImpl.hasUpdateEmailAddress(PermissionChecker permissionChecker, User user)
           
static boolean UsersAdminUtil.hasUpdateScreenName(PermissionChecker permissionChecker, User user)
           
 boolean UsersAdmin.hasUpdateScreenName(PermissionChecker permissionChecker, User user)
           
 boolean UsersAdminImpl.hasUpdateScreenName(PermissionChecker permissionChecker, User user)
           
static long[] UsersAdminUtil.removeRequiredRoles(User user, long[] roleIds)
           
 long[] UsersAdmin.removeRequiredRoles(User user, long[] roleIds)
           
 long[] UsersAdminImpl.removeRequiredRoles(User user, long[] roleIds)
           
 

Uses of User in com.liferay.util.bridges.alloy
 

Fields in com.liferay.util.bridges.alloy declared as User
protected  User BaseAlloyControllerImpl.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.2.0-ce-m4