Uses of Class
wt.part.QuantityUnit

Packages that use QuantityUnit
com.ptc.core.query.report.bom.server   
com.ptc.windchill.cadx.autoassociate   
com.ptc.windchill.cadx.common   
com.ptc.windchill.uwgm.common.autoassociate   
com.ptc.windchill.uwgm.proesrv.ndimpl   
com.ptc.windchill.uwgm.task.autoassociate   
wt.clients.prodmgmt   
wt.clients.replication.unit   
wt.epm
 
wt.epm.ndi   
wt.epm.ndi.impl   
wt.epm.upload   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
 

Uses of QuantityUnit in com.ptc.core.query.report.bom.server
 

Fields in com.ptc.core.query.report.bom.server declared as QuantityUnit
private  QuantityUnit BOMConsolidator.ConsolidatedBOMKey.units
           
 

Methods in com.ptc.core.query.report.bom.server that return QuantityUnit
 QuantityUnit BOMConsolidator.ConsolidatedBOMKey.getUnits()
           
 

Constructors in com.ptc.core.query.report.bom.server with parameters of type QuantityUnit
BOMConsolidator.ConsolidatedBOMKey(long partObjectId, QuantityUnit units)
           
 

Uses of QuantityUnit in com.ptc.windchill.cadx.autoassociate
 

Methods in com.ptc.windchill.cadx.autoassociate with parameters of type QuantityUnit
 WTPart DefaultAutoAssociatePartFinderCreator.createNewWTPart(EPMDocument epmDoc, String a_PartNumber, String a_PartName, PartType a_PartType, String a_folderOID, EPMWorkspace a_CurrentWS, WTOrganization a_org, Source a_source, QuantityUnit a_defaultUnits)
           
 WTPart AutoAssociatePartFinderCreator.createNewWTPart(EPMDocument epmDoc, String a_PartNumber, String a_PartName, PartType a_PartType, String folderOID, EPMWorkspace a_CurrentWS, WTOrganization a_org, Source a_source, QuantityUnit a_defaultUnits)
           
static WTPart AutoAssociateHelper.createAutoAssociatePart(EPMDocument doc, String aPartNumber, String aPartName, String folderOID, PartType aPartType, EPMWorkspace ws, Source a_source, QuantityUnit a_defaultUnits)
           
private static WTPart AutoAssociateHelper.createNewPartIfPossible(AutoAssociatePartFinderCreator adag, EPMDocument document, String aPartNumber, String aPartName, PartType aPartType, EPMWorkspace ws, Source a_source, QuantityUnit a_defaultUnits, String folderOID)
           
 

Uses of QuantityUnit in com.ptc.windchill.cadx.common
 

Methods in com.ptc.windchill.cadx.common with parameters of type QuantityUnit
static WTPart WTPartUtilities.createNewPart(String a_PartNumber, String a_PartName, PartType a_PartType, String a_folderOID, EPMWorkspace a_CurrentWS, WTOrganization org, WTContainer container, Source a_source, QuantityUnit a_defaultUnits)
           
static WTPart WTPartUtilities.createNewPart(String a_PartNumber, String a_PartName, PartType a_PartType, String a_folderOID, EPMWorkspace a_CurrentWS, WTOrganization org, WTContainer container, Source a_source, QuantityUnit a_defaultUnits, boolean deferSaving)
           
 

Uses of QuantityUnit in com.ptc.windchill.uwgm.common.autoassociate
 

Methods in com.ptc.windchill.uwgm.common.autoassociate with parameters of type QuantityUnit
static WTPart AutoAssociateHelper.createAutoAssociatePart(EPMDocument doc, String aPartNumber, String aPartName, String folderOID, PartType aPartType, EPMWorkspace ws, Source a_source, QuantityUnit a_defaultUnits)
           
private static WTPart AutoAssociateHelper.createNewPartIfPossible(AutoAssociatePartFinderCreator adag, EPMDocument document, String aPartNumber, String aPartName, PartType aPartType, EPMWorkspace ws, Source a_source, QuantityUnit a_defaultUnits, String folderOID)
           
 

Uses of QuantityUnit in com.ptc.windchill.uwgm.proesrv.ndimpl
 

Methods in com.ptc.windchill.uwgm.proesrv.ndimpl that return QuantityUnit
 QuantityUnit ProENDDocument.getDefaultUnit()
           
 

Uses of QuantityUnit in com.ptc.windchill.uwgm.task.autoassociate
 

Fields in com.ptc.windchill.uwgm.task.autoassociate declared as QuantityUnit
(package private)  QuantityUnit AutoAssociateTask.AutoAssociateTaskExecutor.quantity_unit
           
 

Methods in com.ptc.windchill.uwgm.task.autoassociate with parameters of type QuantityUnit
 WTPart DefaultAutoAssociatePartFinderCreator.createNewWTPart(EPMDocument epmDoc, String a_PartNumber, String a_PartName, PartType a_PartType, String a_folderOID, EPMWorkspace a_CurrentWS, WTOrganization a_org, Source a_source, QuantityUnit a_defaultUnits)
           
 

Uses of QuantityUnit in wt.clients.prodmgmt
 

Fields in wt.clients.prodmgmt declared as QuantityUnit
private  QuantityUnit UsageMasterItem.unit
           
private  QuantityUnit UsageItem.unit
           
private  QuantityUnit UsageInterfaceItem.unit
           
private  QuantityUnit PartItem.unitOfMeasure
           
private  QuantityUnit InstanceMasterItem.unit
           
 

Methods in wt.clients.prodmgmt that return QuantityUnit
 QuantityUnit UsesPanel.getSelectedUnit(int row)
          Get the unit for the usage item at the specified row
 QuantityUnit UsesPanel.getSelectedUnit()
          Get the selected unit from the unit choice.
 QuantityUnit UsageMasterItem.getUnits()
          Get the units for the quantity.
 QuantityUnit UsageItem.getUnits()
          Get the units for the quantity.
 QuantityUnit UsageInterfaceItem.getUnits()
           
 QuantityUnit PartItem.getDefaultUnit()
           
 QuantityUnit InstanceMasterItem.getUnits()
          Get the units for the quantity.
 

Methods in wt.clients.prodmgmt with parameters of type QuantityUnit
 void UsageMasterItem.setUnit(QuantityUnit a_unit)
          Set the units for the quantity.
 void UsageItem.setUnit(QuantityUnit a_unit)
          Set the units for the quantity.
 void UsageInterfaceItem.setUnit(QuantityUnit a_unit)
           
 void PartItem.setDefaultUnit(QuantityUnit unit)
           
 void InstanceMasterItem.setUnit(QuantityUnit a_unit)
          Set the units for the quantity.
 

Uses of QuantityUnit in wt.clients.replication.unit
 

Fields in wt.clients.replication.unit declared as QuantityUnit
private  QuantityUnit UsageMasterItem.unit
           
private  QuantityUnit UsageItem.unit
           
private  QuantityUnit UsageInterfaceItem.unit
           
private  QuantityUnit UnitUsageItem.unit
           
private  QuantityUnit UnitUsageInterfaceItem.unit
           
 

Methods in wt.clients.replication.unit that return QuantityUnit
 QuantityUnit UsesPanel.getSelectedUnit(int row)
          Get the unit for the usage item at the specified row
 QuantityUnit UsesPanel.getSelectedUnit()
          Get the selected unit from the unit choice.
 QuantityUnit UsageMasterItem.getUnits()
          Get the units for the quantity.
 QuantityUnit UsageItem.getUnits()
          Get the units for the quantity.
 QuantityUnit UsageInterfaceItem.getUnits()
           
 QuantityUnit UnitUsageInterfaceItem.getUnits()
           
 QuantityUnit UnitPartPanel.getSelectedUnit(int row)
          Get the unit for the usage item at the specified row
 QuantityUnit UnitPartPanel.getSelectedUnit()
          Get the selected unit from the unit choice.
 

Methods in wt.clients.replication.unit with parameters of type QuantityUnit
 void UsageMasterItem.setUnit(QuantityUnit a_unit)
          Set the units for the quantity.
 void UsageItem.setUnit(QuantityUnit a_unit)
          Set the units for the quantity.
 void UsageInterfaceItem.setUnit(QuantityUnit a_unit)
           
 void UnitUsageInterfaceItem.setUnit(QuantityUnit a_unit)
           
 

Uses of QuantityUnit in wt.epm
 

Fields in wt.epm declared as QuantityUnit
private  QuantityUnit EPMDocumentMaster.defaultUnit
           
 

Methods in wt.epm that return QuantityUnit
 QuantityUnit EPMDocumentMaster.getDefaultUnit()
          Gets the object for the association that plays role: DEFAULT_UNIT.
 QuantityUnit EPMDocument.getDefaultUnit()
          Gets the value of the attribute: DEFAULT_UNIT.
 

Methods in wt.epm with parameters of type QuantityUnit
 void EPMDocumentMaster.setDefaultUnit(QuantityUnit a_DefaultUnit)
          Sets the object for the association that plays role: DEFAULT_UNIT.
private  void EPMDocumentMaster.defaultUnitValidate(QuantityUnit a_DefaultUnit)
           
protected  void EPMDocumentMaster.initialize(String newNumber, String newName, EPMAuthoringAppType authoringAppl, EPMDocumentType documentType, EPMDocSubType docSubType, String CADName, QuantityUnit defaultUnit)
           
static EPMDocument EPMDocument.newEPMDocument(String number, String name, EPMAuthoringAppType authoringApp, EPMDocumentType docType, String CADName, QuantityUnit defaultUnit)
          

Supported API: true
protected  void EPMDocument.initialize(String number, String name, EPMAuthoringAppType authoringApp, EPMDocumentType docType, String CADName, QuantityUnit defaultUnit)
          Supports initialization, following construction of an instance.
 

Uses of QuantityUnit in wt.epm.ndi
 

Methods in wt.epm.ndi that return QuantityUnit
 QuantityUnit EPMNDDocument.getDefaultUnit()
          Gets the value of the attribute: defaultUnit.
 

Uses of QuantityUnit in wt.epm.ndi.impl
 

Methods in wt.epm.ndi.impl that return QuantityUnit
 QuantityUnit EPMNDDocumentImpl.getDefaultUnit()
          Gets defaultUnit.
 

Uses of QuantityUnit in wt.epm.upload
 

Fields in wt.epm.upload declared as QuantityUnit
static QuantityUnit EPMUpload.DEFAULT_QUANTITY_UNIT
           
 

Methods in wt.epm.upload with parameters of type QuantityUnit
 EPMDocument EPMUpload.createNewEPMDocument(String number, String cadName, String name, String type, String docSubType, int revisionNumber, boolean isVerified, EPMAuthoringAppVersion authoringApplicationVersion, WTContainer container, WTOrganization organization, QuantityUnit defaultUnit)
           
 

Uses of QuantityUnit in wt.part
 

Fields in wt.part declared as QuantityUnit
private  QuantityUnit WTPartMaster.defaultUnit
           
static QuantityUnit QuantityUnit.EA
          

Supported API: true
static QuantityUnit QuantityUnit.AS_NEEDED
          

Supported API: true
static QuantityUnit QuantityUnit.KG
          

Supported API: true
static QuantityUnit QuantityUnit.M
          

Supported API: true
static QuantityUnit QuantityUnit.L
          

Supported API: true
private  QuantityUnit Quantity.unit
           
 

Methods in wt.part that return QuantityUnit
 QuantityUnit WTProductInstanceMaster.getProductDefaultUnit()
          Gets the value of the attribute: PRODUCT_DEFAULT_UNIT.
 QuantityUnit WTProductInstance2.getProductDefaultUnit()
          Gets the value of the attribute: PRODUCT_DEFAULT_UNIT.
 QuantityUnit WTProductConfigurationMaster.getProductDefaultUnit()
          Gets the value of the attribute: PRODUCT_DEFAULT_UNIT.
 QuantityUnit WTProductConfiguration.getProductDefaultUnit()
          Gets the value of the attribute: PRODUCT_DEFAULT_UNIT.
 QuantityUnit WTPartMaster.getDefaultUnit()
          Gets the object for the association that plays role: DEFAULT_UNIT.
 QuantityUnit WTPart.getDefaultUnit()
          Gets the value of the attribute: DEFAULT_UNIT.
static QuantityUnit QuantityUnit.newQuantityUnit(int secretHandshake)
          Used by EnumeratedType for constructing instances of QuantityUnit, from a resource bundle.
static QuantityUnit QuantityUnit.toQuantityUnit(String internal_value)
          Returns the QuantityUnit instance for the internal_value argument.
static QuantityUnit QuantityUnit.getQuantityUnitDefault()
          Returns the default value (instance) for the QuantityUnit set.
static QuantityUnit[] QuantityUnit.getQuantityUnitSet()
          Returns a copy of the set of valid values (instances) for the QuantityUnit class.
 QuantityUnit Quantity.getUnit()
          Gets the object for the association that plays role: UNIT.
 

Methods in wt.part with parameters of type QuantityUnit
static WTProduct WTProduct.newWTProduct(String number, String name, QuantityUnit defaultUnit)
          Constructs a new WTPart and sets the WTPartMaster's name and number to the passed-in values.
protected  void WTProduct.initialize(String number, String name, QuantityUnit defaultUnit)
          Supports initialization, following construction of an instance.
protected  boolean WTPartUsageLinkModificationDelegate.isOccurrenceable(QuantityUnit occurrenceableUnit)
           
 void WTPartMaster.setDefaultUnit(QuantityUnit a_DefaultUnit)
          Sets the object for the association that plays role: DEFAULT_UNIT.
private  void WTPartMaster.defaultUnitValidate(QuantityUnit a_DefaultUnit)
           
 void WTPart.setDefaultUnit(QuantityUnit a_DefaultUnit)
          Sets the value of the attribute: DEFAULT_UNIT.
static WTPart WTPart.newWTPart(String number, String name, QuantityUnit defaultUnit)
          Constructs a new WTPart and sets the WTPartMaster's name and number to the passed-in values.
protected  void WTPart.initialize(String number, String name, QuantityUnit defaultUnit)
          Supports initialization, following construction of an instance.
 void Quantity.setUnit(QuantityUnit a_Unit)
          Sets the object for the association that plays role: UNIT.
static Quantity Quantity.newQuantity(double an_Amount, QuantityUnit a_Unit)
          Quantity factory, allowing construction with a specified amount and unit.
protected  void Quantity.initialize(double an_Amount, QuantityUnit a_Unit)
          Supports initialization, following construction of an instance.