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
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)
|
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
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-2006 . All Rights Reserved.