com.sapportals.portal.pb.dynamic
Interface IDynPageStructure

All Known Implementing Classes:
PageStructure

public interface IDynPageStructure


Method Summary
 java.util.List getAllIViews()
          Method getAllIViews.
 java.util.List getContainerIViews(java.lang.String containerID)
          Method getContainerIViews.
 java.lang.String getPageLayout()
          Method getPageLayout.
 

Method Detail

getPageLayout

public java.lang.String getPageLayout()
Method getPageLayout.
Returns:
String The layout Id of the dynamic page

getContainerIViews

public java.util.List getContainerIViews(java.lang.String containerID)
Method getContainerIViews. Get the List of iViews in a specific container in the page
Parameters:
containerID -  
Returns:
List containing Strings of iView Ids

getAllIViews

public java.util.List getAllIViews()
Method getAllIViews. Get the List of all iViews in all of the contianers in the page
Returns:
List containing Strings of iVeiw Ids