com.ptc.epm.commands.transaction
Class SaveUsesOccurrenceOp

java.lang.Object
  extended bycom.ptc.epm.commands.transaction.SaveUsesOccurrenceOp
All Implemented Interfaces:
Serializable, TransactionOp

public class SaveUsesOccurrenceOp
extends Object
implements TransactionOp

See Also:
Serialized Form

Field Summary
private  int numberObjects
           
private  Vector[] occurrenceData
           
private  UsesOccurrence[] occurrences
           
 
Constructor Summary
SaveUsesOccurrenceOp()
           
 
Method Summary
 Object execute(DataExchange exchange)
           
 void publishResults(Object savedOccurrences, ResultsMapping results)
           
 void save(UsesOccurrence a_Occurrence, Vector a_occurrenceData)
           
 String toString()
           
 void updateInput(ObjectUpdateTable table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

occurrences

private UsesOccurrence[] occurrences

occurrenceData

private Vector[] occurrenceData

numberObjects

private int numberObjects
Constructor Detail

SaveUsesOccurrenceOp

public SaveUsesOccurrenceOp()
Method Detail

save

public void save(UsesOccurrence a_Occurrence,
                 Vector a_occurrenceData)

execute

public Object execute(DataExchange exchange)
               throws WTException
Specified by:
execute in interface TransactionOp
Throws:
WTException

publishResults

public void publishResults(Object savedOccurrences,
                           ResultsMapping results)
Specified by:
publishResults in interface TransactionOp

toString

public String toString()

updateInput

public void updateInput(ObjectUpdateTable table)
Specified by:
updateInput in interface TransactionOp