|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.enterprise.change2.commands.RelatedChangesQueryCommands
public class RelatedChangesQueryCommands
Gets table row data for the related changes table given various types of
context objects.
Supported API: true
Extendable: false
ChangeService2| Method Summary | |
|---|---|
static List<ChangeItemIfc> |
getAssociatedChanges(NmCommandBean cb,
Class c)
Using the client data from change wizards returns the appropriate related changes. |
static QueryResult |
getRelatedAffectingChangeNotices(Changeable2 changeable)
Returns affected by change notices related to the given changeable. |
static QueryResult |
getRelatedChangeNotices(ChangeRequestIfc changeRequest)
Returns change notices related to the given change request. |
static QueryResult |
getRelatedChangeRequests(Changeable2 changeable)
Returns changes requests related to the given changeable. |
static QueryResult |
getRelatedChangeRequests(ChangeIssueIfc changeIssue)
Returns changes requests related to the given problem report. |
static QueryResult |
getRelatedChangeRequests(ChangeOrderIfc changeNotice)
Returns change requests related to the given change notice. |
static QueryResult |
getRelatedProblemReports(Changeable2 changeable)
Returns problem reports related to the given changeable. |
static QueryResult |
getRelatedProblemReports(ChangeRequestIfc changeRequest)
Returns problem reports related to the given change request. |
static QueryResult |
getRelatedResultingChangeNotices(Changeable2 changeable)
Returns resulting from change notices related to the given changeable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static QueryResult getRelatedProblemReports(Changeable2 changeable)
throws WTException
changeable -
WTExceptionChangeIssueIfc,
Changeable2
public static QueryResult getRelatedChangeRequests(Changeable2 changeable)
throws WTException
changeable -
WTExceptionChangeRequestIfc,
Changeable2
public static QueryResult getRelatedAffectingChangeNotices(Changeable2 changeable)
throws WTException
changeable -
WTExceptionChangeOrderIfc,
Changeable2
public static QueryResult getRelatedResultingChangeNotices(Changeable2 changeable)
throws WTException
changeable -
WTExceptionChangeOrderIfc,
Changeable2
public static QueryResult getRelatedChangeRequests(ChangeIssueIfc changeIssue)
throws WTException
changeIssue -
WTExceptionChangeRequestIfc,
ChangeIssueIfc
public static QueryResult getRelatedProblemReports(ChangeRequestIfc changeRequest)
throws WTException
changeRequest -
WTExceptionChangeIssueIfc,
ChangeRequestIfc
public static QueryResult getRelatedChangeNotices(ChangeRequestIfc changeRequest)
throws WTException
changeRequest -
WTExceptionChangeOrderIfc,
ChangeRequestIfc
public static QueryResult getRelatedChangeRequests(ChangeOrderIfc changeNotice)
throws WTException
changeNotice -
WTExceptionChangeRequestIfc,
ChangeOrderIfc
public static List<ChangeItemIfc> getAssociatedChanges(NmCommandBean cb,
Class c)
throws WTException
cb - The client data.c - The class for the change object that is getting created or modified in a wizard.
WTException - when an error occurs in getting the related changes.ChangeRequestIfc,
ChangeOrderIfc
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||