org.kuali.rice.kns.util
Class KNSGlobalVariables

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

Deprecated. Only used in KNS classes, use KRAD.

@Deprecated
public final class KNSGlobalVariables
extends Object

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
static void clear()
          Deprecated. 
static Map<String,AuditCluster> getAuditErrorMap()
          Deprecated. 
static KualiForm getKualiForm()
          Deprecated. 
static MessageList getMessageList()
          Deprecated. 
static void setAuditErrorMap(HashMap<String,AuditCluster> errorMap)
          Deprecated. 
static void setKualiForm(KualiForm kualiForm)
          Deprecated. 
static void setMessageList(MessageList messageList)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

Parameters:
messageList -

getKualiForm

@Deprecated
public static KualiForm getKualiForm()
Deprecated. 

Returns:
KualiForm that has been assigned to this thread of execution.

getAuditErrorMap

@Deprecated
public static Map<String,AuditCluster> getAuditErrorMap()
Deprecated. 

Returns:
ArrayList containing audit error messages.

setAuditErrorMap

@Deprecated
public static void setAuditErrorMap(HashMap<String,AuditCluster> errorMap)
Deprecated. 

Sets a new (clean) AuditErrorList

Parameters:
errorMap -

setKualiForm

@Deprecated
public static void setKualiForm(KualiForm kualiForm)
Deprecated. 

sets the kualiForm object into the global variable for this thread

Parameters:
kualiForm -

clear

@Deprecated
public static void clear()
Deprecated. 



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.