Uses of Interface
com.ptc.windchill.esi.rnd.ESIEffectivityHandler

Packages that use ESIEffectivityHandler
com.ptc.windchill.esi.bom   
com.ptc.windchill.esi.rnd   
 

Uses of ESIEffectivityHandler in com.ptc.windchill.esi.bom
 

Fields in com.ptc.windchill.esi.bom declared as ESIEffectivityHandler
private  ESIEffectivityHandler ESIBOMRenderer.effectivityHandler
           
private  ESIEffectivityHandler BOMRendererImpl.effectivityHandler
           
 

Methods in com.ptc.windchill.esi.bom with parameters of type ESIEffectivityHandler
 void ESIBOMHeaderRenderer.setData(String groupName, WTPart part, Collection tgts, ESIEffectivityHandler effHandler)
          Store the attributes and reset any variables.
 void ESIBOMHeaderRenderer.setData(String groupName, WTPart part, Collection tgts, ESIEffectivityHandler effHandler, String adapterName)
           
 void BOMHeaderRendererImpl.setData(String groupName, WTPart part, Collection tgts, ESIEffectivityHandler effHandler)
          Store the attributes and reset any variables.
 void BOMHeaderRenderer.setData(String groupName, WTPart part, Collection tgts, ESIEffectivityHandler effHandler)
          Store the attributes and reset any variables.
 

Uses of ESIEffectivityHandler in com.ptc.windchill.esi.rnd
 

Classes in com.ptc.windchill.esi.rnd that implement ESIEffectivityHandler
 class ESIEffectivityHandlerImpl
          The default implementation of ESI effectivity handler.
 

Fields in com.ptc.windchill.esi.rnd declared as ESIEffectivityHandler
private  ESIEffectivityHandler VdbBuilderImpl.effectivityHandler
           
private  ESIEffectivityHandler ResponseRendererImpl.effectivityHandler
           
private  ESIEffectivityHandler BasicESIRenderer.effectivityHandler
           
 

Methods in com.ptc.windchill.esi.rnd that return ESIEffectivityHandler
 ESIEffectivityHandler ResponseRendererImpl.getEffectivityHandler()
          Getter for the effectivityHandler attribute.
static ESIEffectivityHandler ESIEffectivityHandlerFactory.newESIEffectivityHandler()
          Creates a new instance and returns it to the caller.
 ESIEffectivityHandler BasicESIRenderer.getEffectivityHandler()
          Getter for the effectivityHandler attribute.
 

Methods in com.ptc.windchill.esi.rnd with parameters of type ESIEffectivityHandler
 void ResponseRendererImpl.setEffectivityHandler(ESIEffectivityHandler handler)
          Set the effectivityHandler attribute.
 void BasicESIRenderer.setEffectivityHandler(ESIEffectivityHandler handler)
          Set the effectivityHandler attribute.