org.apache.pluto.portalImpl.om.portlet.impl
Class PortletDefinitionImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.om.portlet.impl.PortletDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.portlet.PortletDefinition, org.apache.pluto.om.portlet.PortletDefinitionCtrl, Support

public class PortletDefinitionImpl
extends java.lang.Object
implements org.apache.pluto.om.portlet.PortletDefinition, org.apache.pluto.om.portlet.PortletDefinitionCtrl, java.io.Serializable, Support

See Also:
Serialized Form

Field Summary
 java.lang.String id
           
 
Fields inherited from interface org.apache.pluto.portalImpl.om.common.Support
POST_BUILD, POST_LOAD, POST_STORE, PRE_BUILD, PRE_STORE
 
Constructor Summary
PortletDefinitionImpl()
           
 
Method Summary
 java.util.Collection getCastorContentTypes()
           
 java.util.Collection getCastorDescriptions()
           
 java.util.Collection getCastorDisplayNames()
           
 java.util.Collection getCastorInitParams()
           
 org.apache.pluto.om.common.SecurityRoleRefSet getCastorInitSecurityRoleRefs()
           
 org.apache.pluto.om.common.PreferenceSet getCastorPreferences()
           
 org.apache.pluto.om.common.LanguageSet getCastorResources()
           
 java.util.Collection getCastorSupportedLocales()
           
 java.lang.String getClassName()
           
 org.apache.pluto.om.portlet.ContentTypeSet getContentTypeSet()
           
 org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
           
 java.util.Collection getDescriptions()
           
 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()
           
 java.lang.String getResourceBundle()
           
 org.apache.pluto.om.servlet.ServletDefinition getServletDefinition()
           
 java.util.Collection getSupportedLocales()
           
 void postBuild(java.lang.Object parameter)
           
 void postLoad(java.lang.Object parameter)
           
 void postStore(java.lang.Object parameter)
           
 void preBuild(java.lang.Object parameter)
           
 void preStore(java.lang.Object parameter)
           
 void setCastorContentTypes(org.apache.pluto.om.portlet.ContentTypeSet castorContentTypes)
           
 void setCastorDescriptions(org.apache.pluto.om.common.DescriptionSet castorDescriptions)
           
 void setCastorDisplayNames(org.apache.pluto.om.common.DisplayNameSet castorDisplayNames)
           
 void setCastorInitParams(org.apache.pluto.om.common.ParameterSet castorInitParams)
           
 void setCastorInitSecurityRoleRefs(org.apache.pluto.om.common.SecurityRoleRefSet castorInitSecurityRoleRefs)
           
 void setCastorPreferences(org.apache.pluto.om.common.PreferenceSet castorPreferences)
           
 void setCastorResources(org.apache.pluto.om.common.LanguageSet resources)
           
 void setCastorSupportedLocales(java.util.Collection castorSupportedLocales)
           
 void setClassName(java.lang.String className)
           
 void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)
           
 void setDisplayNames(org.apache.pluto.om.common.DisplayNameSet displayNames)
           
 void setExpirationCache(java.lang.String expirationCache)
           
 void setId(java.lang.String id)
           
 void setName(java.lang.String name)
           
protected  void setPortletApplicationDefinition(org.apache.pluto.om.portlet.PortletApplicationDefinition application)
           
 void setPortletClassLoader(java.lang.ClassLoader loader)
           
 void setResourceBundle(java.lang.String resourceBundle)
           
protected  void setServletDefinition(org.apache.pluto.om.servlet.ServletDefinition servlet)
           
 void store()
           
 java.lang.String toString()
           
 java.lang.String toString(int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public java.lang.String id
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

setId

public void setId(java.lang.String id)
Specified by:
setId in interface org.apache.pluto.om.portlet.PortletDefinitionCtrl

setClassName

public void setClassName(java.lang.String className)
Specified by:
setClassName in interface org.apache.pluto.om.portlet.PortletDefinitionCtrl

setName

public void setName(java.lang.String name)
Specified by:
setName in interface org.apache.pluto.om.portlet.PortletDefinitionCtrl

setDescriptions

public void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)
Specified by:
setDescriptions in interface org.apache.pluto.om.portlet.PortletDefinitionCtrl

setDisplayNames

public void setDisplayNames(org.apache.pluto.om.common.DisplayNameSet displayNames)
Specified by:
setDisplayNames in interface org.apache.pluto.om.portlet.PortletDefinitionCtrl

setPortletClassLoader

public void setPortletClassLoader(java.lang.ClassLoader loader)
Specified by:
setPortletClassLoader in interface org.apache.pluto.om.portlet.PortletDefinitionCtrl

store

public void store()
           throws java.io.IOException
Specified by:
store in interface org.apache.pluto.om.portlet.PortletDefinitionCtrl
Throws:
java.io.IOException

postBuild

public void postBuild(java.lang.Object parameter)
               throws java.lang.Exception
Specified by:
postBuild in interface Support
Throws:
java.lang.Exception

postLoad

public void postLoad(java.lang.Object parameter)
              throws java.lang.Exception
Specified by:
postLoad in interface Support
Throws:
java.lang.Exception

postStore

public void postStore(java.lang.Object parameter)
               throws java.lang.Exception
Specified by:
postStore in interface Support
Throws:
java.lang.Exception

preBuild

public void preBuild(java.lang.Object parameter)
              throws java.lang.Exception
Specified by:
preBuild in interface Support
Throws:
java.lang.Exception

preStore

public void preStore(java.lang.Object parameter)
              throws java.lang.Exception
Specified by:
preStore in interface Support
Throws:
java.lang.Exception

getCastorContentTypes

public java.util.Collection getCastorContentTypes()

getCastorDisplayNames

public java.util.Collection getCastorDisplayNames()

getCastorDescriptions

public java.util.Collection getCastorDescriptions()

getDescriptions

public java.util.Collection getDescriptions()

getCastorInitParams

public java.util.Collection getCastorInitParams()

getCastorInitSecurityRoleRefs

public org.apache.pluto.om.common.SecurityRoleRefSet getCastorInitSecurityRoleRefs()

getCastorPreferences

public org.apache.pluto.om.common.PreferenceSet getCastorPreferences()

getCastorResources

public org.apache.pluto.om.common.LanguageSet getCastorResources()

getCastorSupportedLocales

public java.util.Collection getCastorSupportedLocales()

getPortletClassLoader

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

getResourceBundle

public java.lang.String getResourceBundle()

getSupportedLocales

public java.util.Collection getSupportedLocales()

setCastorContentTypes

public void setCastorContentTypes(org.apache.pluto.om.portlet.ContentTypeSet castorContentTypes)

setCastorInitParams

public void setCastorInitParams(org.apache.pluto.om.common.ParameterSet castorInitParams)

setCastorInitSecurityRoleRefs

public void setCastorInitSecurityRoleRefs(org.apache.pluto.om.common.SecurityRoleRefSet castorInitSecurityRoleRefs)

setCastorDisplayNames

public void setCastorDisplayNames(org.apache.pluto.om.common.DisplayNameSet castorDisplayNames)

setCastorDescriptions

public void setCastorDescriptions(org.apache.pluto.om.common.DescriptionSet castorDescriptions)

setCastorPreferences

public void setCastorPreferences(org.apache.pluto.om.common.PreferenceSet castorPreferences)

setCastorResources

public void setCastorResources(org.apache.pluto.om.common.LanguageSet resources)

setCastorSupportedLocales

public void setCastorSupportedLocales(java.util.Collection castorSupportedLocales)

setExpirationCache

public void setExpirationCache(java.lang.String expirationCache)

setPortletApplicationDefinition

protected void setPortletApplicationDefinition(org.apache.pluto.om.portlet.PortletApplicationDefinition application)

setResourceBundle

public void setResourceBundle(java.lang.String resourceBundle)

setServletDefinition

protected void setServletDefinition(org.apache.pluto.om.servlet.ServletDefinition servlet)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(int indent)


Copyright © 2003-2010 . All Rights Reserved.