org.apache.cocoon.portal.pluto.om
Class PortletApplicationDefinitionImpl

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet
              extended by org.apache.cocoon.portal.pluto.om.common.AbstractSupportSet
                  extended by org.apache.cocoon.portal.pluto.om.PortletApplicationDefinitionImpl
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, Set, Support, org.apache.pluto.om.Model, org.apache.pluto.om.portlet.PortletApplicationDefinition

public class PortletApplicationDefinitionImpl
extends AbstractSupportSet
implements org.apache.pluto.om.portlet.PortletApplicationDefinition

Version:
CVS $Id: PortletApplicationDefinitionImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler
See Also:
Serialized Form

Field Summary
protected  String appId
           
protected  String GUID
           
protected  PortletDefinitionRegistryImpl registry
           
protected  String version
           
 
Fields inherited from interface org.apache.cocoon.portal.pluto.om.common.Support
POST_BUILD, POST_LOAD, POST_STORE, PRE_BUILD, PRE_STORE
 
Constructor Summary
PortletApplicationDefinitionImpl()
           
 
Method Summary
 String getAppId()
           
 Collection getCastorPortlets()
           
 Collection getCustomPortletMode()
           
 Collection getCustomPortletState()
           
protected  String getGUID()
           
 org.apache.pluto.om.common.ObjectID getId()
           
 org.apache.pluto.om.portlet.PortletDefinitionList getPortletDefinitionList()
           
 PortletDefinitionRegistryImpl getRegistry()
           
 Collection getSecurityConstraint()
           
 Collection getUserAttribute()
           
 String getVersion()
           
 org.apache.pluto.om.servlet.WebApplicationDefinition getWebApplicationDefinition()
           
 void postBuild(Object parameter)
           
 void postLoad(Object parameter)
           
 void postStore(Object parameter)
           
 void preBuild(Object parameter)
           
 void preStore(Object parameter)
           
 void setAppId(String appId)
           
 void setCustomPortletMode(Collection customPortletMode)
           
 void setCustomPortletState(Collection customPortletState)
           
 void setRegistry(PortletDefinitionRegistryImpl registry)
           
 void setSecurityConstraint(Collection securityConstraint)
           
 void setUserAttribute(Collection userAttribute)
           
 void setVersion(String version)
           
protected  void setWebApplicationDefinition(org.apache.pluto.om.servlet.WebApplicationDefinition webApplication)
           
 
Methods inherited from class org.apache.cocoon.portal.pluto.om.common.AbstractSupportSet
dispatch
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Field Detail

GUID

protected String GUID

appId

protected String appId

version

protected String version

registry

protected PortletDefinitionRegistryImpl registry
Constructor Detail

PortletApplicationDefinitionImpl

public PortletApplicationDefinitionImpl()
Method Detail

getRegistry

public PortletDefinitionRegistryImpl getRegistry()

setRegistry

public void setRegistry(PortletDefinitionRegistryImpl registry)

getId

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

getVersion

public 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(Object parameter)
              throws Exception
Specified by:
postLoad in interface Support
Overrides:
postLoad in class AbstractSupportSet
Throws:
Exception

preBuild

public void preBuild(Object parameter)
              throws Exception
Specified by:
preBuild in interface Support
Overrides:
preBuild in class AbstractSupportSet
Throws:
Exception

postBuild

public void postBuild(Object parameter)
               throws Exception
Specified by:
postBuild in interface Support
Overrides:
postBuild in class AbstractSupportSet
Throws:
Exception

preStore

public void preStore(Object parameter)
              throws Exception
Specified by:
preStore in interface Support
Overrides:
preStore in class AbstractSupportSet
Throws:
Exception

postStore

public void postStore(Object parameter)
               throws Exception
Specified by:
postStore in interface Support
Overrides:
postStore in class AbstractSupportSet
Throws:
Exception

getGUID

protected String getGUID()

getAppId

public String getAppId()

setAppId

public void setAppId(String appId)

setVersion

public void setVersion(String version)

getCustomPortletMode

public Collection getCustomPortletMode()

setCustomPortletMode

public void setCustomPortletMode(Collection customPortletMode)

getCustomPortletState

public Collection getCustomPortletState()

setCustomPortletState

public void setCustomPortletState(Collection customPortletState)

getUserAttribute

public Collection getUserAttribute()

setUserAttribute

public void setUserAttribute(Collection userAttribute)

getSecurityConstraint

public Collection getSecurityConstraint()

setSecurityConstraint

public void setSecurityConstraint(Collection securityConstraint)

getCastorPortlets

public Collection getCastorPortlets()

setWebApplicationDefinition

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


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.