掲示板

Import data in built in table in liferay.

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

Import data in built in table in liferay.

Junior Member 投稿: 88 参加年月日: 12/03/31 最新の投稿
Hi all,
How i import data in liferay builtin table like user through custom portlet.
please share one example.
thumbnail
11年前 に Bart Simpson によって更新されました。

RE: Import data in built in table in liferay.

Liferay Master 投稿: 522 参加年月日: 11/08/29 最新の投稿
You can use the *LocalServiceUtils to import the data to liferay's existing entities (tables).
A very good example of this is available here
https://github.com/liferay/liferay-plugins/blob/master/hooks/default-web-content-hook/docroot/WEB-INF/src/com/liferay/defaultwebcontent/hook/upgrade/v1_0_0/UpgradeJournal.java