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

Packages that use VdbBuilder
com.ptc.windchill.esi.bom   
com.ptc.windchill.esi.ecn   
com.ptc.windchill.esi.esidoc   
com.ptc.windchill.esi.esipart   
com.ptc.windchill.esi.rnd   
 

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

Methods in com.ptc.windchill.esi.bom with parameters of type VdbBuilder
 void ESIBOMRenderer.getBOM(WTPart part, boolean delta, boolean bomPart, boolean componentParts, boolean alternates, boolean substitutes, boolean referenceDesignators, boolean lineNumbers, String mulitLevel, boolean documents, String configSpec, String auth, String wcAdapter, VdbBuilder builder)
          RPC processor when called from getECN RPC.
 void BOMUtility.getBOM(WTPart part, boolean delta, boolean bomPart, boolean componentParts, boolean alternates, boolean substitutes, boolean referenceDesignators, boolean lineNumbers, String mulitLevel, boolean documents, String configSpec, String auth, String wcAdapter, VdbBuilder builder)
          RPC processor when called from getECN RPC.
 

Uses of VdbBuilder in com.ptc.windchill.esi.ecn
 

Methods in com.ptc.windchill.esi.ecn with parameters of type VdbBuilder
 void ESIWTChangeOrder2Renderer.setBuilder(VdbBuilder a_Builder)
          Sets the value of the attribute: builder.
 

Uses of VdbBuilder in com.ptc.windchill.esi.esidoc
 

Methods in com.ptc.windchill.esi.esidoc with parameters of type VdbBuilder
 void ESIDocUtility.getESIDoc(Collection previousParts, Collection currentParts, Collection targetOrgs, String wcAdapter, String authorization, VdbBuilder builder)
          match the previous parts with the current parts and call the document renderer once for each match.
 void ESIDocumentsRenderer.getESIDoc(Collection previousParts, Collection currentParts, Collection targetOrgs, String wcAdapter, String authorization, VdbBuilder builder)
          match the previous parts with the current parts and call the document renderer once for each match.
 

Uses of VdbBuilder in com.ptc.windchill.esi.esipart
 

Methods in com.ptc.windchill.esi.esipart with parameters of type VdbBuilder
 void ESIWTPartRenderer.getPart(WTPart root, Collection children, boolean alternates, boolean documents, String auth, String wcAdapter, VdbBuilder builder)
          GetPart RPC processor when called from GetBOM or getECN RPC.
 void ESIPartUtility.getPart(WTPart root, Collection children, boolean alternates, boolean documents, String auth, String wcAdapter, VdbBuilder builder)
          GetPart RPC processor when called from GetBOM or getECN RPC.
 

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

Classes in com.ptc.windchill.esi.rnd that implement VdbBuilder
 class VdbBuilderImpl
          The default ESI VdbBuilder implementation.
 

Fields in com.ptc.windchill.esi.rnd declared as VdbBuilder
private  VdbBuilder ResponseRendererImpl.builder
           
private  VdbBuilder BasicESIRenderer.builder
           
 

Methods in com.ptc.windchill.esi.rnd that return VdbBuilder
static VdbBuilder VdbBuilderFactory.newVdbBuilder(String transactionNumber)
          Creates a new object from the appropriate VdbBuilder implementation class.
 VdbBuilder ResponseRendererImpl.getBuilder()
          Gets the value of the attribute: builder.
 VdbBuilder BasicESIRenderer.getBuilder()
          Gets the value of the attribute: builder.
 

Methods in com.ptc.windchill.esi.rnd with parameters of type VdbBuilder
 void ResponseRendererImpl.setBuilder(VdbBuilder a_Builder)
          Sets the value of the attribute: builder.
 void ResponseRendererImpl.render(VdbBuilder builder)
          This is a template method for ESI Services renderers.
 void ResponseRenderer.render(VdbBuilder builder)
          Given an instance of VdbBuilder, create the appropriate output.
 void ESIRenderer.render(VdbBuilder builder)
          Based upon the corresponding map file and generated a VDB of info*engine .
 void BasicESIRenderer.setBuilder(VdbBuilder a_Builder)
          Sets the value of the attribute: builder.
 void BasicESIRenderer.render(VdbBuilder builder)
          This is a template method for ESI Services renderers.