掲示板

How to edit web content dynamically from code

12年前 に Luca kk によって更新されました。

How to edit web content dynamically from code

Expert 投稿: 284 参加年月日: 10/12/07 最新の投稿
Hi all,
I have to edit a web content from a portlet developed by me.
Which methods have i use?
Thanks
thumbnail
12年前 に Jay Patel によって更新されました。

RE: How to edit web content dynamically from code

Regular Member 投稿: 118 参加年月日: 10/02/24 最新の投稿
Luca kk:
Hi all,
I have to edit a web content from a portlet developed by me.
Which methods have i use?
Thanks


Hi Luca,

Check out various services in class JournalArticleLocalServiceUtil like JournalArticleLocalServiceUtil.updateJournalArticle().

Since this class is there in service package, it will be accessible in your portlet.

Cheers,
Jay.