| |
|
| java.lang.Object org.apache.cocoon.portal.pluto.om.PortletEntityImpl
PortletEntityImpl | public class PortletEntityImpl implements PortletEntity,PortletEntityCtrl(Code) | | author: Carsten Ziegeler version: CVS $Id: PortletEntityImpl.java 433543 2006-08-22 06:22:54Z crossley $ |
applicationEntity | final protected PortletApplicationEntity applicationEntity(Code) | | |
definition | final protected PortletDefinition definition(Code) | | |
objectId | final protected ObjectID objectId(Code) | | |
portletWindows | final protected PortletWindowList portletWindows(Code) | | |
getDescription | public Description getDescription(Locale locale)(Code) | | See Also: org.apache.pluto.om.entity.PortletEntity.getDescription(java.util.Locale) |
getId | public ObjectID getId()(Code) | | See Also: org.apache.pluto.om.entity.PortletEntity.getId |
getPortletApplicationEntity | public PortletApplicationEntity getPortletApplicationEntity()(Code) | | See Also: org.apache.pluto.om.entity.PortletEntity.getPortletApplicationEntity |
getPortletDefinition | public PortletDefinition getPortletDefinition()(Code) | | See Also: org.apache.pluto.om.entity.PortletEntity.getPortletDefinition |
getPortletWindowList | public PortletWindowList getPortletWindowList()(Code) | | See Also: org.apache.pluto.om.entity.PortletEntity.getPortletWindowList |
getPreferenceSet | public PreferenceSet getPreferenceSet()(Code) | | See Also: org.apache.pluto.om.entity.PortletEntity.getPreferenceSet |
reset | public void reset() throws IOException(Code) | | See Also: org.apache.pluto.om.entity.PortletEntityCtrl.reset |
setId | public void setId(String id)(Code) | | See Also: org.apache.pluto.om.entity.PortletEntityCtrl.setId(java.lang.String) |
setPortletDefinition | public void setPortletDefinition(PortletDefinition portletDefinition)(Code) | | See Also: org.apache.pluto.om.entity.PortletEntityCtrl.setPortletDefinition(org.apache.pluto.om.portlet.PortletDefinition) |
store | public void store() throws IOException(Code) | | See Also: org.apache.pluto.om.entity.PortletEntityCtrl.store |
|
|
|