|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.components.factory.AbstractDataUtility
com.ptc.windchill.enterprise.change2.dataUtilities.ChangeLinkAttributeDataUtility
public class ChangeLinkAttributeDataUtility
This class is used to process the change binary link attributes used by
the various change clients. This includes the Inventory Disposition attributes.
and the description attributes. The ReportedAgainst Quantity is also handled
by this class.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
Object |
getDataValue(String component_id,
Object datum,
com.ptc.core.components.descriptor.ModelContext mc)
Will retrieve a value from a binary link using the reference object as the source. |
String |
getLabel(String component_id,
com.ptc.core.components.descriptor.ModelContext mc)
Will retrieve the localized label of the attribute. |
void |
setModelData(String component_id,
List objects,
com.ptc.core.components.descriptor.ModelContext mc)
Method to set the Model Data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Object getDataValue(String component_id,
Object datum,
com.ptc.core.components.descriptor.ModelContext mc)
throws WTException
setModelData() method
has been called to initialize the data.
component_id - One of the supported component_idsdatum - The object to use as the referencemc - The current model context
WTException
public String getLabel(String component_id,
com.ptc.core.components.descriptor.ModelContext mc)
throws WTException
getLabel in class com.ptc.core.components.factory.AbstractDataUtilitycomponent_id - The component ID to search the resource bundle for.mc - The current model context.
WTException
public void setModelData(String component_id,
List objects,
com.ptc.core.components.descriptor.ModelContext mc)
throws WTException
setModelData in class com.ptc.core.components.factory.AbstractDataUtilitycomponent_id - The component id of the column/attributeobjects - The objects to retrieve the data for.mc - The model context.
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||