|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.enterprise.change2.commands.ChangeItemQueryCommands
public class ChangeItemQueryCommands
Query class used to obtain the default contents of the change tables,
such as affected end items, affected objects, resulting items,
used by the information pages and the wizards.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
static List<Changeable2> |
getAffectedData(NmCommandBean cb)
Get the list of items to show in the affected data table. |
static List<WTPartMaster> |
getAffectedEndItems(NmCommandBean cb)
Get the list of items to show in the affected end items table. |
static List |
getImplementationPlan(NmCommandBean cb)
Get the list of change tasks (WTChangeActivity2) to display on the implementation plan table for the current change order (ChangeOrderIfc). |
static List<Changeable2> |
getResultingItems(NmCommandBean cb)
Get the list of items to show in the resulting items table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static List<Changeable2> getAffectedData(NmCommandBean cb)
cb - The command bean for the current context
public static List<Changeable2> getResultingItems(NmCommandBean cb)
cb - The command bean for the current client
public static List<WTPartMaster> getAffectedEndItems(NmCommandBean cb)
cb - The command bean for the current client
public static List getImplementationPlan(NmCommandBean cb)
cb - The command bean that contains the action oid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||