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

All Known Implementing Classes:
AbstractSupportSet, ContentTypeImpl, DescriptionImpl, DescriptionSetImpl, DisplayNameImpl, DisplayNameSetImpl, LanguageSetImpl, PortletApplicationDefinitionImpl, PortletApplicationEntityImpl, PortletApplicationEntityListImpl, PortletDefinitionImpl, PortletDefinitionListImpl, PortletEntityImpl, 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

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

preBuild

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

postBuild

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

preStore

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

postStore

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


Copyright © 2003-2005 . All Rights Reserved.