com.ptc.windchill.uwgm.proesrv.rrc
Class RRCNeutralDataHelper

java.lang.Object
  extended bycom.ptc.windchill.uwgm.proesrv.rrc.RRCNeutralDataHelper

public class RRCNeutralDataHelper
extends Object

Process EpmIterationNeutralData attribute


Field Summary
private  RequestResultCache cache
           
private  EPMDownloadData epmDD
           
private  Collection iterations
           
private static Log log
           
private  WTKeyedMap ndDocs
           
 
Constructor Summary
RRCNeutralDataHelper(Collection iterations, RequestResultCache cache)
          Construct helper for given collection of iterations
 
Method Summary
private  void retrieveNeutralData()
          Retrieve ND for the collection of EPMDocument objects.
 void setNeutralData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static Log log

iterations

private final Collection iterations

cache

private final RequestResultCache cache

epmDD

private EPMDownloadData epmDD

ndDocs

private WTKeyedMap ndDocs
Constructor Detail

RRCNeutralDataHelper

public RRCNeutralDataHelper(Collection iterations,
                            RequestResultCache cache)
Construct helper for given collection of iterations

Parameters:
iterations - Collection
cache - RequestResultCache
Method Detail

setNeutralData

public void setNeutralData()
                    throws UwgmErrorException
Throws:
UwgmErrorException

retrieveNeutralData

private void retrieveNeutralData()
Retrieve ND for the collection of EPMDocument objects. Store result to the ndDocs member.