Package org.kuali.rice.kns.util
Class KNSGlobalVariables
java.lang.Object
org.kuali.rice.kns.util.KNSGlobalVariables
Deprecated.
Only used in KNS classes, use KRAD.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidclear()Deprecated.static KualiFormDeprecated.static MessageListDeprecated.static voidsetKualiForm(KualiForm kualiForm) Deprecated.static voidsetMessageList(MessageList messageList) Deprecated.
-
Method Details
-
getMessageList
Deprecated.- Returns:
- ArrayList containing messages.
-
setMessageList
Deprecated.Sets a new message list -
getKualiForm
Deprecated.- Returns:
- KualiForm that has been assigned to this thread of execution.
-
setKualiForm
Deprecated.sets the kualiForm object into the global variable for this thread -
clear
Deprecated.
-