Google
¡¿
Hi all, I have created through the web interface http://192.168.1.5:8080/api/jsonws the following call CURL
Hi, I have developed some code that creates a new JournalArticle and populates it succesfully with data according to its structure. I'm using Liferay 7.
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>();
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 ...
We've been searching throw LifeRay API. To add new contents to the journal portlet we're suposed to use journalArticleServiceUtil.addArticle(...), but there are ...
I would like to edit a webcontent (journalarticle) in Liferay and create a new version from that from a custom portlet.
You can do that though. public static void addArticle() throws Exception { HttpHost targetHost = new HttpHost("localhost", 8080, "http"); DefaultHttpClient ...
I want to create Journal Article with custom structure using journalarticle API. I have tried with below code but getting xmlparser error.
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 ...
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 ...