掲示板

Asset Publisher - Adding Organization as a Asset Type

thumbnail
14年前 に Faisal K によって更新されました。

Asset Publisher - Adding Organization as a Asset Type

Regular Member 投稿: 138 参加年月日: 08/01/09 最新の投稿
Hi All,

I am looking for Suggestions for adding Organization as an Asset Type and a possibility to display Organizations, and able to navigate to there Public Page.

Main Motive is to show the Organization be able to Search based on the Tags and categories, and wan tot display Latest Organization.

I did some sample code in Liferay-6.0 to build this and able to display the Organizations in the Asset Publisher. and used enterprise_admin_organizations(modified liferay-portlet.xml) portlet to make AssetRendererFactory and all.


waiting for your feedback,
Regards,
Faisal.K
thumbnail
14年前 に Lisa Simpson によって更新されました。

RE: Asset Publisher - Adding Organization as a Asset Type

Liferay Legend 投稿: 2034 参加年月日: 09/03/05 最新の投稿
If I'm reading this correctly, you want to write code and are looking for "Suggestions" on how to do that. This isn't the right place to ask that. You should post in "Development" and I'm sure that someone there can help. If you're posting this as a feature request for consideration, then you are in the right place.
thumbnail
14年前 に Faisal K によって更新されました。

RE: Asset Publisher - Adding Organization as a Asset Type

Regular Member 投稿: 138 参加年月日: 08/01/09 最新の投稿
Thanks for the Reply,

Of course I know this is where I can get Suggestions regarding feature list, I am looking for some body like you to comment about the feature and be able to get the feature part of Liferay, I can do this feature and if it is so interesting for the others then I can submit for the Liferay community, If some body else is doing the same thing I can reduce my work load.

Regards,
Faisal.K
thumbnail
14年前 に Juan Fernández によって更新されました。

RE: Asset Publisher - Adding Organization as a Asset Type

Liferay Legend 投稿: 1261 参加年月日: 08/10/02 最新の投稿
Hi Faisal:
I think that tagging and categorizing organizations can be useful, but I wouldn't do it in the asset publisher, as I think it can be misleading for the users.
That portlet (I think) is more focused in objects like blog entries, docs, calendar events, etc.
I would tag the Organization in the Organizations section in the control panel: does it make sense to you?
thumbnail
14年前 に Faisal K によって更新されました。

RE: Asset Publisher - Adding Organization as a Asset Type

Regular Member 投稿: 138 参加年月日: 08/01/09 最新の投稿
Hi,

I want to show the Organizations in my Home Page using Tags,categories

I saw interesting stuff, that Liferay is storing Organization as a asset and it is kept invisible, but there is no way to render it via Asset Publisher.


From Control panel we are tagging and catogerising the Organization, but we are not using these tagging any where.
thumbnail
14年前 に Juan Fernández によって更新されました。

RE: Asset Publisher - Adding Organization as a Asset Type

Liferay Legend 投稿: 1261 参加年月日: 08/10/02 最新の投稿
Where would you like to see the organizations tags and categories?
thumbnail
14年前 に Faisal K によって更新されました。

RE: Asset Publisher - Adding Organization as a Asset Type

Regular Member 投稿: 138 参加年月日: 08/01/09 最新の投稿
HI,

I would like to show the Organization listing in my Home Page, number of Places I want to place.
13年前 に Koen Cleynhens によって更新されました。

RE: Asset Publisher - Adding Organization as a Asset Type

Junior Member 投稿: 83 参加年月日: 10/02/23 最新の投稿
Faisal K:
HI,

I would like to show the Organization listing in my Home Page, number of Places I want to place.


Hello,

Did you find a solution? I need something simular...
thumbnail
13年前 に Faisal K によって更新されました。

RE: Asset Publisher - Adding Organization as a Asset Type

Regular Member 投稿: 138 参加年月日: 08/01/09 最新の投稿
Hi,

Sorry for a late reply I didn't find any solution until now.


Regards.
Faisal.K
thumbnail
14年前 に Jorge Ferrer によって更新されました。

Moving thread

Liferay Legend 投稿: 2871 参加年月日: 06/08/31 最新の投稿
Moving thread to the appropriate category
8年前 に Tobias Rothen によって更新されました。

RE: Asset Publisher - Adding Organization as a Asset Type

New Member 投稿: 11 参加年月日: 15/06/02 最新の投稿
Hello

I know it has been a while since the last post, but I am facing the exact same problem. (on Liferay 6.2 CE)
Did somebody find a solution to that problem?
I implemented an OrganizationAssetRenderer and -Factory to display the results, modified the OrganizationLocalServiceImplementation so that the parameter "Visible" is set to true but the AssetPublisher is still not displaying any organizations.
There are corresponding AssetEntries (visible) in the database and the organizations are properly retrieved by the search portlet (FacetedSearch), just the AssetRenderer does not get any hits on Organization.

Can someone help me out here?

Best Regards and many Thanks,
Tobias
7年前 に Tobias Rothen によって更新されました。

RE: Asset Publisher - Adding Organization as a Asset Type

New Member 投稿: 11 参加年月日: 15/06/02 最新の投稿
A small Sitenote for all those who are still interested in a solution for that problem:

I was able to solve that problem in both Liferay 6.2 and Liferay 7 by implementing the following:

- Implementation of OrganizationAssetRender and OrganizationAssetRendererFactory (via Portlet)
- Service Wrapper (or ext-plugin under Liferay 6) to change OrganizationLocalServiceImpl such that the AssetEntry is set to "visible = true" instead of false
- An IndexerPostProcessor for the OrganizationIndexer using postProcessContextQuery to change the searchContext GroupIds to 0 / global (which is yet a workaround but at least displays all Organizations)

That way I am able to search and display Organizations on both the full-text search and in the AssetPublisher.