org.kuali.kfs.module.endow.util
Class GloabalVariablesExtractHelper

java.lang.Object
  extended by org.kuali.kfs.module.endow.util.GloabalVariablesExtractHelper

public class GloabalVariablesExtractHelper
extends Object

This class will help extract the error messages from GlobalVariables object and creates a list of string.


Constructor Summary
GloabalVariablesExtractHelper()
           
 
Method Summary
static List<String> extractGlobalVariableErrors()
          Extracts errors for error report writing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GloabalVariablesExtractHelper

public GloabalVariablesExtractHelper()
Method Detail

extractGlobalVariableErrors

public static List<String> extractGlobalVariableErrors()
Extracts errors for error report writing.

Returns:
a list of error messages


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.