Uses of Interface
wt.part.PartExportTarget

Packages that use PartExportTarget
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 PartExportTarget in wt.part
 

Methods in wt.part that return PartExportTarget
 PartExportTarget PartExportInfo.getPartExportTarget()
          Gets the object for the association that plays role: PART_EXPORT_TARGET_ROLE.
 

Methods in wt.part with parameters of type PartExportTarget
 Timestamp WTPartServiceFwd.setExportDate(WTPart part, PartExportTarget target, Timestamp timestamp)
          Set the date that this part iteration was exported to another system - for example, an ERP system.
 Timestamp WTPartServiceFwd.getExportDate(WTPart part, PartExportTarget target)
          Get the date when this part iteration was exported to another system - for example, an ERP system.
 WTPart WTPartServiceFwd.latestExport(WTPartMaster master, PartExportTarget target)
          Returns the most recently iteration of a part master that was exported to another system - for example, an ERP System.
 Timestamp WTPartService.setExportDate(WTPart part, PartExportTarget target, Timestamp timestamp)
          Set the date that this part iteration was exported to another system - for example, an ERP system.
 Timestamp WTPartService.getExportDate(WTPart part, PartExportTarget target)
          Get the date when this part iteration was exported to another system - for example, an ERP system.
 WTPart WTPartService.latestExport(WTPartMaster master, PartExportTarget target)
          Returns the most recently iteration of a part master that was exported to another system - for example, an ERP System.
 Timestamp StandardWTPartService.setExportDate(WTPart part, PartExportTarget target, Timestamp timestamp)
          Set the date that this part iteration was exported to another system - for example, an ERP system.
 Timestamp StandardWTPartService.getExportDate(WTPart part, PartExportTarget target)
          Get the date when this part iteration was exported to another system - for example, an ERP system.
 WTPart StandardWTPartService.latestExport(WTPartMaster master, PartExportTarget target)
          Returns the most recently iteration of a part master that was exported to another system - for example, an ERP System.
 void PartExportInfo.setPartExportTarget(PartExportTarget thePartExportTarget)
          Sets the object for the association that plays role: PART_EXPORT_TARGET_ROLE.
static PartExportInfo PartExportInfo.newPartExportInfo(WTPart theWTPart, PartExportTarget thePartExportTarget)
          Default factory for the class.