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

java.lang.Object
  extended by org.apache.pluto.portalImpl.om.portlet.impl.PortletApplicationDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.pluto.om.Model, org.apache.pluto.om.portlet.PortletApplicationDefinition, Support

public class PortletApplicationDefinitionImpl
extends java.lang.Object
implements org.apache.pluto.om.portlet.PortletApplicationDefinition, java.io.Serializable, Support

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.pluto.portalImpl.om.common.Support
POST_BUILD, POST_LOAD, POST_STORE, PRE_BUILD, PRE_STORE
 
Constructor Summary
PortletApplicationDefinitionImpl()
           
 
Method Summary
 java.lang.String getAppId()
           
 java.util.Collection getCastorPortlets()
           
 java.util.Collection getCustomPortletMode()
           
 java.util.Collection getCustomPortletState()
           
 org.apache.pluto.om.common.ObjectID getId()
           
 org.apache.pluto.om.portlet.PortletDefinitionList getPortletDefinitionList()
           
 java.util.Collection getSecurityConstraint()
           
 java.util.Collection getUserAttribute()
           
 java.lang.String getVersion()
           
 org.apache.pluto.om.servlet.WebApplicationDefinition getWebApplicationDefinition()
           
 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 setAppId(java.lang.String appId)
           
 void setCustomPortletMode(java.util.Collection customPortletMode)
           
 void setCustomPortletState(java.util.Collection customPortletState)
           
 void setSecurityConstraint(java.util.Collection securityConstraint)
           
 void setUserAttribute(java.util.Collection userAttribute)
           
 void setVersion(java.lang.String version)
           
protected  void setWebApplicationDefinition(org.apache.pluto.om.servlet.WebApplicationDefinition webApplication)
           
 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
 

Constructor Detail

PortletApplicationDefinitionImpl

public PortletApplicationDefinitionImpl()
Method Detail

getId

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

getVersion

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

getPortletDefinitionList

public org.apache.pluto.om.portlet.PortletDefinitionList getPortletDefinitionList()
Specified by:
getPortletDefinitionList in interface org.apache.pluto.om.portlet.PortletApplicationDefinition

getWebApplicationDefinition

public org.apache.pluto.om.servlet.WebApplicationDefinition getWebApplicationDefinition()
Specified by:
getWebApplicationDefinition in interface org.apache.pluto.om.portlet.PortletApplicationDefinition

postLoad

public void postLoad(java.lang.Object parameter)
              throws java.lang.Exception
Specified by:
postLoad 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

postBuild

public void postBuild(java.lang.Object parameter)
               throws java.lang.Exception
Specified by:
postBuild 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

postStore

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

getAppId

public java.lang.String getAppId()

setAppId

public void setAppId(java.lang.String appId)

setVersion

public void setVersion(java.lang.String version)

getCustomPortletMode

public java.util.Collection getCustomPortletMode()

setCustomPortletMode

public void setCustomPortletMode(java.util.Collection customPortletMode)

getCustomPortletState

public java.util.Collection getCustomPortletState()

setCustomPortletState

public void setCustomPortletState(java.util.Collection customPortletState)

getUserAttribute

public java.util.Collection getUserAttribute()

setUserAttribute

public void setUserAttribute(java.util.Collection userAttribute)

getSecurityConstraint

public java.util.Collection getSecurityConstraint()

setSecurityConstraint

public void setSecurityConstraint(java.util.Collection securityConstraint)

getCastorPortlets

public java.util.Collection getCastorPortlets()

setWebApplicationDefinition

protected void setWebApplicationDefinition(org.apache.pluto.om.servlet.WebApplicationDefinition webApplication)

toString

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

toString

public java.lang.String toString(int indent)


Copyright © 2003-2009 . All Rights Reserved.