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