掲示板

Create Account API

thumbnail
11年前 に Jubril Oyesiji によって更新されました。

Create Account API

Junior Member 投稿: 35 参加年月日: 12/02/09 最新の投稿
Hello All,
I am developing a JSF portlet that creates a User Account, Is there an API/Code segment i can use to save the information to the database

Thanks
thumbnail
11年前 に David H Nebinger によって更新されました。

RE: Create Account API

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
Sure. UserLocalServiceUtil has an addUser() method you can use.

Take a look at the corresponding Liferay source for the create account jsp and the java code.
thumbnail
11年前 に Jitendra Rajput によって更新されました。

RE: Create Account API

Liferay Master 投稿: 875 参加年月日: 11/01/07 最新の投稿
Use UserLocalServiceUtil and ContactLocalServiceUtil to store information related to user.