org.apache.pluto.portalImpl.om.common
Interface Support

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

public interface Support


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(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)
           
 

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(java.lang.Object parameter)
              throws java.lang.Exception
Throws:
java.lang.Exception

preBuild

void preBuild(java.lang.Object parameter)
              throws java.lang.Exception
Throws:
java.lang.Exception

postBuild

void postBuild(java.lang.Object parameter)
               throws java.lang.Exception
Throws:
java.lang.Exception

preStore

void preStore(java.lang.Object parameter)
              throws java.lang.Exception
Throws:
java.lang.Exception

postStore

void postStore(java.lang.Object parameter)
               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2011 . All Rights Reserved.