Class PasteChangeableCommands


public class PasteChangeableCommands extends PasteCommands
A class to paste changeables to the Change Management wizard tables.

Supported API: true

Extendable: true
  • Constructor Details

    • PasteChangeableCommands

      public PasteChangeableCommands()
      Default constructor

      Supported API: true
    • PasteChangeableCommands

      public PasteChangeableCommands(NmCommandBean cb)
      Default constructor initializing the command class with the specified command bean.

      Supported API: true
      Parameters:
      cb -
  • Method Details

    • paste

      public static FormResult paste(NmCommandBean cb) throws WTException
      Paste method to handle the paste operation. Will call the doPaste() method to perform the paste.

      Supported API: true
      Parameters:
      cb -
      Returns:
      Throws:
      WTException
      See Also:
    • pasteSelect

      public static FormResult pasteSelect(NmCommandBean cb) throws WTException
      Method to handle the paste select operation. Will initialize the command bean with the paste select flag and call the paste() method.

      Supported API: true
      Parameters:
      cb -
      Returns:
      Throws:
      WTException
    • getPasteValidationKey

      protected String getPasteValidationKey()
      Retrieves the validation key used for validating the changeables to be added to the table via paste.

      Supported API: true
      Specified by:
      getPasteValidationKey in class PasteCommands
      Returns:
      the validation key or null if no validation is needed.