Uses of Interface
org.apache.pluto.om.entity.PortletApplicationEntity

Packages that use PortletApplicationEntity
org.apache.pluto.om.entity   
 

Uses of PortletApplicationEntity in org.apache.pluto.om.entity
 

Methods in org.apache.pluto.om.entity that return PortletApplicationEntity
 PortletApplicationEntity PortletApplicationEntityListCtrl.add(java.lang.String definitionId)
          create a new PortletApplicationEntity, add it to the list and return the new instance
 PortletApplicationEntity PortletApplicationEntityList.get(ObjectID id)
          Returns the portlet entity object of the given id.
 PortletApplicationEntity PortletEntity.getPortletApplicationEntity()
          Returns the parent application instance of this portlet instance The return value cannot be NULL.
 

Methods in org.apache.pluto.om.entity with parameters of type PortletApplicationEntity
 PortletEntity PortletEntityListCtrl.add(PortletApplicationEntity appEntity, java.lang.String definitionId)
          create a new PortletEntity, add it to the list and return the new instance