org.apache.pluto.portalImpl.om.entity.impl
Class PortletApplicationEntityImpl

java.lang.Object
  extended byorg.apache.pluto.portalImpl.om.entity.impl.PortletApplicationEntityImpl
All Implemented Interfaces:
org.apache.pluto.om.Model, org.apache.pluto.om.entity.PortletApplicationEntity, java.io.Serializable, Support

public class PortletApplicationEntityImpl
extends java.lang.Object
implements org.apache.pluto.om.entity.PortletApplicationEntity, 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
PortletApplicationEntityImpl()
           
 
Method Summary
 java.lang.String getCastorId()
           
 java.util.Collection getCastorPortlets()
           
 java.lang.String getDefinitionId()
           
 org.apache.pluto.om.common.ObjectID getId()
           
 org.apache.pluto.om.portlet.PortletApplicationDefinition getPortletApplicationDefinition()
           
 org.apache.pluto.om.entity.PortletEntityList getPortletEntityList()
           
 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 setCastorId(java.lang.String id)
           
 void setDefinitionId(java.lang.String definitionId)
           
 void setId(java.lang.String id)
           
 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

PortletApplicationEntityImpl

public PortletApplicationEntityImpl()
Method Detail

getId

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

getPortletEntityList

public org.apache.pluto.om.entity.PortletEntityList getPortletEntityList()
Specified by:
getPortletEntityList in interface org.apache.pluto.om.entity.PortletApplicationEntity

getPortletApplicationDefinition

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

setId

public void setId(java.lang.String id)

getCastorPortlets

public java.util.Collection getCastorPortlets()

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

getCastorId

public java.lang.String getCastorId()

setCastorId

public void setCastorId(java.lang.String id)

getDefinitionId

public java.lang.String getDefinitionId()

setDefinitionId

public void setDefinitionId(java.lang.String definitionId)

toString

public java.lang.String toString()

toString

public java.lang.String toString(int indent)


Copyright © 2003-2007 . All Rights Reserved.