org.infoglue.deliver.portal.om
Class PortletDefinitionImpl

java.lang.Object
  |
  +--org.infoglue.deliver.portal.om.PortletDefinitionImpl
All Implemented Interfaces:
org.apache.pluto.om.Model, org.apache.pluto.om.portlet.PortletDefinition

public class PortletDefinitionImpl
extends java.lang.Object
implements org.apache.pluto.om.portlet.PortletDefinition

Author:
jand

Constructor Summary
PortletDefinitionImpl()
           
 
Method Summary
 java.lang.String getClassName()
           
 org.apache.pluto.om.portlet.ContentTypeSet getContentTypeSet()
           
 org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
           
 org.apache.pluto.om.common.DisplayName getDisplayName(java.util.Locale locale)
           
 java.lang.String getExpirationCache()
           
 org.apache.pluto.om.common.ObjectID getId()
           
 org.apache.pluto.om.common.ParameterSet getInitParameterSet()
           
 org.apache.pluto.om.common.SecurityRoleRefSet getInitSecurityRoleRefSet()
           
 org.apache.pluto.om.common.LanguageSet getLanguageSet()
           
 java.lang.String getName()
           
 org.apache.pluto.om.portlet.PortletApplicationDefinition getPortletApplicationDefinition()
           
 java.lang.ClassLoader getPortletClassLoader()
           
 org.apache.pluto.om.common.PreferenceSet getPreferenceSet()
           
 org.apache.pluto.om.servlet.ServletDefinition getServletDefinition()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDefinitionImpl

public PortletDefinitionImpl()
Method Detail

getId

public org.apache.pluto.om.common.ObjectID getId()
Specified by:
getId in interface org.apache.pluto.om.portlet.PortletDefinition

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface org.apache.pluto.om.portlet.PortletDefinition

getName

public java.lang.String getName()
Specified by:
getName in interface org.apache.pluto.om.portlet.PortletDefinition

getDescription

public org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
Specified by:
getDescription in interface org.apache.pluto.om.portlet.PortletDefinition

getLanguageSet

public org.apache.pluto.om.common.LanguageSet getLanguageSet()
Specified by:
getLanguageSet in interface org.apache.pluto.om.portlet.PortletDefinition

getInitParameterSet

public org.apache.pluto.om.common.ParameterSet getInitParameterSet()
Specified by:
getInitParameterSet in interface org.apache.pluto.om.portlet.PortletDefinition

getInitSecurityRoleRefSet

public org.apache.pluto.om.common.SecurityRoleRefSet getInitSecurityRoleRefSet()
Specified by:
getInitSecurityRoleRefSet in interface org.apache.pluto.om.portlet.PortletDefinition

getPreferenceSet

public org.apache.pluto.om.common.PreferenceSet getPreferenceSet()
Specified by:
getPreferenceSet in interface org.apache.pluto.om.portlet.PortletDefinition

getContentTypeSet

public org.apache.pluto.om.portlet.ContentTypeSet getContentTypeSet()
Specified by:
getContentTypeSet in interface org.apache.pluto.om.portlet.PortletDefinition

getPortletApplicationDefinition

public org.apache.pluto.om.portlet.PortletApplicationDefinition getPortletApplicationDefinition()
Specified by:
getPortletApplicationDefinition in interface org.apache.pluto.om.portlet.PortletDefinition

getServletDefinition

public org.apache.pluto.om.servlet.ServletDefinition getServletDefinition()
Specified by:
getServletDefinition in interface org.apache.pluto.om.portlet.PortletDefinition

getDisplayName

public org.apache.pluto.om.common.DisplayName getDisplayName(java.util.Locale locale)
Specified by:
getDisplayName in interface org.apache.pluto.om.portlet.PortletDefinition

getExpirationCache

public java.lang.String getExpirationCache()
Specified by:
getExpirationCache in interface org.apache.pluto.om.portlet.PortletDefinition

getPortletClassLoader

public java.lang.ClassLoader getPortletClassLoader()
Specified by:
getPortletClassLoader in interface org.apache.pluto.om.portlet.PortletDefinition