|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.epm.supportingdata.EPMSupportingDataServiceFwd
This service provides methods to get the supporting data from an object.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
EPMSupportingDataServiceFwd()
|
Method Summary | |
private static Manager |
getManager()
|
QueryResult |
getSupportingData(EPMSupportingDataHolder dataHolder)
Get all the supporting data attached to the dataHolder. |
EPMSupportingData |
getSupportingData(EPMSupportingDataHolder dataHolder,
EPMApplicationType ownerApplication,
String name)
Get the supporting data for a particular name and application attached to the dataHolder. |
WTKeyedMap |
getSupportingData(WTCollection dataHolders)
Supported API: false |
QueryResult |
saveEPMSupportingDataObjects(Vector objects)
Deprecated. in 8.0, please use public WTCollection store( WTCollection a_objects ) from StandardPersistenceManager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public EPMSupportingDataServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public QueryResult getSupportingData(EPMSupportingDataHolder dataHolder) throws WTException
getSupportingData
in interface EPMSupportingDataService
dataHolder
-
WTException
public EPMSupportingData getSupportingData(EPMSupportingDataHolder dataHolder, EPMApplicationType ownerApplication, String name) throws WTException
getSupportingData
in interface EPMSupportingDataService
dataHolder
- ownerApplication
- name
-
WTException
public QueryResult saveEPMSupportingDataObjects(Vector objects) throws WTException
saveEPMSupportingDataObjects
in interface EPMSupportingDataService
objects
-
WTException
public WTKeyedMap getSupportingData(WTCollection dataHolders) throws WTException
getSupportingData
in interface EPMSupportingDataService
dataHolders
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |