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

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

public class RRCFolderHelper
extends Object

Process FolderInfo attributes


Field Summary
private  RequestResultCache cache
           
private  Collection folders
           
private static Log log
           
 
Constructor Summary
RRCFolderHelper(RequestResultCache cache)
          Construct helper for given collection of iterations
 
Method Summary
 void setFolderInfo()
           
private  void setWSFolderInfo(com.ptc.windchill.uwgm.soap.impl.uwgmdb.Folder_i folder_i, Folder wtFolder)
           
 
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

cache

private final RequestResultCache cache

folders

private final Collection folders
Constructor Detail

RRCFolderHelper

public RRCFolderHelper(RequestResultCache cache)
Construct helper for given collection of iterations

Parameters:
cache - RequestResultCache
Method Detail

setFolderInfo

public void setFolderInfo()

setWSFolderInfo

private void setWSFolderInfo(com.ptc.windchill.uwgm.soap.impl.uwgmdb.Folder_i folder_i,
                             Folder wtFolder)