+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.portletmodel.admin
Interface PortletWindowList<T extends PortletWindow>

All Superinterfaces:
LocatorProvider<T>
public interface PortletWindowList<T extends PortletWindow>
extends LocatorProvider<T>

Model interface for a list of portlet windows. A portlet window list represents a collection of objects that implement PortletWindow

Since:
7.0.0

Method Summary
 ObjectID getContentPageID(PortletWindow window)
          Return the ObjectID of the ContentPage the given portlet windows resides on.
 
Methods inherited from interface com.ibm.portal.LocatorProvider
getLocator
 

Method Detail

getContentPageID

ObjectID getContentPageID(PortletWindow window)
                          throws ModelException
Returns the ObjectID of the ContentPage the given portlet windows resides on.

Parameters:
window - The portlet window whose content page should be determined.
Returns:
The ObjectID of the content page or null if the conent page could not be determined.
Throws:
ModelException
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD