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

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

public interface Support

Version:
CVS $Id: Support.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

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

static final int POST_LOAD
See Also:
Constant Field Values

PRE_BUILD

static final int PRE_BUILD
See Also:
Constant Field Values

POST_BUILD

static final int POST_BUILD
See Also:
Constant Field Values

PRE_STORE

static final int PRE_STORE
See Also:
Constant Field Values

POST_STORE

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

postLoad

void postLoad(Object parameter)
              throws Exception
Throws:
Exception

preBuild

void preBuild(Object parameter)
              throws Exception
Throws:
Exception

postBuild

void postBuild(Object parameter)
               throws Exception
Throws:
Exception

preStore

void preStore(Object parameter)
              throws Exception
Throws:
Exception

postStore

void postStore(Object parameter)
               throws Exception
Throws:
Exception


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