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

Packages that use PortletEntity
org.apache.pluto.core.impl   
org.apache.pluto.factory   
org.apache.pluto.factory.impl   
org.apache.pluto.om.entity   
org.apache.pluto.om.window   
 

Uses of PortletEntity in org.apache.pluto.core.impl
 

Constructors in org.apache.pluto.core.impl with parameters of type PortletEntity
PortletPreferencesImpl(java.lang.Integer methodId, PortletEntity portletEntity)
           
 

Uses of PortletEntity in org.apache.pluto.factory
 

Methods in org.apache.pluto.factory with parameters of type PortletEntity
static javax.portlet.PortletPreferences PortletObjectAccess.getPortletPreferences(java.lang.Integer methodId, PortletEntity portletEntity)
           
 javax.portlet.PortletPreferences PortletPreferencesFactory.getPortletPreferences(java.lang.Integer methodId, PortletEntity portletEntity)
           
 

Uses of PortletEntity in org.apache.pluto.factory.impl
 

Methods in org.apache.pluto.factory.impl with parameters of type PortletEntity
 javax.portlet.PortletPreferences PortletPreferencesFactoryImpl.getPortletPreferences(java.lang.Integer methodId, PortletEntity portletEntity)
           
 

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

Methods in org.apache.pluto.om.entity that return PortletEntity
 PortletEntity PortletEntityListCtrl.add(PortletApplicationEntity appEntity, java.lang.String definitionId)
          create a new PortletEntity, add it to the list and return the new instance
 PortletEntity PortletEntityList.get(ObjectID id)
          Returns the portlet entity object of the given id.
 

Uses of PortletEntity in org.apache.pluto.om.window
 

Methods in org.apache.pluto.om.window that return PortletEntity
 PortletEntity PortletWindow.getPortletEntity()
          Returns the portlet entity.
 

Methods in org.apache.pluto.om.window with parameters of type PortletEntity
 void PortletWindowCtrl.setPortletEntity(PortletEntity portletEntity)
          binds a portlet instance to this portlet window
 



Copyright © 2003-2009 . All Rights Reserved.