wt.epm.upload
Class EPMParameterMapEventsHandler

java.lang.Object
  extended bywt.epm.upload.EPMParameterMapEventsHandler

class EPMParameterMapEventsHandler
extends Object


Constructor Summary
private EPMParameterMapEventsHandler()
           
 
Method Summary
(package private) static void checkParameterMapModifiability(WTCollection targets)
           
(package private) static void copyAllMaps(WTValuedMap srcToTargetMap)
           
(package private) static void deleteAllMaps(WTCollection targets)
           
private static void deleteMaps(IBAHolder holder, long[] ids)
           
private static WTSet getEPMTargets(WTCollection targets)
           
(package private) static void processCleanupLinkEvent(WTKeyedMap targets)
           
(package private) static void processNewIterationEvent(WTCollection targets)
           
(package private) static void processPostCopyEvent(EPMDocument original, EPMDocument copy)
           
(package private) static void processPreModifyEvent(WTCollection targets)
           
(package private) static void updateDefinitionReference(AbstractAttributeDefinition def)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EPMParameterMapEventsHandler

private EPMParameterMapEventsHandler()
Method Detail

deleteAllMaps

static void deleteAllMaps(WTCollection targets)
                   throws WTException
Throws:
WTException

deleteMaps

private static void deleteMaps(IBAHolder holder,
                               long[] ids)
                        throws WTException
Throws:
WTException

copyAllMaps

static void copyAllMaps(WTValuedMap srcToTargetMap)
                 throws WTException
Throws:
WTException

processCleanupLinkEvent

static void processCleanupLinkEvent(WTKeyedMap targets)
                             throws WTException
Throws:
WTException

processNewIterationEvent

static void processNewIterationEvent(WTCollection targets)
                              throws WTException
Throws:
WTException

processPreModifyEvent

static void processPreModifyEvent(WTCollection targets)
                           throws WTException
Throws:
WTException

processPostCopyEvent

static void processPostCopyEvent(EPMDocument original,
                                 EPMDocument copy)
                          throws WTException
Throws:
WTException

updateDefinitionReference

static void updateDefinitionReference(AbstractAttributeDefinition def)
                               throws WTException
Throws:
WTException

getEPMTargets

private static WTSet getEPMTargets(WTCollection targets)

checkParameterMapModifiability

static void checkParameterMapModifiability(WTCollection targets)
                                    throws WTException
Throws:
WTException