|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletApplicationDefinitionList
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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.util.Iterator iterator()
PortletApplicationDefinition
objectsPortletApplicationDefinition get(ObjectID id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |