org.jasig.portal.container.om.entity
Class PortletEntityImpl
java.lang.Object
org.jasig.portal.container.om.entity.PortletEntityImpl
- All Implemented Interfaces:
- org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.entity.PortletEntity, org.apache.pluto.om.entity.PortletEntityCtrl, java.io.Serializable
- public class PortletEntityImpl
- extends java.lang.Object
- implements org.apache.pluto.om.entity.PortletEntity, org.apache.pluto.om.entity.PortletEntityCtrl, java.io.Serializable
Implementation of Apache Pluto object model.
- Version:
- $Revision: 1.6.2.1 $
- Author:
- Ken Weiner, kweiner@unicon.net
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletEntityImpl
public PortletEntityImpl()
getId
public org.apache.pluto.om.common.ObjectID getId()
- Specified by:
getId
in interface org.apache.pluto.om.entity.PortletEntity
getPreferenceSet
public org.apache.pluto.om.common.PreferenceSet getPreferenceSet()
- Specified by:
getPreferenceSet
in interface org.apache.pluto.om.entity.PortletEntity
getPortletDefinition
public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition()
- Specified by:
getPortletDefinition
in interface org.apache.pluto.om.entity.PortletEntity
getPortletApplicationEntity
public org.apache.pluto.om.entity.PortletApplicationEntity getPortletApplicationEntity()
- Specified by:
getPortletApplicationEntity
in interface org.apache.pluto.om.entity.PortletEntity
getPortletWindowList
public org.apache.pluto.om.window.PortletWindowList getPortletWindowList()
- Specified by:
getPortletWindowList
in interface org.apache.pluto.om.entity.PortletEntity
getDescription
public org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
- Specified by:
getDescription
in interface org.apache.pluto.om.entity.PortletEntity
setId
public void setId(java.lang.String id)
- Specified by:
setId
in interface org.apache.pluto.om.entity.PortletEntityCtrl
setPortletDefinition
public void setPortletDefinition(org.apache.pluto.om.portlet.PortletDefinition portletDefinition)
- Specified by:
setPortletDefinition
in interface org.apache.pluto.om.entity.PortletEntityCtrl
store
public void store()
throws java.io.IOException
- Specified by:
store
in interface org.apache.pluto.om.entity.PortletEntityCtrl
- Throws:
java.io.IOException
reset
public void reset()
throws java.io.IOException
- Specified by:
reset
in interface org.apache.pluto.om.entity.PortletEntityCtrl
- Throws:
java.io.IOException
setPerson
public void setPerson(IPerson person)
setUserLayout
public void setUserLayout(IUserLayout layout)
setChannelDescription
public void setChannelDescription(IUserLayoutChannelDescription channelDescription)
setPreferences
public void setPreferences(org.apache.pluto.om.common.PreferenceSet preferences)
loadPreferences
public void loadPreferences()
throws java.lang.Exception
- Throws:
java.lang.Exception
removePreferences
public void removePreferences()
throws java.lang.Exception
- Throws:
java.lang.Exception
addPortletWindow
public void addPortletWindow(org.apache.pluto.om.window.PortletWindow portletWindow)