com.sapportals.portal.navigation.obn
Interface IObjectBasedNavigationRenderer


public interface IObjectBasedNavigationRenderer


Method Summary
 java.util.List getItems()
          Get all the operations of the business object.
 void render(com.sapportals.portal.prt.component.IPortalComponentRequest request, com.sapportals.portal.prt.component.IPortalComponentResponse response)
          Write the javascript code to the client.
 

Method Detail

getItems

public java.util.List getItems()
Get all the operations of the business object.
Returns:
List of IObjectBasedNavigationItem objects

render

public void render(com.sapportals.portal.prt.component.IPortalComponentRequest request,
                   com.sapportals.portal.prt.component.IPortalComponentResponse response)
Write the javascript code to the client. This method must be called once per IObjectBasedNavigationRenderer
Parameters:
request - - The request
response - - The response