org.jasig.portal.container.om.entity
Class PortletApplicationEntityListImpl
java.lang.Object
org.jasig.portal.container.om.entity.PortletApplicationEntityListImpl
- All Implemented Interfaces:
- org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.entity.PortletApplicationEntityList, org.apache.pluto.om.entity.PortletApplicationEntityListCtrl
- public class PortletApplicationEntityListImpl
- extends java.lang.Object
- implements org.apache.pluto.om.entity.PortletApplicationEntityList, org.apache.pluto.om.entity.PortletApplicationEntityListCtrl
Implementation of Apache Pluto object model.
- Version:
- $Revision: 1.1 $
- Author:
- Ken Weiner, kweiner@unicon.net
Method Summary |
org.apache.pluto.om.entity.PortletApplicationEntity |
add(java.lang.String definitionId)
|
org.apache.pluto.om.entity.PortletApplicationEntity |
get(org.apache.pluto.om.common.ObjectID id)
|
java.util.Iterator |
iterator()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletApplicationEntityListImpl
public PortletApplicationEntityListImpl()
iterator
public java.util.Iterator iterator()
- Specified by:
iterator
in interface org.apache.pluto.om.entity.PortletApplicationEntityList
get
public org.apache.pluto.om.entity.PortletApplicationEntity get(org.apache.pluto.om.common.ObjectID id)
- Specified by:
get
in interface org.apache.pluto.om.entity.PortletApplicationEntityList
add
public org.apache.pluto.om.entity.PortletApplicationEntity add(java.lang.String definitionId)
- Specified by:
add
in interface org.apache.pluto.om.entity.PortletApplicationEntityListCtrl