Dec 19, 2007 · I have a list of articles in a home page, published with the Asset Publisher o Journal Articles, and someone wants to read more, to display the ...
I use JournalArticleLocalServiceUtil to add article. Hope this helps. public JournalArticle addJournalArticle(final long userId, final long groupId, final ...
Hi all, I have created through the web interface http://192.168.1.5:8080/api/jsonws the following call CURL
Sep 3, 2014 · I'm trying to add a journal article , and i try with this code Map<locale, string> titleMap = new HashMap<locale, string>();
Hi Team, We are using Liferay 7 GA3 CE, i want to save web content by my custom portlet by using structure and template,
Hi!!!! I'm trying to add article with api: com.liferay.portlet.journal.service.JournalArticleServiceUtil JournalArticle addArticle(long groupId, * ... site, and ...
I'm using Liferay 7. To create the Article I use the method com.liferay.journal.service.JournalArticleLocalService.addArticle()
I'm trying to do a bulk import of journal article using a job (defined as <scheduler-entry> in the liferay-portlet.xml file). This job reads a txt file and for ...
JournalArticle newArticle = JournalArticleLocalServiceUtil.addArticle(userId ... site, and collect demographic information about our user base as a whole.
A structure added in liferay admin view. Now I would like to use JournalArticleLocalServiceUtil.addArticle() to add articles into Liferay. The complete function ...