DLApp
Il n'y a aucun service assortissant cette expression.

/user/update-incomplete-user

Méthode de HTTP
POST
com.liferay.portal.service.UserServiceUtil#updateIncompleteUser

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.

Paramètres

p_auth String

authentication token used to validate the request

companyId long

the primary key of the user's company

autoPassword boolean

whether a password should be automatically generated for the user

password1 java.lang.String

the user's password

password2 java.lang.String

the user's password confirmation

autoScreenName boolean

whether a screen name should be automatically generated for the user

screenName java.lang.String

the user's screen name

emailAddress java.lang.String

the user's email address

facebookId long

the user's facebook ID

openId java.lang.String

the user's OpenID

locale java.util.Locale

the user's locale

firstName java.lang.String

the user's first name

middleName java.lang.String

the user's middle name

lastName java.lang.String

the user's last name

prefixId int

the user's name prefix ID

suffixId int

the user's name suffix ID

male boolean

whether the user is male

birthdayMonth int

the user's birthday month (0-based, meaning 0 for January)

birthdayDay int

the user's birthday day

birthdayYear int

the user's birthday year

jobTitle java.lang.String

the user's job title

updateUserInformation boolean

whether to update the user's information

sendEmail boolean

whether to send the user an email notification about their new account

serviceContext com.liferay.portal.service.ServiceContext

the user's service context (optionally null). Can set the expando bridge attributes for the user.

Type de retour

com.liferay.portal.model.User

the user

Exception

com.liferay.portal.kernel.exception.PortalException
if the user's information was invalid or if the email address was reserved
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Exécuter

String long
boolean
java.lang.String java.lang.String
boolean
java.lang.String java.lang.String long java.lang.String java.util.Locale java.lang.String java.lang.String java.lang.String int int
boolean
int int int java.lang.String
boolean
boolean