掲示板

modify liferay portlet "Document libreray"

11年前 に realiste realiste によって更新されました。

modify liferay portlet "Document libreray"

Junior Member 投稿: 31 参加年月日: 12/07/20 最新の投稿
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
11年前 に Juan Fernández によって更新されました。

RE: modify liferay portlet "Document libreray"

Liferay Legend 投稿: 1261 参加年月日: 08/10/02 最新の投稿
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!
11年前 に realiste realiste によって更新されました。

RE: modify liferay portlet "Document libreray"

Junior Member 投稿: 31 参加年月日: 12/07/20 最新の投稿
thank you for your response
but I can not find the java source code of the portlet "libreray Document" to modify it !!!
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: modify liferay portlet "Document libreray"

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Just download liferay source code and check the following directory.

portal-impl\src\com\liferay\portlet\documentlibrary
11年前 に realiste realiste によって更新されました。

RE: modify liferay portlet "Document libreray"

Junior Member 投稿: 31 参加年月日: 12/07/20 最新の投稿
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
11年前 に realiste realiste によって更新されました。

RE: modify liferay portlet "Document libreray"

Junior Member 投稿: 31 参加年月日: 12/07/20 最新の投稿
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
11年前 に Hitoshi Ozawa によって更新されました。

RE: modify liferay portlet "Document libreray"

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
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.
11年前 に realiste realiste によって更新されました。

RE: modify liferay portlet "Document libreray"

Junior Member 投稿: 31 参加年月日: 12/07/20 最新の投稿
i need a response from anyone
i am stuck !!!
11年前 に realiste realiste によって更新されました。

RE: modify liferay portlet "Document libreray"

Junior Member 投稿: 31 参加年月日: 12/07/20 最新の投稿
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 ?