Foren

modify liferay portlet "Document libreray"

realiste realiste, geändert vor 11 Jahren.

modify liferay portlet "Document libreray"

Junior Member Beiträge: 31 Beitrittsdatum: 20.07.12 Neueste Beiträge
Dear all
i want to modify a portlet "Document library" in order that the result of research in this portlet will be showed in another portlet that i must develop
can you give me exemple of this inter portlet communication and how to modifiy this portlet ?
can anyone help me ?
thumbnail
Juan Fernández, geändert vor 11 Jahren.

RE: modify liferay portlet "Document libreray"

Liferay Legend Beiträge: 1261 Beitrittsdatum: 02.10.08 Neueste Beiträge
Hi there!
Here you have an article about inter portlet communication: http://www.liferay.com/community/wiki/-/wiki/Main/Inter-portlet+communication

You'll need to extend the Doc Lib so that you share the results with your custom portlet
Regards and good luck!
realiste realiste, geändert vor 11 Jahren.

RE: modify liferay portlet "Document libreray"

Junior Member Beiträge: 31 Beitrittsdatum: 20.07.12 Neueste Beiträge
thank you for your response
but I can not find the java source code of the portlet "libreray Document" to modify it !!!
thumbnail
Hitoshi Ozawa, geändert vor 11 Jahren.

RE: modify liferay portlet "Document libreray"

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
Just download liferay source code and check the following directory.

portal-impl\src\com\liferay\portlet\documentlibrary
realiste realiste, geändert vor 11 Jahren.

RE: modify liferay portlet "Document libreray"

Junior Member Beiträge: 31 Beitrittsdatum: 20.07.12 Neueste Beiträge
thank you very much
but which java class must to change for the search result will be in another portlet
for more detail I use eclipse IDE with Liferay,
and I think it's a hook services that I must create, but I doesn't know wich service type to choose
realiste realiste, geändert vor 11 Jahren.

RE: modify liferay portlet "Document libreray"

Junior Member Beiträge: 31 Beitrittsdatum: 20.07.12 Neueste Beiträge
hello
in other way, which java class responsible of display in document library portlet ?
and which hook services(service type) must i use for modify it ?
thumbnail
Hitoshi Ozawa, geändert vor 11 Jahren.

RE: modify liferay portlet "Document libreray"

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
You'll need to extend the Doc Lib so that you share the results with your custom portlet


You'll need to ask Juan about this because he's the one who answered that it can be done by extending Doc Lib.
realiste realiste, geändert vor 11 Jahren.

RE: modify liferay portlet "Document libreray"

Junior Member Beiträge: 31 Beitrittsdatum: 20.07.12 Neueste Beiträge
i need a response from anyone
i am stuck !!!
realiste realiste, geändert vor 11 Jahren.

RE: modify liferay portlet "Document libreray"

Junior Member Beiträge: 31 Beitrittsdatum: 20.07.12 Neueste Beiträge
hello
I restate my question
which are all jsp and java files are needed to extend the document library portlet in order the result or research (in "Document libreray" portlet) will be display in an other portlet ?