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
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