|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.enterprise.change2.commands.PasteCommands
com.ptc.windchill.enterprise.change2.commands.PasteChangeableCommands
public class PasteChangeableCommands
A class to paste changeables and changeItems from the Change Management tables.
Supported API: true
Extendable: true
| Constructor Summary | |
|---|---|
PasteChangeableCommands(NmCommandBean cb)
Constructor to create a PasteChangeableCommands class. |
|
| Method Summary | |
|---|---|
static FormResult |
paste(NmCommandBean cb)
Handler method for the Paste functionality. |
static FormResult |
paste(NmCommandBean cb,
boolean isPasteSelect)
Handler method for the Paste and Paste Select functionality. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasteChangeableCommands(NmCommandBean cb)
cb - The command bean to set on the class.| Method Detail |
|---|
public static FormResult paste(NmCommandBean cb)
throws WTException
cb - The current command bean.
WTException
public static FormResult paste(NmCommandBean cb,
boolean isPasteSelect)
throws WTException
cb - The current command bean.isPasteSelect - True from paste select.
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||