Uses of Class
wt.clients.prodmgmt.PartItem

Packages that use PartItem
wt.clients.prodmgmt   
 

Uses of PartItem in wt.clients.prodmgmt
 

Subclasses of PartItem in wt.clients.prodmgmt
 class AllocatedPartItem
          PartItem is a model class for manipulating WTPart objects.
 class ConfiguredPartItem
          PartItem is a model class for manipulating WTPart objects.
 class ProductItem
          ProductItem is a model class for manipulating WTProduct objects.
 class SerialNumberedPartItem
          SerialNumberedPartItem is a model class for manipulating WTSerialNumberedPart objects.
 

Fields in wt.clients.prodmgmt declared as PartItem
protected  PartItem ViewPartFrame.part
          Deprecated.  
(package private)  PartItem UsageItemList.part
           
private  PartItem UsageItem.uses
           
private  PartItem UsageItem.usedBy
           
private  PartItem UsageInterfaceItem.uses
           
protected  PartItem UpdatePartFrame.part
           
protected  PartItem ReferencesList.part
           
private  PartItem ReferenceItem.referencedBy
           
protected  PartItem OccurrencesDialog.partItem
           
protected  PartItem OccurrencesDialog.assemblyPartItem
           
private  PartItem HelperPanel.part
           
protected  PartItem CreatePartFrame.part
           
protected  PartItem BuildRuleList.part
           
private  PartItem BuildRuleItem.buildTarget
           
 

Methods in wt.clients.prodmgmt that return PartItem
 PartItem ViewPartFrame.getPartItem()
          Deprecated.  
 PartItem UsageItem.getUsesPart()
          Get the uses part item
 PartItem UsageItem.getUsedBy()
          Get the used by part item
 PartItem UsageInterfaceItem.getUses()
           
 PartItem UpdatePartFrame.getPartItem()
           
 PartItem ReferenceItem.getReferencedBy()
          Get the PartItem to be referenced by the document item
 PartItem HelperPanel.getPartItem()
          Get the contained PartItem
 PartItem CreatePartFrame.getPartItem()
           
 PartItem BuildRuleItem.getBuildTarget()
          Return the target PartItem
 

Methods in wt.clients.prodmgmt with parameters of type PartItem
 void ViewPartFrame.setPartItem(PartItem part)
          Deprecated. Set the PartItem to view.
 void UsageItem.setUses(PartItem uses)
          Set the uses part item.
 void UsageItem.setUsedBy(PartItem usedBy)
          Set the used by part item
 void UsageInterfaceItem.setUses(PartItem uses)
           
 void UpdatePartFrame.setPartItem(PartItem part)
          Set the PartItem to update.
 void ReferenceItem.setReferencedBy(PartItem referencedBy)
          Set the PartItem to be referenced by the document item
protected  boolean PartExplorer.updateDetail(PartItem part_item, WTPart updated_part)
          Deprecated. Updates an object that is currently displayed in the list of the explorer.
 void OccurrencesDialog.setParentAssemblyItem(PartItem assembly)
           
 void HelperPanel.setPartItem(PartItem part)
          Set the contained PartItem
 void DescribedByPanel.setPartItem(PartItem part_item)
          Sets the part item whose describing objects are displayed in this panel.
 boolean DescribedByPanel.save(PartItem part_to_save)
          Saves any changes made to which objects describe the PartItem associated with this panel.
 void CreatePartFrame.setPartItem(PartItem part)
          Set the PartItem to manipulate.
 void BuildRuleItem.setBuildTarget(PartItem buildTarget)
          Set the build target
 

Constructors in wt.clients.prodmgmt with parameters of type PartItem
UsesInterfaceList(PartItem part)
          Construct a list of parts used for the specified part.
UsedByList(PartItem part)
           
UsageItemList(PartItem part)
           
UsageItem(PartItem uses, PartItem usedBy)
          Create a usage item between the specified part items.
UsageItem(PartItem uses, PartItem usedBy, WTPartUsageLink usage_link)
          Create a usage item between the specified part items using the specified usage link.
UsageInterfaceItem(PartItem uses, WTPartMaster usedBy)
           
ReferencesList(PartItem part)
          Constructs a ReferenceList using the specified PartItem.
ReferenceItem(PartItem referenced_by, DocumentItem references)
          Create a ReferenceItem associating the specified PartItem and DocumentItem.
ReferenceItem(PartItem referenced_by, DocumentItem references, WTPartReferenceLink reference_link)
          Create a ReferenceItem associating the specified PartItem and DocumentItem using the existing ReferenceInterfaceLink.
ConfiguredUsageItem(PartItem uses, PartItem usedBy)
          Create a usage item between the specified part items.
ConfiguredUsageItem(PartItem uses, PartItem usedBy, WTPartUsageLink usage_link)
          Create a usage item between the specified part items using the specified usage link.
ConfiguredUsageItem(PartItem uses, PartItem usedBy, WTPartUsageLink usage_link, PartUsesOccurrence occurrence)
          Create a usage item between the specified part items using the specified usage link.
BuildRuleList(PartItem part)
          Constructs a BuildRuleList using the specified PartItem.
BuildRuleItem(BuildSourceItem buildSource, PartItem buildTarget)
          Create a BuildRuleItem associating the specified BuildSourceItem and PartItem.
BuildRuleItem(BuildSourceItem buildSource, PartItem buildTarget, BuildRule buildRule)
          Create a BuildRuleItem associating the specified SourceItem and PartItem using the existing BuildRule association.
AllocatedUsageItem(PartItem uses, PartItem usedBy)
          Create a usage item between the specified part items.
AllocatedUsageItem(PartItem uses, PartItem usedBy, WTPartUsageLink usage_link)
          Create a usage item between the specified part items using the specified usage link.
AllocatedUsageItem(PartItem uses, PartItem usedBy, WTPartUsageLink usage_link, PartUsesOccurrence occurrence)
          Create a usage item between the specified part items using the specified usage link.
AllocatedUsageItem(PartItem uses, PartItem usedBy, WTPartUsageLink usage_link, PartUsesOccurrence occurrence, String serial_number)
          Create a usage item between the specified part items using the specified usage link.