|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineNumber | |
com.ptc.windchill.esi.bom | |
wt.part | Defines WTPart s and WTPartMaster s (
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 LineNumber in com.ptc.windchill.esi.bom |
Methods in com.ptc.windchill.esi.bom with parameters of type LineNumber | |
AlternateItemGroup |
AlternateItemGroupMgr.getAlternateItemGroup(WTPart assembly,
WTPartMaster component,
LineNumber lineNumber)
Returns an alternate item group , if with line number , based upon an assembly part and line number, otherwise considering as consolidated usage links, means that only one association between an assembly and more than one same components Supported API: true |
WTPartUsageLink |
AlternateItemGroupMgr.getUsageLink(WTPart bom,
LineNumber lineNumber)
|
Uses of LineNumber in wt.part |
Fields in wt.part declared as LineNumber | |
private LineNumber |
WTPartUsageLink.lineNumber
|
private LineNumber |
PublishedLineNumber.lineNumber
|
Methods in wt.part that return LineNumber | |
LineNumber |
WTPartUsageLink.getLineNumber()
Gets the object for the association that plays role: LINE_NUMBER. |
LineNumber |
StandardLineNumberService.getLatestLineNumber(WTPart part)
Returns the largest line number assigned to the part. |
LineNumber |
PublishedLineNumber.getLineNumber()
Gets the object for the association that plays role: LINE_NUMBER. |
LineNumber |
PartUsageInfo.getLineNumber()
Gets the value of the attribute: lineNumber; The line number associated with this part usage. |
private LineNumber |
PartStructureLineNumberComparator.getLineNumber(Object obj)
|
LineNumber |
LineNumberServiceFwd.getLatestLineNumber(WTPart part)
Returns the largest line number assigned to the part. |
LineNumber |
LineNumberService.getLatestLineNumber(WTPart part)
Returns the largest line number assigned to the part. |
static LineNumber |
LineNumber.newLineNumber(long number)
Constructs an instance of a LineNumber given a line number value. |
Methods in wt.part with parameters of type LineNumber | |
void |
WTPartUsageLink.setLineNumber(LineNumber a_LineNumber)
Sets the object for the association that plays role: LINE_NUMBER. |
void |
StandardLineNumberService.publishLineNumber(LineNumber number,
WTPartMaster part,
View view)
Publishes the line number associated with the given part number (i.e., WTPartMaster) in the given view. |
boolean |
StandardLineNumberService.isLineNumberPublished(LineNumber number,
WTPartMaster part,
View view)
Returns true if the line number associated with the given part number (i.e., WTPartMaster) in the given view is published. |
void |
StandardLineNumberService.unpublishLineNumber(LineNumber number,
WTPartMaster part,
View view)
Unpublishes the line number associated with the given part number (i.e., WTPartMaster) in the given view. |
private QueryResult |
StandardLineNumberService.findPublishedLineNumber(LineNumber number,
WTPartMaster part,
View view)
|
void |
PublishedLineNumber.setLineNumber(LineNumber a_LineNumber)
Sets the object for the association that plays role: LINE_NUMBER. |
private void |
PublishedLineNumber.lineNumberValidate(LineNumber a_LineNumber)
|
void |
LineNumberServiceFwd.publishLineNumber(LineNumber number,
WTPartMaster part,
View view)
Publishes the line number associated with the given part number (i.e., WTPartMaster) in the given view. |
boolean |
LineNumberServiceFwd.isLineNumberPublished(LineNumber number,
WTPartMaster part,
View view)
Returns true if the line number associated with the given part number (i.e., WTPartMaster) in the given view is published. |
void |
LineNumberServiceFwd.unpublishLineNumber(LineNumber number,
WTPartMaster part,
View view)
Unpublishes the line number associated with the given part number (i.e., WTPartMaster) in the given view. |
void |
LineNumberService.publishLineNumber(LineNumber number,
WTPartMaster part,
View view)
Publishes the line number associated with the given part number (i.e., WTPartMaster) in the given view. |
boolean |
LineNumberService.isLineNumberPublished(LineNumber number,
WTPartMaster part,
View view)
Returns true if the line number associated with the given part number (i.e., WTPartMaster) in the given view is published. |
void |
LineNumberService.unpublishLineNumber(LineNumber number,
WTPartMaster part,
View view)
Unpublishes the line number associated with the given part number (i.e., WTPartMaster) in the given view. |
protected boolean |
LineNumber.readVersion(LineNumber thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |