|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.rnd.ResponseRendererImpl
com.ptc.windchill.esi.bom.BOMHeaderRendererImpl
public class BOMHeaderRendererImpl
This class is the default implementation of the BOMHeaderRender interface.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
protected com.infoengine.object.factory.Element |
adjustElement(com.infoengine.object.factory.Element elem,
String group,
WTPart part,
Eff eff,
Collection targets)
Allow subclasses to fix the contents of an element before it's added to the output group(s). |
protected void |
buildGroups()
Builds the renderer output. |
protected String |
getGroupName()
Gets the value of the attribute: groupName; The logical name of a VdbGroup. |
protected WTPart |
getPart()
Gets the value of the attribute: part; The assembly part for this BOM. |
protected Collection |
getTargets()
Gets the value of the attribute: targets; A collection ESITarget objects. |
protected void |
validate()
Make sure part, groupName, and targets are correct. |
| Methods inherited from class com.ptc.windchill.esi.rnd.ResponseRendererImpl |
|---|
adjustEffectivities, adjustObjectID, adjustTargets, buildUfidString, getBuilder, invokeQueryTask, mapElement, mapObject, render, setBuilder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ptc.windchill.esi.rnd.ResponseRenderer |
|---|
render |
| Method Detail |
|---|
protected Collection getTargets()
protected String getGroupName()
protected WTPart getPart()
protected com.infoengine.object.factory.Element adjustElement(com.infoengine.object.factory.Element elem,
String group,
WTPart part,
Eff eff,
Collection targets)
throws com.ptc.windchill.esi.rnd.ESIRendererException
elem - The element to be updated.group - The logical name of the group to which the element will be added.part - The assembly part that is being processed.eff - May be null.targets - Collection of ESITarget objects.
com.ptc.windchill.esi.rnd.ESIRendererException
protected void validate()
throws com.ptc.windchill.esi.rnd.ESIRendererException
com.ptc.windchill.esi.rnd.ESIRendererException
protected void buildGroups()
throws com.ptc.windchill.esi.rnd.ESIRendererException
buildGroups in class ResponseRendererImplcom.ptc.windchill.esi.rnd.ESIRendererException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||