org.apache.cocoon.portal.pluto.om.common
Interface Support

All Known Implementing Classes:
AbstractSupportSet, ContentTypeImpl, DescriptionImpl, DescriptionSetImpl, DisplayNameImpl, DisplayNameSetImpl, LanguageSetImpl, PortletDefinitionImpl, PortletDefinitionListImpl, ResourceRefSet, ServletDefinitionImpl, ServletDefinitionListImpl, TagDefinitionSet, WebApplicationDefinitionImpl

public interface Support

Version:
$Id: Support.java 322475 2005-10-16 14:26:44Z cziegeler $

Field Summary
static int POST_BUILD
           
static int POST_LOAD
           
static int POST_STORE
           
static int PRE_BUILD
           
static int PRE_STORE
           
 
Method Summary
 void postBuild(Object parameter)
           
 void postLoad(Object parameter)
           
 void postStore(Object parameter)
           
 void preBuild(Object parameter)
           
 void preStore(Object parameter)
           
 

Field Detail

POST_LOAD

public static final int POST_LOAD
See Also:
Constant Field Values

PRE_BUILD

public static final int PRE_BUILD
See Also:
Constant Field Values

POST_BUILD

public static final int POST_BUILD
See Also:
Constant Field Values

PRE_STORE

public static final int PRE_STORE
See Also:
Constant Field Values

POST_STORE

public static final int POST_STORE
See Also:
Constant Field Values
Method Detail

postLoad

public void postLoad(Object parameter)
              throws Exception
Throws:
Exception

preBuild

public void preBuild(Object parameter)
              throws Exception
Throws:
Exception

postBuild

public void postBuild(Object parameter)
               throws Exception
Throws:
Exception

preStore

public void preStore(Object parameter)
              throws Exception
Throws:
Exception

postStore

public void postStore(Object parameter)
               throws Exception
Throws:
Exception


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.