Class PartSupplierStatusDataUtility

java.lang.Object
com.ptc.core.components.factory.AbstractDataUtility
com.ptc.core.components.factory.dataUtilities.AbstractAttributeDataUtility
com.ptc.windchill.enterprise.associativity.asb.dataUtilities.PartSupplierStatusDataUtility
All Implemented Interfaces:
DataUtility, com.ptc.core.components.descriptor.GuiComponentFactory, LogicSeparatedDataUtility, com.ptc.core.components.factory.dataUtilities.AttributeGuiComponentFactory

@Deprecated public class PartSupplierStatusDataUtility extends com.ptc.core.components.factory.dataUtilities.AbstractAttributeDataUtility
Deprecated.
As of 13.0.1.0, use parent class - AbstractDataUtility and extend it, implement own logic as needed
DataUtility to get Part's Supplier status ( true/false)

Supported API: true

Extendable: false
See Also:
  • Method Details

    • getPlainDataValue

      @Deprecated public Object getPlainDataValue(String componentId, Object object, ModelContext mc) throws WTException
      Supported API: true
      (non-Javadoc)
      Specified by:
      getPlainDataValue in interface LogicSeparatedDataUtility
      Overrides:
      getPlainDataValue in class com.ptc.core.components.factory.dataUtilities.AbstractAttributeDataUtility
      Parameters:
      componentId - The id to build a view object for
      object - The object to extract model data from
      mc - The context in which the component model data is being extracted
      Returns:
      An object that can be sent to a view for rendering
      Throws:
      WTException - If a problem occurs while extracting the data.

      Supported API: true
      See Also:
      • AbstractAttributeDataUtility.getPlainDataValue(java.lang.String, java.lang.Object, com.ptc.core.components.descriptor.ModelContext)