|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.base.WcmDpContainer
WcmDpContainer provides data provider binding functionality for any classes that derive from it. Accessing bound data providers is accomplished inside of a UI or DP module by calling queryDataProvider(String type).
Constructor Summary | |
WcmDpContainer()
|
Method Summary | |
void |
addDataProvider(WcmDpModuleInterface dp)
Associate an instance of a data provider with this module. |
void |
addDataProvider(WcmDpModuleInterface dp,
java.lang.Class superClass)
Associate an instance of a data provider with this module. |
WcmDpModuleInterface |
queryDataProvider(java.lang.String type)
Query for an associated data provider (added with addDataProvider) of the specified type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WcmDpContainer()
Method Detail |
public void addDataProvider(WcmDpModuleInterface dp)
dp
- A reference to a data provider.public void addDataProvider(WcmDpModuleInterface dp, java.lang.Class superClass) throws java.lang.Exception
dp
- superClass
-
java.lang.Exception
public WcmDpModuleInterface queryDataProvider(java.lang.String type)
type
- The type name for the data provider. All data providers should follow the convention of providing a public static final TYPE that can be passed here.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |