|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.StandardManager
wt.epm.supportingdata.StandardEPMSupportingDataService
Use the newStandardEPMSupportingDataService
static factory
method(s), not the StandardEPMSupportingDataService
constructor,
to construct instances of this class. Instances must be constructed
using the static factory(s), in order to ensure proper initialization
of the instance.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
EPMRESOURCE
|
private static String |
RESOURCE
|
Fields inherited from class wt.services.StandardManager |
|
Fields inherited from interface wt.services.Manager |
MANAGER_SERVICE, STARTUP_AUTOMATIC, STARTUP_MANUAL, STATUS_EMERGENCY_SHUTDOWN, STATUS_EMERGENCY_SHUTTING_DOWN, STATUS_SHUTDOWN, STATUS_SHUTDOWN_ERRORS, STATUS_SHUTDOWN_FAILURE, STATUS_SHUTTING_DOWN, STATUS_STARTED, STATUS_STARTED_ERRORS, STATUS_STARTING_UP, STATUS_STARTUP_FAILURE |
Constructor Summary | |
StandardEPMSupportingDataService()
|
Method Summary | |
private void |
checkPermissions(WTCollection objects)
|
private void |
copyForwardSupportingData(WTCollection holders)
|
private void |
copyForwardSupportingData2(WTCollection holders)
|
protected void |
dispatchVetoableEvent(String eventType,
Lockable object)
Dispatches a LockServiceEvent that includes the event type and target (i.e., Lockable object). |
String |
getConceptualClassname()
Deprecated. |
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 |
protected void |
initialize()
Supported API: false |
static StandardEPMSupportingDataService |
newStandardEPMSupportingDataService()
Default factory for the class. |
protected void |
performStartupProcess()
Overrides the startup process specific to the locking service to provide custom startup for event subscription. |
private void |
processNewIterationEvent(WTCollection newIterations)
|
private void |
processPreDeleteEvent(WTCollection objects)
|
private void |
processPreModifyEvent(WTCollection objects)
|
private void |
processPreStoreEvent(WTCollection objects)
|
private void |
processPreUndoCheckoutEvent(WTValuedMap originalsToWorking)
|
void |
registerEvents(ManagerService manager)
Overrides the registration of all applicable locking service events with the service manager. |
private void |
removeSupportingData(WTCollection holders)
|
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, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final String EPMRESOURCE
Constructor Detail |
public StandardEPMSupportingDataService()
Method Detail |
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
getConceptualClassname
in class StandardManager
protected void performStartupProcess() throws ManagerException
performStartupProcess
in class StandardManager
ManagerException
public void registerEvents(ManagerService manager)
registerEvents
in interface Manager
registerEvents
in class StandardManager
manager
- protected void dispatchVetoableEvent(String eventType, Lockable object) throws WTException, WTPropertyVetoException
eventType
- The name of the PersistentManagerEvent type.object
- The target of the persistable operation.
WTException
WTPropertyVetoException
protected void initialize() throws WTException
initialize
in class StandardManager
WTException
public static StandardEPMSupportingDataService newStandardEPMSupportingDataService() 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
private void processPreStoreEvent(WTCollection objects) throws WTException
WTException
private void processPreModifyEvent(WTCollection objects) throws WTException
WTException
private void processPreDeleteEvent(WTCollection objects) throws WTException
WTException
private void processPreUndoCheckoutEvent(WTValuedMap originalsToWorking) throws WTException
WTException
private void processNewIterationEvent(WTCollection newIterations) throws WTException
WTException
private void checkPermissions(WTCollection objects) throws WTException
WTException
private void copyForwardSupportingData(WTCollection holders) throws WTException
WTException
private void copyForwardSupportingData2(WTCollection holders) throws WTException
WTException
private void removeSupportingData(WTCollection holders) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |