org.kuali.kfs.module.ec
Class EffortConstants

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.kuali.rice.core.util.JSTLConstants
              extended by org.kuali.kfs.module.ec.EffortConstants
All Implemented Interfaces:
Serializable, Cloneable, Map

public class EffortConstants
extends org.kuali.rice.core.util.JSTLConstants

General constants for the effort reporting module.

See Also:
Serialized Form

Nested Class Summary
static class EffortConstants.EffortCertificationEditMode
           
static class EffortConstants.EffortDocumentTypes
           
 class EffortConstants.ExtractProcess
          hold contants used by extract process
 class EffortConstants.SystemParameters
          hold all system parameter names of effort reporting module
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static double AMOUNT_LIMIT_OF_TOTAL_SALARY_CHANGE
           
static String DASH_ACCOUNT_NUMBER
           
static String DASH_CHART_OF_ACCOUNTS_CODE
           
static String DASH_POSITION_NUMBER
           
static List<String> DETAIL_LINES_CONSOLIDATION_FILEDS
           
static List<String> DETAIL_LINES_GROUPING_FILEDS
           
static String DOCUMENT_PREFIX
           
static String EFFORT_CERTIFICATION_TAB_ERRORS
           
static String EFFORT_DETAIL_IMPORT_ERRORS
           
static String EFFORT_NAMESPACE_CODE
           
static List<String> ELIGIBLE_BALANCE_TYPES_FOR_EFFORT_REPORT
           
static List<String> ELIGIBLE_COST_SHARE_SUB_ACCOUNT_TYPE_CODES
           
static List<String> ELIGIBLE_EXPENSE_SUB_ACCOUNT_TYPE_CODES
           
static String GENERATE_EFFORT_CERTIFICATION_REPORT_DEFINITION_QUESTION_ID
           
static String LABOR_OBJECT_SALARY_CODE
           
static double PERCENT_LIMIT_OF_LINE_SALARY_CHANGE
           
static String RECREATED_DOCUMENT_MESSAGE_KEY
           
static String REQUIRED_IMPORT_FIELDS_ERRORS
           
static String SORT_DETAIL_LINE_BY_COLUMN_METHOD_NAME
           
static String VALUE_SEPARATOR
           
 
Constructor Summary
EffortConstants()
           
 
Method Summary
 
Methods inherited from class org.kuali.rice.core.util.JSTLConstants
clear, publishFields, publishMemberClassFields, put, putAll, remove
 
Methods inherited from class java.util.HashMap
clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

EFFORT_NAMESPACE_CODE

public static final String EFFORT_NAMESPACE_CODE
See Also:
Constant Field Values

DASH_ACCOUNT_NUMBER

public static final String DASH_ACCOUNT_NUMBER
See Also:
Constant Field Values

DASH_CHART_OF_ACCOUNTS_CODE

public static final String DASH_CHART_OF_ACCOUNTS_CODE
See Also:
Constant Field Values

DASH_POSITION_NUMBER

public static final String DASH_POSITION_NUMBER
See Also:
Constant Field Values

LABOR_OBJECT_SALARY_CODE

public static final String LABOR_OBJECT_SALARY_CODE
See Also:
Constant Field Values

VALUE_SEPARATOR

public static final String VALUE_SEPARATOR
See Also:
Constant Field Values

ELIGIBLE_BALANCE_TYPES_FOR_EFFORT_REPORT

public static final List<String> ELIGIBLE_BALANCE_TYPES_FOR_EFFORT_REPORT

ELIGIBLE_COST_SHARE_SUB_ACCOUNT_TYPE_CODES

public static final List<String> ELIGIBLE_COST_SHARE_SUB_ACCOUNT_TYPE_CODES

ELIGIBLE_EXPENSE_SUB_ACCOUNT_TYPE_CODES

public static final List<String> ELIGIBLE_EXPENSE_SUB_ACCOUNT_TYPE_CODES

PERCENT_LIMIT_OF_LINE_SALARY_CHANGE

public static final double PERCENT_LIMIT_OF_LINE_SALARY_CHANGE
See Also:
Constant Field Values

AMOUNT_LIMIT_OF_TOTAL_SALARY_CHANGE

public static final double AMOUNT_LIMIT_OF_TOTAL_SALARY_CHANGE
See Also:
Constant Field Values

EFFORT_DETAIL_IMPORT_ERRORS

public static final String EFFORT_DETAIL_IMPORT_ERRORS
See Also:
Constant Field Values

REQUIRED_IMPORT_FIELDS_ERRORS

public static final String REQUIRED_IMPORT_FIELDS_ERRORS
See Also:
Constant Field Values

DOCUMENT_PREFIX

public static final String DOCUMENT_PREFIX
See Also:
Constant Field Values

EFFORT_CERTIFICATION_TAB_ERRORS

public static final String EFFORT_CERTIFICATION_TAB_ERRORS
See Also:
Constant Field Values

RECREATED_DOCUMENT_MESSAGE_KEY

public static final String RECREATED_DOCUMENT_MESSAGE_KEY
See Also:
Constant Field Values

GENERATE_EFFORT_CERTIFICATION_REPORT_DEFINITION_QUESTION_ID

public static final String GENERATE_EFFORT_CERTIFICATION_REPORT_DEFINITION_QUESTION_ID
See Also:
Constant Field Values

DETAIL_LINES_CONSOLIDATION_FILEDS

public static final List<String> DETAIL_LINES_CONSOLIDATION_FILEDS

DETAIL_LINES_GROUPING_FILEDS

public static final List<String> DETAIL_LINES_GROUPING_FILEDS

SORT_DETAIL_LINE_BY_COLUMN_METHOD_NAME

public static final String SORT_DETAIL_LINE_BY_COLUMN_METHOD_NAME
See Also:
Constant Field Values
Constructor Detail

EffortConstants

public EffortConstants()


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