com.ibm.portal.portletmodel.admin
Interface WebApplicationList<E extends java.lang.Object & WebApplication>

All Superinterfaces:
ListModel<E>, LocatorProvider<E>, SearchableListModel<E>

public interface WebApplicationList<E extends java.lang.Object & WebApplication>
extends SearchableListModel<E>

Model interface for a list of web applications. A web application list represents a collection of objects that implement WebApplication

Since:
6.0.1

Method Summary
 WebApplication getWebApplication(ObjectID anObjectID)
          Returns the web application with the specified object ID.
 
Methods inherited from interface com.ibm.portal.ListModel
iterator
 
Methods inherited from interface com.ibm.portal.LocatorProvider
getLocator
 

Method Detail

getWebApplication

WebApplication getWebApplication(ObjectID anObjectID)
                                 throws ModelException,
                                        DataException,
                                        ObjectNotFoundException
Returns the web application with the specified object ID.

Parameters:
anObjectID - the object ID of the web application.
Returns:
the portlet for the given object ID, never null
Throws:
DataException - if a database error occured while accessing the data backend
ModelException - if an error occured while accessing model information
ObjectNotFoundException - if no web application for the given object ID exists, or the user has no permission to view this object.