org.kuali.kpme.tklm.common
Class TkConstants

java.lang.Object
  extended by org.kuali.kpme.tklm.common.TkConstants

public class TkConstants
extends Object


Nested Class Summary
static class TkConstants.ACTIONS
           
static class TkConstants.CacheNamespace
           
 
Field Summary
static Map<String,String> ACTION_HISTORY_CODES
           
static String ADD
           
static Map<String,String> ALL_ROLES_MAP
           
static String CALENDAR_TYPE_LEAVE
           
static String CALENDAR_TYPE_PAY
           
static Map<String,String> CLOCK_ACTION_STRINGS
           
static Map<String,Set<String>> CLOCK_ACTION_TRANSITION_MAP
          Simplistic state transition map, created statically for speed.
static List<String> ClOCK_ACTIONS
           
static Map<String,Set<String>> CLOCK_AVAILABLE_ACTION_MAP
           
static String CLOCK_IN
           
static String CLOCK_OUT
           
static String DAILY_OVT_CODE
           
static String DELETE
           
static String DOCUMENT_ID_REQUEST_NAME
           
static org.joda.time.format.DateTimeFormatter DT_ABBREV_DATE_FORMAT
           
static org.joda.time.format.DateTimeFormatter DT_BASIC_TIME_FORMAT
           
static org.joda.time.format.DateTimeFormatter DT_FULL_DATE_TIME_FORMAT
           
static org.joda.time.format.DateTimeFormatter DT_JUST_DAY_FORMAT
           
static org.joda.time.format.DateTimeFormatter DT_MILITARY_TIME_FORMAT
           
static String EARN_CODE_CPE
           
static List<String> EMPLOYEE_APPROVAL_DOC_STATUS
           
static Map<String,String> EMPLOYEE_OVERRIDE_TYPE
           
static TimeZone GMT_TIME_ZONE
           
static String GMT_TIME_ZONE_ID
           
static Integer LENGTH_OF_WORK_SCHEDULE
           
static Map<String,String> LOCATION_TO_TIME_ZONE_MAP
           
static String LUNCH_IN
           
static String LUNCH_OUT
           
static List<String> MISSEDPUNCH_APPROVAL_TIME_DOC_STATUS
           
static String MODIFIED
           
static Integer NUMBER_OF_HOURS_CLOCKED_IN_APPROVE_TAB_HIGHLIGHT
           
static List<String> ON_THE_CLOCK_CODES
           
static List<String> ROLE_ASSIGNMENT_FOR_USER_ROLES
           
static String ROLE_LV_DEPT_ADMIN
           
static String ROLE_LV_DEPT_VO
           
static String ROLE_NAMESAPCE
          The following ROLE_* constants need to match what is in the workflow database.
static String ROLE_TK_APPROVER
           
static String ROLE_TK_APPROVER_DELEGATE
           
static String ROLE_TK_DEPT_ADMIN
           
static String ROLE_TK_DEPT_VO
           
static String ROLE_TK_EMPLOYEE
           
static String ROLE_TK_GLOBAL_VO
           
static String ROLE_TK_LOCATION_ADMIN
           
static String ROLE_TK_LOCATION_VO
           
static String ROLE_TK_REVIEWER
           
static String ROLE_TK_SYS_ADMIN
           
static String ROLE_WORK_AREA_QUALIFIER_ID
           
static String SUPER_USER
           
 
Constructor Summary
TkConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LENGTH_OF_WORK_SCHEDULE

public static final Integer LENGTH_OF_WORK_SCHEDULE

CLOCK_IN

public static final String CLOCK_IN
See Also:
Constant Field Values

CLOCK_OUT

public static final String CLOCK_OUT
See Also:
Constant Field Values

LUNCH_IN

public static final String LUNCH_IN
See Also:
Constant Field Values

LUNCH_OUT

public static final String LUNCH_OUT
See Also:
Constant Field Values

ON_THE_CLOCK_CODES

public static final List<String> ON_THE_CLOCK_CODES

CALENDAR_TYPE_PAY

public static final String CALENDAR_TYPE_PAY
See Also:
Constant Field Values

CALENDAR_TYPE_LEAVE

public static final String CALENDAR_TYPE_LEAVE
See Also:
Constant Field Values

EARN_CODE_CPE

public static final String EARN_CODE_CPE
See Also:
Constant Field Values

DELETE

public static final String DELETE
See Also:
Constant Field Values

ADD

public static final String ADD
See Also:
Constant Field Values

MODIFIED

public static final String MODIFIED
See Also:
Constant Field Values

ACTION_HISTORY_CODES

public static final Map<String,String> ACTION_HISTORY_CODES

SUPER_USER

public static final String SUPER_USER
See Also:
Constant Field Values

LOCATION_TO_TIME_ZONE_MAP

public static final Map<String,String> LOCATION_TO_TIME_ZONE_MAP

ROLE_NAMESAPCE

public static final String ROLE_NAMESAPCE
The following ROLE_* constants need to match what is in the workflow database. They will be used internally to obtain a reference to the underlying IDs in the workflow system.

Used in *ValuesFinder classes for maintenance page dropdowns.

See Also:
Constant Field Values

ROLE_TK_GLOBAL_VO

public static final String ROLE_TK_GLOBAL_VO
See Also:
Constant Field Values

ROLE_TK_DEPT_VO

public static final String ROLE_TK_DEPT_VO
See Also:
Constant Field Values

ROLE_LV_DEPT_VO

public static final String ROLE_LV_DEPT_VO
See Also:
Constant Field Values

ROLE_TK_LOCATION_VO

public static final String ROLE_TK_LOCATION_VO
See Also:
Constant Field Values

ROLE_TK_REVIEWER

public static final String ROLE_TK_REVIEWER
See Also:
Constant Field Values

ROLE_TK_APPROVER

public static final String ROLE_TK_APPROVER
See Also:
Constant Field Values

ROLE_TK_APPROVER_DELEGATE

public static final String ROLE_TK_APPROVER_DELEGATE
See Also:
Constant Field Values

ROLE_TK_EMPLOYEE

public static final String ROLE_TK_EMPLOYEE
See Also:
Constant Field Values

ROLE_TK_LOCATION_ADMIN

public static final String ROLE_TK_LOCATION_ADMIN
See Also:
Constant Field Values

ROLE_TK_DEPT_ADMIN

public static final String ROLE_TK_DEPT_ADMIN
See Also:
Constant Field Values

ROLE_LV_DEPT_ADMIN

public static final String ROLE_LV_DEPT_ADMIN
See Also:
Constant Field Values

ROLE_TK_SYS_ADMIN

public static final String ROLE_TK_SYS_ADMIN
See Also:
Constant Field Values

ROLE_WORK_AREA_QUALIFIER_ID

public static final String ROLE_WORK_AREA_QUALIFIER_ID
See Also:
Constant Field Values

ROLE_ASSIGNMENT_FOR_USER_ROLES

public static final List<String> ROLE_ASSIGNMENT_FOR_USER_ROLES

ALL_ROLES_MAP

public static final Map<String,String> ALL_ROLES_MAP

ClOCK_ACTIONS

public static final List<String> ClOCK_ACTIONS

CLOCK_ACTION_TRANSITION_MAP

public static final Map<String,Set<String>> CLOCK_ACTION_TRANSITION_MAP
Simplistic state transition map, created statically for speed.


CLOCK_AVAILABLE_ACTION_MAP

public static final Map<String,Set<String>> CLOCK_AVAILABLE_ACTION_MAP

CLOCK_ACTION_STRINGS

public static final Map<String,String> CLOCK_ACTION_STRINGS

DOCUMENT_ID_REQUEST_NAME

public static final String DOCUMENT_ID_REQUEST_NAME
See Also:
Constant Field Values

NUMBER_OF_HOURS_CLOCKED_IN_APPROVE_TAB_HIGHLIGHT

public static final Integer NUMBER_OF_HOURS_CLOCKED_IN_APPROVE_TAB_HIGHLIGHT

GMT_TIME_ZONE_ID

public static final String GMT_TIME_ZONE_ID
See Also:
Constant Field Values

GMT_TIME_ZONE

public static final TimeZone GMT_TIME_ZONE

DT_BASIC_TIME_FORMAT

public static final org.joda.time.format.DateTimeFormatter DT_BASIC_TIME_FORMAT

DT_MILITARY_TIME_FORMAT

public static final org.joda.time.format.DateTimeFormatter DT_MILITARY_TIME_FORMAT

DT_ABBREV_DATE_FORMAT

public static final org.joda.time.format.DateTimeFormatter DT_ABBREV_DATE_FORMAT

DT_FULL_DATE_TIME_FORMAT

public static final org.joda.time.format.DateTimeFormatter DT_FULL_DATE_TIME_FORMAT

DT_JUST_DAY_FORMAT

public static org.joda.time.format.DateTimeFormatter DT_JUST_DAY_FORMAT

EMPLOYEE_OVERRIDE_TYPE

public static final Map<String,String> EMPLOYEE_OVERRIDE_TYPE

DAILY_OVT_CODE

public static final String DAILY_OVT_CODE
See Also:
Constant Field Values

EMPLOYEE_APPROVAL_DOC_STATUS

public static final List<String> EMPLOYEE_APPROVAL_DOC_STATUS

MISSEDPUNCH_APPROVAL_TIME_DOC_STATUS

public static final List<String> MISSEDPUNCH_APPROVAL_TIME_DOC_STATUS
Constructor Detail

TkConstants

public TkConstants()


Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.