Class KNSGlobalVariables

java.lang.Object
org.kuali.rice.kns.util.KNSGlobalVariables

@Deprecated public final class KNSGlobalVariables extends Object
Deprecated.
Only used in KNS classes, use KRAD.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

    • getMessageList

      @Deprecated public static MessageList getMessageList()
      Deprecated.
      Returns:
      ArrayList containing messages.
    • setMessageList

      @Deprecated public static void setMessageList(MessageList messageList)
      Deprecated.
      Sets a new message list
    • getKualiForm

      @Deprecated public static KualiForm getKualiForm()
      Deprecated.
      Returns:
      KualiForm that has been assigned to this thread of execution.
    • setKualiForm

      @Deprecated public static void setKualiForm(KualiForm kualiForm)
      Deprecated.
      sets the kualiForm object into the global variable for this thread
    • clear

      @Deprecated public static void clear()
      Deprecated.