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 ...
We use cookies to deliver personalized content, analyze trends, administer the site ... site, and collect demographic information about our user base as a whole.
I have successfully used the function JournalArticleServiceUtil.addArticle in a portlet to add a new article. The portlet parse an XML file with a list of ...
I use JournalArticleLocalServiceUtil to add article. Hope this helps. public JournalArticle addJournalArticle(final long userId, final long groupId, final ...
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> ...
Hello, I would like to programmatically add articles with structure, template and an image to liferay 6.2 using the API. These articles should be ...
Hi!!!! I'm trying to add article with api: com.liferay.portlet.journal.service.JournalArticleServiceUtil JournalArticle addArticle(long groupId, * java.lang ...
Hi Team, We are using Liferay 7 GA3 CE, i want to save web content by my custom portlet by using structure and template,
Here is the basic code snippet I am using: ServiceContext context = new ServiceContext(); JournalArticleSoap newArticle = jasssSoap.addArticle( groupId, "", // ...
I was just looking through Liferay6.1 wsdl and saw addArticle method missing in the JournalArticleService. It's in the Java interface but missing from the ...