org.apache.cocoon.portal.pluto.om
Class PortletEntityImpl

java.lang.Object
  extended by org.apache.cocoon.portal.pluto.om.PortletEntityImpl
All Implemented Interfaces:
org.apache.pluto.om.Controller, org.apache.pluto.om.entity.PortletEntity, org.apache.pluto.om.entity.PortletEntityCtrl, org.apache.pluto.om.Model

public class PortletEntityImpl
extends Object
implements org.apache.pluto.om.entity.PortletEntity, org.apache.pluto.om.entity.PortletEntityCtrl

Version:
CVS $Id: PortletEntityImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Field Summary
protected  org.apache.pluto.om.entity.PortletApplicationEntity applicationEntity
           
protected  CopletInstanceData coplet
           
protected  org.apache.pluto.om.portlet.PortletDefinition definition
           
protected  org.apache.pluto.om.common.ObjectID objectId
           
protected  org.apache.pluto.om.window.PortletWindowList portletWindows
           
protected  PortalService service
           
 
Method Summary
 CopletInstanceData getCopletInstanceData()
          Return the coplet instance data.
 org.apache.pluto.om.common.Description getDescription(Locale locale)
           
 org.apache.pluto.om.common.ObjectID getId()
           
 org.apache.pluto.om.entity.PortletApplicationEntity getPortletApplicationEntity()
           
 org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition()
           
 org.apache.pluto.om.window.PortletWindowList getPortletWindowList()
           
 org.apache.pluto.om.common.PreferenceSet getPreferenceSet()
           
 void reset()
           
 void setId(String id)
           
 void setPortletDefinition(org.apache.pluto.om.portlet.PortletDefinition portletDefinition)
           
 void store()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portletWindows

protected final org.apache.pluto.om.window.PortletWindowList portletWindows

objectId

protected final org.apache.pluto.om.common.ObjectID objectId

definition

protected final org.apache.pluto.om.portlet.PortletDefinition definition

coplet

protected final CopletInstanceData coplet

applicationEntity

protected final org.apache.pluto.om.entity.PortletApplicationEntity applicationEntity

service

protected final PortalService service
Method Detail

getDescription

public org.apache.pluto.om.common.Description getDescription(Locale locale)
Specified by:
getDescription in interface org.apache.pluto.om.entity.PortletEntity
See Also:
PortletEntity.getDescription(java.util.Locale)

getId

public org.apache.pluto.om.common.ObjectID getId()
Specified by:
getId in interface org.apache.pluto.om.entity.PortletEntity
See Also:
PortletEntity.getId()

getPortletApplicationEntity

public org.apache.pluto.om.entity.PortletApplicationEntity getPortletApplicationEntity()
Specified by:
getPortletApplicationEntity in interface org.apache.pluto.om.entity.PortletEntity
See Also:
PortletEntity.getPortletApplicationEntity()

getPortletDefinition

public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition()
Specified by:
getPortletDefinition in interface org.apache.pluto.om.entity.PortletEntity
See Also:
PortletEntity.getPortletDefinition()

getPortletWindowList

public org.apache.pluto.om.window.PortletWindowList getPortletWindowList()
Specified by:
getPortletWindowList in interface org.apache.pluto.om.entity.PortletEntity
See Also:
PortletEntity.getPortletWindowList()

getPreferenceSet

public org.apache.pluto.om.common.PreferenceSet getPreferenceSet()
Specified by:
getPreferenceSet in interface org.apache.pluto.om.entity.PortletEntity
See Also:
PortletEntity.getPreferenceSet()

getCopletInstanceData

public CopletInstanceData getCopletInstanceData()
Return the coplet instance data.


reset

public void reset()
           throws IOException
Specified by:
reset in interface org.apache.pluto.om.entity.PortletEntityCtrl
Throws:
IOException
See Also:
PortletEntityCtrl.reset()

setId

public void setId(String id)
Specified by:
setId in interface org.apache.pluto.om.entity.PortletEntityCtrl
See Also:
PortletEntityCtrl.setId(java.lang.String)

setPortletDefinition

public void setPortletDefinition(org.apache.pluto.om.portlet.PortletDefinition portletDefinition)
Specified by:
setPortletDefinition in interface org.apache.pluto.om.entity.PortletEntityCtrl
See Also:
PortletEntityCtrl.setPortletDefinition(org.apache.pluto.om.portlet.PortletDefinition)

store

public void store()
           throws IOException
Specified by:
store in interface org.apache.pluto.om.entity.PortletEntityCtrl
Throws:
IOException
See Also:
PortletEntityCtrl.store()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.