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 ...
Dec 19, 2007 · I've realize that in the Add Article page (Journal portlet) there is a "short way" to configure the article permissions but I can't find this ...
Hello, I have a liferay multi instance server and i'm trying using the JournalArticleLocalServiceUtil.addArticle to add web content programatically.
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>();
What is the meaning of "Add Discussion" permission ? It's because I'm trying to configure something like this: I have a list of articles in a home page, ...
Hello, I'm trying add one journal article using JournalArticleLocalServiceUtil with custom structure. The custom structure has images elements.
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 ...
Hi all, please explain to me the meaning of the attributes of the web service "addArticle"? I use Liferay 6.1.1 CE GA2. Thanks.
Nov 27, 2011 · I was just looking through Liferay6.1 wsdl and saw addArticle method missing in the JournalArticleService. It's in the Java interface but ...
I want to use /journalarticle/add-article Web Service to add Web Contents into Liferay Server through my chrome extension. I have finished other functions ...