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
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface com.ptc.core.components.descriptor.LogicSeparatedDataUtility
ASSIGNED_OPTIONALITY_CELL_RENDERER, BUILDSTATUS_CELL_RENDERER, CURRENT_LIFECYCLE_CELL_RENDERER, GRAPHICAL_ATTRIBUTE_CELL_RENDER, ICON_CELL_RENDERER, JSONOBJECT_CELL_RENDERER, LONG_DATE_MINUS_TIME_RENDER, REPLACEMENT_STATUS_CELL_RENDERER -
Method Summary
Modifier and TypeMethodDescriptiongetPlainDataValue(String componentId, Object object, ModelContext mc) Deprecated.As of 13.0.1.0, overrideLogicSeparatedDataUtility.getPlainDataValue(String, Object, ModelContext)Methods inherited from class com.ptc.core.components.factory.dataUtilities.AbstractAttributeDataUtility
convertToGuiValue, createAttributeDisplayCompositeComponent, createAttributeDisplayCompositeComponent, createAttributeInputCompositeComponent, createAttributeInputCompositeComponent, createComponentFactory, createSingleValueDisplayComponent, createSingleValueDisplayComponent, createSingleValueInputComponent, createSingleValueInputComponent, createSingleValueInputComponent, createSingleValueInputComponent, createSingleValueTextDisplayComponent, createSingleValueTextDisplayComponent, createValueDisplayComponent, createValueDisplayComponent, createValueInputComponent, createValueInputComponent, getBackingObject, getComponentFactory, getDataValue, getDefaultTruncationLength, getDefaultTruncationLength, getGuiComponent, getGuiValue, getInfoPageTruncationLength, getInfoPageTruncationLength, getTruncationLength, getTruncationLength, initialize, setGuiComponentProperties, setGuiComponentPropertiesMethods inherited from class com.ptc.core.components.factory.AbstractDataUtility
getColumnDescriptor, getComponentBasedLabel, getIntrospectionBasedLabel, getLabel, getLabel, getLabelKey, getMainClassName, getModelAttributes, getPropertyDisplayName, getSoftLabel, getToolTip, initializeDescriptor, resolveJCAObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.core.components.descriptor.DataUtility
getColumnDescriptor, getLabel, getToolTip, initializeDescriptorMethods inherited from interface com.ptc.core.components.descriptor.LogicSeparatedDataUtility
getGWTEditorType, getGWTRendererType
-
Method Details
-
getPlainDataValue
@Deprecated public Object getPlainDataValue(String componentId, Object object, ModelContext mc) throws WTException Deprecated.As of 13.0.1.0, overrideLogicSeparatedDataUtility.getPlainDataValue(String, Object, ModelContext)Supported API: true
(non-Javadoc)- Specified by:
getPlainDataValuein interfaceLogicSeparatedDataUtility- Overrides:
getPlainDataValuein classcom.ptc.core.components.factory.dataUtilities.AbstractAttributeDataUtility- Parameters:
componentId- The id to build a view object forobject- The object to extract model data frommc- 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:
-