com.ptc.epm.commands.transaction
Class ObjectUpdateTable

java.lang.Object
  extended bycom.ptc.epm.commands.transaction.ObjectUpdateTable

public class ObjectUpdateTable
extends Object


Nested Class Summary
 class ObjectUpdateTable.PersistableHolder
           
 
Field Summary
private  HashMap objectHolders
           
 
Constructor Summary
ObjectUpdateTable()
           
 
Method Summary
 void addHolder(Persistable object)
           
 Persistable updateObject(Persistable obj)
           
 void updateOps(ArrayList operations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectHolders

private HashMap objectHolders
Constructor Detail

ObjectUpdateTable

public ObjectUpdateTable()
Method Detail

addHolder

public void addHolder(Persistable object)

updateOps

public void updateOps(ArrayList operations)
               throws WTException
Throws:
WTException

updateObject

public Persistable updateObject(Persistable obj)