public interface PortletApplicationDefinitionList extends Model
This interface provides access to a set of PortletApplicationDefinition
objects.
This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.
Modifier and Type | Method and Description |
---|---|
PortletApplicationDefinition |
get(ObjectID id)
Returns the PortletApplicationDefinition object of the given object id
The return value may be NULL.
|
java.util.Iterator |
iterator()
Returns all portlet application definitions as iterator
The return value cannot be NULL.
|
java.util.Iterator iterator()
PortletApplicationDefinition
objectsPortletApplicationDefinition get(ObjectID id)
Copyright © 2003-2013 . All Rights Reserved.