0 Replies Latest reply on Jul 22, 2008 4:14 PM by viniciuscarvalho

    Portal API : PortalNode

    viniciuscarvalho

      Hello there! We need to create links to our portlets in a component outside the portlet (so we do not have access to request/response objects)

      What we need is to generate a link for a given content on the cms. We know that it is possible to find the ObjectNode of a given content by querying the hibernate on the OBJECT_NODE table. But, by checking the WindowURL class we found that we need a PortalNode.

      Is it possible to find a portalnode (a window one) of a given content that is associated to it?

      Regards