Google
Χ
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>();
We can create web contents using code, For that there are many ways one of the easiest way is to first find your structure for the web contents that you are ...
You need to create new JournalArticle for this: JournalArticleLocalServiceUtil.addArticle( ... ) Vitaliy.
I am planning to use Liferay Portal to store all my articles. I need to develop a solution wherein there is another web application which is being developed ...
I developed a portlet that added articles porgtrammatically using liferay 6.0.6 and all worked perfectly. Now we are upgrading to Liferay 6.1 and the method ...
Aug 28, 2014 · I would like to edit a webcontent (journalarticle) in Liferay and create a new version from that from a custom portlet.
Hello, we're using Liferay 6.2 SP17 and creating articles programmatically with this API call JournalArticle newArticle = JournalArticleLocalServiceUtil.
I want to create Journal Article with custom structure using journalarticle API. I have tried with below code but getting xmlparser error.
It worked using JournalArticleLocalServiceUtil.addArticle. Simple example (I will change to context variables, just wanted to test it):