com.ptc.windchill.uwgm.proesrv.request
Class FindIterationsRequest

java.lang.Object
  extended bycom.ptc.windchill.uwgm.proesrv.ProeServiceRequest
      extended bycom.ptc.windchill.uwgm.proesrv.request.FindIterationsRequest
All Implemented Interfaces:
RequestResultCache.Populator

public class FindIterationsRequest
extends ProeServiceRequest

common implementation for EpmFindIteration and PartFindIterations UWGM requests


Field Summary
private  FindIterationsRequestCacheAdapter cacheAdapter
           
private static Log log
          logging
 
Fields inherited from class com.ptc.windchill.uwgm.proesrv.ProeServiceRequest
context, RESOURCE, resultPopulator, uwgmRequest
 
Constructor Summary
FindIterationsRequest(com.ptc.windchill.uwgm.soap.uwgmsvc.FindIterations uwgmRequest, RequestResultCache rrc)
           
 
Method Summary
 com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage executeRequest()
          executes request
 void validateRequest()
          validates request data
 
Methods inherited from class com.ptc.windchill.uwgm.proesrv.ProeServiceRequest
addContainer, addContent, addEPMDocument, addEPMDocumentMaster, addEPMWorkspace, addEPMWorkspace, addFakeFolder, addFolder, addLink, addLink, addPreferedContentURLs, addWTPart, addWTPartMaster, bindContent, bindFoldered, createDbObjIterator, getContext, getLocalizedName, getUwgmRequest, ignoreOriginalState, reportFailure, reportInfoMessage, reportInfoMessage, reportMessage, reportMessages, reportWarnings, resetCurrentEpmWS, setRequestCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cacheAdapter

private FindIterationsRequestCacheAdapter cacheAdapter

log

private static Log log
logging

Constructor Detail

FindIterationsRequest

public FindIterationsRequest(com.ptc.windchill.uwgm.soap.uwgmsvc.FindIterations uwgmRequest,
                             RequestResultCache rrc)
Method Detail

executeRequest

public com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage executeRequest()
                                                            throws UwgmConflictException,
                                                                   UwgmErrorException
Description copied from class: ProeServiceRequest
executes request

reports success UwgmMessage

Specified by:
executeRequest in class ProeServiceRequest
Returns:
UwgmMessage
Throws:
UwgmConflictException - to report execution conflicts
UwgmErrorException - to report errors

validateRequest

public void validateRequest()
                     throws RequestValidationException,
                            UwgmErrorException
Description copied from class: ProeServiceRequest
validates request data

Specified by:
validateRequest in class ProeServiceRequest
Throws:
RequestValidationException - to report validation problems
UwgmErrorException - to report errors