com.liferay.portal.service
Class UserLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.UserLocalServiceWrapper
- All Implemented Interfaces:
- UserLocalService
public class UserLocalServiceWrapper
- extends java.lang.Object
- implements UserLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for UserLocalService.
- Author:
- Brian Wing Shun Chan
- See Also:
UserLocalService- Generated:
|
Method Summary |
void |
addDefaultGroups(long userId)
|
void |
addDefaultRoles(long userId)
|
void |
addDefaultUserGroups(long userId)
|
void |
addGroupUsers(long groupId,
long[] userIds)
|
void |
addOrganizationUsers(long organizationId,
long[] userIds)
|
void |
addPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
|
void |
addRoleUsers(long roleId,
long[] userIds)
|
User |
addUser(long creatorUserId,
long companyId,
boolean autoPassword,
java.lang.String password1,
java.lang.String password2,
boolean autoScreenName,
java.lang.String screenName,
java.lang.String emailAddress,
java.lang.String openId,
java.util.Locale locale,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
java.lang.String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
|
User |
addUser(User user)
|
void |
addUserGroupUsers(long userGroupId,
long[] userIds)
|
int |
authenticateByEmailAddress(long companyId,
java.lang.String emailAddress,
java.lang.String password,
java.util.Map<java.lang.String,java.lang.String[]> headerMap,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap)
|
int |
authenticateByScreenName(long companyId,
java.lang.String screenName,
java.lang.String password,
java.util.Map<java.lang.String,java.lang.String[]> headerMap,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap)
|
int |
authenticateByUserId(long companyId,
long userId,
java.lang.String password,
java.util.Map<java.lang.String,java.lang.String[]> headerMap,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap)
|
long |
authenticateForBasic(long companyId,
java.lang.String authType,
java.lang.String login,
java.lang.String password)
|
boolean |
authenticateForJAAS(long userId,
java.lang.String encPassword)
|
void |
checkLockout(User user)
|
void |
checkLoginFailure(User user)
|
void |
checkLoginFailureByEmailAddress(long companyId,
java.lang.String emailAddress)
|
void |
checkLoginFailureById(long userId)
|
void |
checkLoginFailureByScreenName(long companyId,
java.lang.String screenName)
|
void |
checkPasswordExpired(User user)
|
void |
clearOrganizationUsers(long organizationId)
|
void |
clearUserGroupUsers(long userGroupId)
|
User |
createUser(long userId)
|
com.liferay.portal.kernel.util.KeyValuePair |
decryptUserId(long companyId,
java.lang.String name,
java.lang.String password)
|
void |
deletePasswordPolicyUser(long passwordPolicyId,
long userId)
|
void |
deletePortrait(long userId)
|
void |
deleteRoleUser(long roleId,
long userId)
|
void |
deleteUser(long userId)
|
void |
deleteUser(User user)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.lang.String |
encryptUserId(java.lang.String name)
|
java.util.List<User> |
getCompanyUsers(long companyId,
int start,
int end)
|
int |
getCompanyUsersCount(long companyId)
|
User |
getDefaultUser(long companyId)
|
long |
getDefaultUserId(long companyId)
|
long[] |
getGroupUserIds(long groupId)
|
java.util.List<User> |
getGroupUsers(long groupId)
|
int |
getGroupUsersCount(long groupId)
|
int |
getGroupUsersCount(long groupId,
boolean active)
|
java.util.List<User> |
getNoAnnouncementsDeliveries(java.lang.String type)
|
java.util.List<User> |
getNoContacts()
|
java.util.List<User> |
getNoGroups()
|
long[] |
getOrganizationUserIds(long organizationId)
|
java.util.List<User> |
getOrganizationUsers(long organizationId)
|
int |
getOrganizationUsersCount(long organizationId)
|
int |
getOrganizationUsersCount(long organizationId,
boolean active)
|
long[] |
getRoleUserIds(long roleId)
|
java.util.List<User> |
getRoleUsers(long roleId)
|
java.util.List<User> |
getRoleUsers(long roleId,
int start,
int end)
|
int |
getRoleUsersCount(long roleId)
|
int |
getRoleUsersCount(long roleId,
boolean active)
|
java.util.List<User> |
getSocialUsers(long userId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<User> |
getSocialUsers(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<User> |
getSocialUsers(long userId1,
long userId2,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<User> |
getSocialUsers(long userId1,
long userId2,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getSocialUsersCount(long userId)
|
int |
getSocialUsersCount(long userId,
int type)
|
int |
getSocialUsersCount(long userId1,
long userId2)
|
int |
getSocialUsersCount(long userId1,
long userId2,
int type)
|
User |
getUser(long userId)
|
User |
getUserByContactId(long contactId)
|
User |
getUserByEmailAddress(long companyId,
java.lang.String emailAddress)
|
User |
getUserById(long userId)
|
User |
getUserById(long companyId,
long userId)
|
User |
getUserByOpenId(java.lang.String openId)
|
User |
getUserByPortraitId(long portraitId)
|
User |
getUserByScreenName(long companyId,
java.lang.String screenName)
|
User |
getUserByUuid(java.lang.String uuid)
|
java.util.List<User> |
getUserGroupUsers(long userGroupId)
|
int |
getUserGroupUsersCount(long userGroupId)
|
int |
getUserGroupUsersCount(long userGroupId,
boolean active)
|
long |
getUserIdByEmailAddress(long companyId,
java.lang.String emailAddress)
|
long |
getUserIdByScreenName(long companyId,
java.lang.String screenName)
|
java.util.List<User> |
getUsers(int start,
int end)
|
int |
getUsersCount()
|
UserLocalService |
getWrappedUserLocalService()
|
boolean |
hasGroupUser(long groupId,
long userId)
|
boolean |
hasOrganizationUser(long organizationId,
long userId)
|
boolean |
hasPasswordPolicyUser(long passwordPolicyId,
long userId)
|
boolean |
hasRoleUser(long roleId,
long userId)
|
boolean |
hasRoleUser(long companyId,
java.lang.String name,
long userId,
boolean inherited)
|
boolean |
hasUserGroupUser(long userGroupId,
long userId)
|
boolean |
isPasswordExpired(User user)
|
boolean |
isPasswordExpiringSoon(User user)
|
java.util.List<User> |
search(long companyId,
java.lang.String keywords,
java.lang.Boolean active,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portal.kernel.search.Hits |
search(long companyId,
java.lang.String keywords,
java.lang.Boolean active,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort)
|
java.util.List<User> |
search(long companyId,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
java.lang.String screenName,
java.lang.String emailAddress,
java.lang.Boolean active,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andSearch,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portal.kernel.search.Hits |
search(long companyId,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
java.lang.String screenName,
java.lang.String emailAddress,
java.lang.Boolean active,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andSearch,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort)
|
int |
searchCount(long companyId,
java.lang.String keywords,
java.lang.Boolean active,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params)
|
int |
searchCount(long companyId,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
java.lang.String screenName,
java.lang.String emailAddress,
java.lang.Boolean active,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andSearch)
|
void |
sendPassword(long companyId,
java.lang.String emailAddress,
java.lang.String remoteAddr,
java.lang.String remoteHost,
java.lang.String userAgent,
java.lang.String fromName,
java.lang.String fromAddress,
java.lang.String subject,
java.lang.String body)
|
void |
setRoleUsers(long roleId,
long[] userIds)
|
void |
setUserGroupUsers(long userGroupId,
long[] userIds)
|
void |
unsetGroupUsers(long groupId,
long[] userIds)
|
void |
unsetOrganizationUsers(long organizationId,
long[] userIds)
|
void |
unsetPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
|
void |
unsetRoleUsers(long roleId,
java.util.List<User> users)
|
void |
unsetRoleUsers(long roleId,
long[] userIds)
|
void |
unsetUserGroupUsers(long userGroupId,
long[] userIds)
|
User |
updateActive(long userId,
boolean active)
|
User |
updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
|
void |
updateAsset(long userId,
User user,
long[] assetCategoryIds,
java.lang.String[] assetTagNames)
|
User |
updateCreateDate(long userId,
java.util.Date createDate)
|
User |
updateEmailAddress(long userId,
java.lang.String password,
java.lang.String emailAddress1,
java.lang.String emailAddress2)
|
void |
updateGroups(long userId,
long[] newGroupIds)
|
User |
updateLastLogin(long userId,
java.lang.String loginIP)
|
User |
updateLockout(User user,
boolean lockout)
|
User |
updateLockoutByEmailAddress(long companyId,
java.lang.String emailAddress,
boolean lockout)
|
User |
updateLockoutById(long userId,
boolean lockout)
|
User |
updateLockoutByScreenName(long companyId,
java.lang.String screenName,
boolean lockout)
|
User |
updateModifiedDate(long userId,
java.util.Date modifiedDate)
|
void |
updateOpenId(long userId,
java.lang.String openId)
|
void |
updateOrganizations(long userId,
long[] newOrganizationIds)
|
User |
updatePassword(long userId,
java.lang.String password1,
java.lang.String password2,
boolean passwordReset)
|
User |
updatePassword(long userId,
java.lang.String password1,
java.lang.String password2,
boolean passwordReset,
boolean silentUpdate)
|
User |
updatePasswordManually(long userId,
java.lang.String password,
boolean passwordEncrypted,
boolean passwordReset,
java.util.Date passwordModifiedDate)
|
void |
updatePasswordReset(long userId,
boolean passwordReset)
|
void |
updatePortrait(long userId,
byte[] bytes)
|
void |
updateReminderQuery(long userId,
java.lang.String question,
java.lang.String answer)
|
void |
updateScreenName(long userId,
java.lang.String screenName)
|
User |
updateUser(long userId,
java.lang.String oldPassword,
java.lang.String newPassword1,
java.lang.String newPassword2,
boolean passwordReset,
java.lang.String reminderQueryQuestion,
java.lang.String reminderQueryAnswer,
java.lang.String screenName,
java.lang.String emailAddress,
java.lang.String openId,
java.lang.String languageId,
java.lang.String timeZoneId,
java.lang.String greeting,
java.lang.String comments,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
java.lang.String smsSn,
java.lang.String aimSn,
java.lang.String facebookSn,
java.lang.String icqSn,
java.lang.String jabberSn,
java.lang.String msnSn,
java.lang.String mySpaceSn,
java.lang.String skypeSn,
java.lang.String twitterSn,
java.lang.String ymSn,
java.lang.String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
java.util.List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
ServiceContext serviceContext)
|
User |
updateUser(User user)
|
User |
updateUser(User user,
boolean merge)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserLocalServiceWrapper
public UserLocalServiceWrapper(UserLocalService userLocalService)
addUser
public User addUser(User user)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createUser
public User createUser(long userId)
- Specified by:
createUser in interface UserLocalService
deleteUser
public void deleteUser(long userId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteUser
public void deleteUser(User user)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUser
public User getUser(long userId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUsers
public java.util.List<User> getUsers(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUsersCount
public int getUsersCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUsersCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateUser
public User updateUser(User user)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateUser
public User updateUser(User user,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addDefaultGroups
public void addDefaultGroups(long userId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addDefaultGroups in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addDefaultRoles
public void addDefaultRoles(long userId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addDefaultRoles in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addDefaultUserGroups
public void addDefaultUserGroups(long userId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addDefaultUserGroups in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addGroupUsers
public void addGroupUsers(long groupId,
long[] userIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addGroupUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addOrganizationUsers
public void addOrganizationUsers(long organizationId,
long[] userIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addOrganizationUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addPasswordPolicyUsers
public void addPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addPasswordPolicyUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addRoleUsers
public void addRoleUsers(long roleId,
long[] userIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addRoleUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addUser
public User addUser(long creatorUserId,
long companyId,
boolean autoPassword,
java.lang.String password1,
java.lang.String password2,
boolean autoScreenName,
java.lang.String screenName,
java.lang.String emailAddress,
java.lang.String openId,
java.util.Locale locale,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
java.lang.String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addUserGroupUsers
public void addUserGroupUsers(long userGroupId,
long[] userIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addUserGroupUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
authenticateByEmailAddress
public int authenticateByEmailAddress(long companyId,
java.lang.String emailAddress,
java.lang.String password,
java.util.Map<java.lang.String,java.lang.String[]> headerMap,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
authenticateByEmailAddress in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
authenticateByScreenName
public int authenticateByScreenName(long companyId,
java.lang.String screenName,
java.lang.String password,
java.util.Map<java.lang.String,java.lang.String[]> headerMap,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
authenticateByScreenName in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
authenticateByUserId
public int authenticateByUserId(long companyId,
long userId,
java.lang.String password,
java.util.Map<java.lang.String,java.lang.String[]> headerMap,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
authenticateByUserId in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
authenticateForBasic
public long authenticateForBasic(long companyId,
java.lang.String authType,
java.lang.String login,
java.lang.String password)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
authenticateForBasic in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
authenticateForJAAS
public boolean authenticateForJAAS(long userId,
java.lang.String encPassword)
- Specified by:
authenticateForJAAS in interface UserLocalService
checkLockout
public void checkLockout(User user)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
checkLockout in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
checkLoginFailure
public void checkLoginFailure(User user)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
checkLoginFailure in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
checkLoginFailureByEmailAddress
public void checkLoginFailureByEmailAddress(long companyId,
java.lang.String emailAddress)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
checkLoginFailureByEmailAddress in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
checkLoginFailureById
public void checkLoginFailureById(long userId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
checkLoginFailureById in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
checkLoginFailureByScreenName
public void checkLoginFailureByScreenName(long companyId,
java.lang.String screenName)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
checkLoginFailureByScreenName in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
checkPasswordExpired
public void checkPasswordExpired(User user)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
checkPasswordExpired in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
clearOrganizationUsers
public void clearOrganizationUsers(long organizationId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
clearOrganizationUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
clearUserGroupUsers
public void clearUserGroupUsers(long userGroupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
clearUserGroupUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
decryptUserId
public com.liferay.portal.kernel.util.KeyValuePair decryptUserId(long companyId,
java.lang.String name,
java.lang.String password)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
decryptUserId in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deletePasswordPolicyUser
public void deletePasswordPolicyUser(long passwordPolicyId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deletePasswordPolicyUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deletePortrait
public void deletePortrait(long userId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deletePortrait in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRoleUser
public void deleteRoleUser(long roleId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteRoleUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
encryptUserId
public java.lang.String encryptUserId(java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
encryptUserId in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCompanyUsers
public java.util.List<User> getCompanyUsers(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCompanyUsersCount
public int getCompanyUsersCount(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyUsersCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDefaultUser
public User getDefaultUser(long companyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getDefaultUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getDefaultUserId
public long getDefaultUserId(long companyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getDefaultUserId in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getGroupUserIds
public long[] getGroupUserIds(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getGroupUserIds in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getGroupUsers
public java.util.List<User> getGroupUsers(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getGroupUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getGroupUsersCount
public int getGroupUsersCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getGroupUsersCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getGroupUsersCount
public int getGroupUsersCount(long groupId,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getGroupUsersCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getNoAnnouncementsDeliveries
public java.util.List<User> getNoAnnouncementsDeliveries(java.lang.String type)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getNoAnnouncementsDeliveries in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getNoContacts
public java.util.List<User> getNoContacts()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getNoContacts in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getNoGroups
public java.util.List<User> getNoGroups()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getNoGroups in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getOrganizationUserIds
public long[] getOrganizationUserIds(long organizationId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getOrganizationUserIds in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getOrganizationUsers
public java.util.List<User> getOrganizationUsers(long organizationId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getOrganizationUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getOrganizationUsersCount
public int getOrganizationUsersCount(long organizationId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getOrganizationUsersCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getOrganizationUsersCount
public int getOrganizationUsersCount(long organizationId,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getOrganizationUsersCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getRoleUserIds
public long[] getRoleUserIds(long roleId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRoleUserIds in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRoleUsers
public java.util.List<User> getRoleUsers(long roleId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRoleUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRoleUsers
public java.util.List<User> getRoleUsers(long roleId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRoleUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRoleUsersCount
public int getRoleUsersCount(long roleId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRoleUsersCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRoleUsersCount
public int getRoleUsersCount(long roleId,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRoleUsersCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getSocialUsers
public java.util.List<User> getSocialUsers(long userId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSocialUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getSocialUsers
public java.util.List<User> getSocialUsers(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSocialUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getSocialUsers
public java.util.List<User> getSocialUsers(long userId1,
long userId2,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSocialUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getSocialUsers
public java.util.List<User> getSocialUsers(long userId1,
long userId2,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSocialUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getSocialUsersCount
public int getSocialUsersCount(long userId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSocialUsersCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getSocialUsersCount
public int getSocialUsersCount(long userId,
int type)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSocialUsersCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getSocialUsersCount
public int getSocialUsersCount(long userId1,
long userId2)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSocialUsersCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getSocialUsersCount
public int getSocialUsersCount(long userId1,
long userId2,
int type)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSocialUsersCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserByContactId
public User getUserByContactId(long contactId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserByContactId in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserByEmailAddress
public User getUserByEmailAddress(long companyId,
java.lang.String emailAddress)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserByEmailAddress in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserById
public User getUserById(long userId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserById in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserById
public User getUserById(long companyId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserById in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserByOpenId
public User getUserByOpenId(java.lang.String openId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserByOpenId in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserByPortraitId
public User getUserByPortraitId(long portraitId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserByPortraitId in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserByScreenName
public User getUserByScreenName(long companyId,
java.lang.String screenName)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserByScreenName in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserByUuid
public User getUserByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserByUuid in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserGroupUsers
public java.util.List<User> getUserGroupUsers(long userGroupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserGroupUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserGroupUsersCount
public int getUserGroupUsersCount(long userGroupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserGroupUsersCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserGroupUsersCount
public int getUserGroupUsersCount(long userGroupId,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserGroupUsersCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserIdByEmailAddress
public long getUserIdByEmailAddress(long companyId,
java.lang.String emailAddress)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserIdByEmailAddress in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserIdByScreenName
public long getUserIdByScreenName(long companyId,
java.lang.String screenName)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserIdByScreenName in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
hasGroupUser
public boolean hasGroupUser(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
hasGroupUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
hasOrganizationUser
public boolean hasOrganizationUser(long organizationId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
hasOrganizationUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
hasPasswordPolicyUser
public boolean hasPasswordPolicyUser(long passwordPolicyId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
hasPasswordPolicyUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
hasRoleUser
public boolean hasRoleUser(long roleId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
hasRoleUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
hasRoleUser
public boolean hasRoleUser(long companyId,
java.lang.String name,
long userId,
boolean inherited)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
hasRoleUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
hasUserGroupUser
public boolean hasUserGroupUser(long userGroupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
hasUserGroupUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
isPasswordExpired
public boolean isPasswordExpired(User user)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
isPasswordExpired in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
isPasswordExpiringSoon
public boolean isPasswordExpiringSoon(User user)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
isPasswordExpiringSoon in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
search
public java.util.List<User> search(long companyId,
java.lang.String keywords,
java.lang.Boolean active,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
search in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
search
public com.liferay.portal.kernel.search.Hits search(long companyId,
java.lang.String keywords,
java.lang.Boolean active,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
search in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
search
public java.util.List<User> search(long companyId,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
java.lang.String screenName,
java.lang.String emailAddress,
java.lang.Boolean active,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andSearch,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
search in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
search
public com.liferay.portal.kernel.search.Hits search(long companyId,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
java.lang.String screenName,
java.lang.String emailAddress,
java.lang.Boolean active,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andSearch,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
search in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
searchCount
public int searchCount(long companyId,
java.lang.String keywords,
java.lang.Boolean active,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
searchCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
searchCount
public int searchCount(long companyId,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
java.lang.String screenName,
java.lang.String emailAddress,
java.lang.Boolean active,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andSearch)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
searchCount in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
sendPassword
public void sendPassword(long companyId,
java.lang.String emailAddress,
java.lang.String remoteAddr,
java.lang.String remoteHost,
java.lang.String userAgent,
java.lang.String fromName,
java.lang.String fromAddress,
java.lang.String subject,
java.lang.String body)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
sendPassword in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setRoleUsers
public void setRoleUsers(long roleId,
long[] userIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setRoleUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setUserGroupUsers
public void setUserGroupUsers(long userGroupId,
long[] userIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setUserGroupUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
unsetGroupUsers
public void unsetGroupUsers(long groupId,
long[] userIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
unsetGroupUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
unsetOrganizationUsers
public void unsetOrganizationUsers(long organizationId,
long[] userIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
unsetOrganizationUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
unsetPasswordPolicyUsers
public void unsetPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
unsetPasswordPolicyUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
unsetRoleUsers
public void unsetRoleUsers(long roleId,
java.util.List<User> users)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
unsetRoleUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
unsetRoleUsers
public void unsetRoleUsers(long roleId,
long[] userIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
unsetRoleUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
unsetUserGroupUsers
public void unsetUserGroupUsers(long userGroupId,
long[] userIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
unsetUserGroupUsers in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateActive
public User updateActive(long userId,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateActive in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateAgreedToTermsOfUse
public User updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateAgreedToTermsOfUse in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateAsset
public void updateAsset(long userId,
User user,
long[] assetCategoryIds,
java.lang.String[] assetTagNames)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateAsset in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateCreateDate
public User updateCreateDate(long userId,
java.util.Date createDate)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateCreateDate in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateEmailAddress
public User updateEmailAddress(long userId,
java.lang.String password,
java.lang.String emailAddress1,
java.lang.String emailAddress2)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateEmailAddress in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateGroups
public void updateGroups(long userId,
long[] newGroupIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateGroups in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateLastLogin
public User updateLastLogin(long userId,
java.lang.String loginIP)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateLastLogin in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateLockout
public User updateLockout(User user,
boolean lockout)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateLockout in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateLockoutByEmailAddress
public User updateLockoutByEmailAddress(long companyId,
java.lang.String emailAddress,
boolean lockout)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateLockoutByEmailAddress in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateLockoutById
public User updateLockoutById(long userId,
boolean lockout)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateLockoutById in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateLockoutByScreenName
public User updateLockoutByScreenName(long companyId,
java.lang.String screenName,
boolean lockout)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateLockoutByScreenName in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateModifiedDate
public User updateModifiedDate(long userId,
java.util.Date modifiedDate)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateModifiedDate in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateOpenId
public void updateOpenId(long userId,
java.lang.String openId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateOpenId in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateOrganizations
public void updateOrganizations(long userId,
long[] newOrganizationIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateOrganizations in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updatePassword
public User updatePassword(long userId,
java.lang.String password1,
java.lang.String password2,
boolean passwordReset)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updatePassword in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updatePassword
public User updatePassword(long userId,
java.lang.String password1,
java.lang.String password2,
boolean passwordReset,
boolean silentUpdate)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updatePassword in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updatePasswordManually
public User updatePasswordManually(long userId,
java.lang.String password,
boolean passwordEncrypted,
boolean passwordReset,
java.util.Date passwordModifiedDate)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updatePasswordManually in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updatePasswordReset
public void updatePasswordReset(long userId,
boolean passwordReset)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updatePasswordReset in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updatePortrait
public void updatePortrait(long userId,
byte[] bytes)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updatePortrait in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateReminderQuery
public void updateReminderQuery(long userId,
java.lang.String question,
java.lang.String answer)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateReminderQuery in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateScreenName
public void updateScreenName(long userId,
java.lang.String screenName)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateScreenName in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateUser
public User updateUser(long userId,
java.lang.String oldPassword,
java.lang.String newPassword1,
java.lang.String newPassword2,
boolean passwordReset,
java.lang.String reminderQueryQuestion,
java.lang.String reminderQueryAnswer,
java.lang.String screenName,
java.lang.String emailAddress,
java.lang.String openId,
java.lang.String languageId,
java.lang.String timeZoneId,
java.lang.String greeting,
java.lang.String comments,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
java.lang.String smsSn,
java.lang.String aimSn,
java.lang.String facebookSn,
java.lang.String icqSn,
java.lang.String jabberSn,
java.lang.String msnSn,
java.lang.String mySpaceSn,
java.lang.String skypeSn,
java.lang.String twitterSn,
java.lang.String ymSn,
java.lang.String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
java.util.List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateUser in interface UserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedUserLocalService
public UserLocalService getWrappedUserLocalService()