Google
×
Hi all, I have created through the web interface http://192.168.1.5:8080/api/jsonws the following call CURL
Hello, I'm trying to add a journal article , and i try with this code. Map<locale, string> titleMap = new HashMap<locale, string>(); GregorianCalendar date ...
This web application needs to display all the articles which is being maintained / stored in Liferay Portal. The possible solution I could think of is using Web ...
Using Liferay 6 with Tomcat Bundle. I am successfully adding journal articles to my liferay system and then adding categories to the associated Asset.
I use LR-6.2-CE-GA4 with MySQL 5.6.26 and JDK 1.7.0_79 on windows 7. I'm trying to do a bulk import of journal article using a job (defined as <scheduler-entry> ...
I call the JournalArticleLocalServiceUtil.addArticle() method with the following relevant parameters: articleId = article.getArticleId(); autoArticleId = false; ...
I am using the addArticle method from JournalArticleServiceUtil so, JournalArticleServiceUtil.addArticle(..... I have all the parameter filled in correctly (I ...
A structure added in liferay admin view. Now I would like to use JournalArticleLocalServiceUtil.addArticle() to add articles into Liferay. The complete function ...
Hi!!!! I'm trying to add article with api: com.liferay.portlet.journal.service.JournalArticleServiceUtil JournalArticle addArticle(long groupId,
Using Liferay 6 with Tomcat Bundle. I am successfully adding journal articles to my liferay system and then adding categories to the associated Asset.