org.kuali.hr.time.service.base
Class TkServiceLocator

java.lang.Object
  extended by org.kuali.hr.time.service.base.TkServiceLocator
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class TkServiceLocator
extends Object
implements org.springframework.context.ApplicationContextAware


Field Summary
static org.springframework.context.ApplicationContext CONTEXT
           
static String HR_POSITION_SERVICE
           
static String hr_sal_group_SERVICE
           
static String KPME_DISTRIBUTED_CACHE_MANAGER
           
static String SPRING_BEANS
           
static String TK_ACCRUAL_CATEGORY_RULE_SERVICE
           
static String TK_ACCRUAL_CATEGORY_SERVICE
           
static String TK_APPROVE_SERVICE
           
static String TK_ASSIGNMENT_DAO
           
static String TK_ASSIGNMENT_SERVICE
           
static String TK_BATCH_JOB_ENTRY_SERVICE
           
static String TK_BATCH_JOB_SERVICE
           
static String TK_CACHE_MANAGER_SERVICE
           
static String TK_CLOCK_LOCATION_RULE_SERVICE
           
static String TK_CLOCK_LOG_SERVICE
           
static String TK_DAILY_OVERTIME_RULE_SERVICE
           
static String TK_DEPARTMENT_SERVICE
           
static String TK_DEPT_LUNCH_RULE_SERVICE
           
static String TK_EARN_CODE
           
static String TK_EARN_CODE_SECURITY
           
static String TK_GRACE_PERIOD_SERVICE
           
static String TK_HOLIDAY_CALENDAR_SERVICE
           
static String TK_JOB_SERVICE
           
static String TK_LOCATION_SERVICE
           
static String TK_MISSED_PUNCH_SERVICE
           
static String TK_PAY_CALENDAR_ENTRIES_SERVICE
           
static String TK_PAY_CALENDAR_SERVICE
           
static String TK_PAY_GRADE_SERVICE
           
static String TK_PAY_TYPE_SERVICE
           
static String TK_PERMISSIONS_SERVICE
           
static String TK_PERSISTENCE_BROKER_TEMPLATE
           
static String TK_PERSON_SERVICE
           
static String TK_PRINCIPAL_HR_ATTRIBUTES_SERVICE
           
static String TK_ROLE_GROUP_SERVICE
           
static String TK_ROLE_SERVICE
           
static String TK_SEARCH_ATTR_SERVICE
           
static String TK_SHIFT_DIFFERENTIAL_RULE_SERVICE
           
static String TK_SYSTEM_LUNCH_RULE_SERVICE
           
static String TK_TASK_SERVICE
           
static String TK_TIME_BLOCK_HISTORY_DETAIL_SERVICE
           
static String TK_TIME_BLOCK_HISTORY_SERVICE
           
static String TK_TIME_BLOCK_SERVICE
           
static String TK_TIME_COLLECTION_RULE_SERVICE
           
static String TK_TIME_EARN_CODE_GROUP_SERVICE
           
static String TK_TIME_HOUR_DETAIL_SERVICE
           
static String TK_TIME_OFF_ACCRUAL_SERVICE
           
static String TK_TIME_SUMMARY_SERVICE
           
static String TK_TIME_ZONE_SERVICE
           
static String TK_TIMESHEET_DOCUMENT_HEADER_SERVICE
           
static String TK_TIMESHEET_SERVICE
           
static String TK_USER_PREF_SERVICE
           
static String TK_WARNINGS_SERVICE
           
static String TK_WEEKLY_OVERTIME_RULE_SERVICE
           
static String TK_WORK_AREA_SERVICE
           
static String TK_WORK_SCHEDULE_ASSIGNMENT_SERVICE
           
static String TK_WORK_SCHEDULE_SERVICE
           
 
Constructor Summary
TkServiceLocator()
           
 
Method Summary
static AccrualCategoryService getAccrualCategoryService()
           
static AssignmentDao getAssignmentDao()
           
static AssignmentService getAssignmentService()
           
static BatchJobEntryService getBatchJobEntryService()
           
static BatchJobService getBatchJobService()
           
static CalendarEntriesService getCalendarEntriesService()
           
static CalendarService getCalendarService()
           
static ClockLocationRuleService getClockLocationRuleService()
           
static ClockLogService getClockLogService()
           
static DailyOvertimeRuleService getDailyOvertimeRuleService()
           
static DepartmentLunchRuleService getDepartmentLunchRuleService()
           
static DepartmentService getDepartmentService()
           
static org.kuali.rice.core.impl.cache.DistributedCacheManagerDecorator getDistributedCacheManager()
           
static EarnCodeSecurityService getEarnCodeSecurityService()
           
static EarnCodeService getEarnCodeService()
           
static EarnGroupService getEarnGroupService()
           
static GracePeriodService getGracePeriodService()
           
static HolidayCalendarService getHolidayCalendarService()
           
static JobService getJobService()
           
static LocationService getLocationService()
           
static MissedPunchService getMissedPunchService()
           
static PayGradeService getPayGradeService()
           
static PayTypeService getPayTypeService()
           
static TkPermissionsService getPermissionsService()
           
static PersonService getPersonService()
           
static org.springframework.transaction.PlatformTransactionManager getPlatformTransactionManager()
           
static PositionService getPositionService()
           
static PrincipalHRAttributesService getPrincipalHRAttributeService()
           
static org.springframework.jdbc.core.JdbcTemplate getRiceJdbcTemplate()
           
static SalGroupService getSalGroupService()
           
static ShiftDifferentialRuleService getShiftDifferentialRuleService()
           
static SystemLunchRuleService getSystemLunchRuleService()
           
static TaskService getTaskService()
           
static TimeApproveService getTimeApproveService()
           
static TimeBlockHistoryDetailService getTimeBlockHistoryDetailService()
           
static TimeBlockHistoryService getTimeBlockHistoryService()
           
static TimeBlockService getTimeBlockService()
           
static TimeCollectionRuleService getTimeCollectionRuleService()
           
static TimeHourDetailService getTimeHourDetailService()
           
static TimeOffAccrualService getTimeOffAccrualService()
           
static TimesheetDocumentHeaderService getTimesheetDocumentHeaderService()
           
static TimesheetService getTimesheetService()
           
static TimeSummaryService getTimeSummaryService()
           
static TimezoneService getTimezoneService()
           
static org.springframework.jdbc.core.JdbcTemplate getTkJdbcTemplate()
          This is for the approval only
static org.springmodules.orm.ojb.PersistenceBrokerTemplate getTkPersistenceBrokerTemplate()
           
static TkRoleGroupService getTkRoleGroupService()
           
static TkRoleService getTkRoleService()
           
static TkRuleControllerService getTkRuleControllerService()
           
static TkSearchableAttributeService getTkSearchableAttributeService()
           
static org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()
           
static UserPreferenceService getUserPreferenceService()
           
static TkWarningService getWarningService()
           
static WeeklyOvertimeRuleService getWeeklyOvertimeRuleService()
           
static WorkAreaService getWorkAreaService()
           
 void setApplicationContext(org.springframework.context.ApplicationContext arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPRING_BEANS

public static String SPRING_BEANS

CONTEXT

public static org.springframework.context.ApplicationContext CONTEXT

TK_PERMISSIONS_SERVICE

public static final String TK_PERMISSIONS_SERVICE
See Also:
Constant Field Values

TK_CLOCK_LOG_SERVICE

public static final String TK_CLOCK_LOG_SERVICE
See Also:
Constant Field Values

TK_ASSIGNMENT_SERVICE

public static final String TK_ASSIGNMENT_SERVICE
See Also:
Constant Field Values

TK_ASSIGNMENT_DAO

public static final String TK_ASSIGNMENT_DAO
See Also:
Constant Field Values

TK_TIME_BLOCK_SERVICE

public static final String TK_TIME_BLOCK_SERVICE
See Also:
Constant Field Values

TK_TIME_BLOCK_HISTORY_SERVICE

public static final String TK_TIME_BLOCK_HISTORY_SERVICE
See Also:
Constant Field Values

TK_TIME_BLOCK_HISTORY_DETAIL_SERVICE

public static final String TK_TIME_BLOCK_HISTORY_DETAIL_SERVICE
See Also:
Constant Field Values

TK_JOB_SERVICE

public static final String TK_JOB_SERVICE
See Also:
Constant Field Values

TK_PAY_TYPE_SERVICE

public static final String TK_PAY_TYPE_SERVICE
See Also:
Constant Field Values

TK_PAY_CALENDAR_SERVICE

public static final String TK_PAY_CALENDAR_SERVICE
See Also:
Constant Field Values

TK_PAY_CALENDAR_ENTRIES_SERVICE

public static final String TK_PAY_CALENDAR_ENTRIES_SERVICE
See Also:
Constant Field Values

TK_PERSISTENCE_BROKER_TEMPLATE

public static final String TK_PERSISTENCE_BROKER_TEMPLATE
See Also:
Constant Field Values

TK_CACHE_MANAGER_SERVICE

public static final String TK_CACHE_MANAGER_SERVICE
See Also:
Constant Field Values

TK_WORK_AREA_SERVICE

public static final String TK_WORK_AREA_SERVICE
See Also:
Constant Field Values

TK_TIMESHEET_SERVICE

public static final String TK_TIMESHEET_SERVICE
See Also:
Constant Field Values

TK_TIMESHEET_DOCUMENT_HEADER_SERVICE

public static final String TK_TIMESHEET_DOCUMENT_HEADER_SERVICE
See Also:
Constant Field Values

TK_DEPARTMENT_SERVICE

public static final String TK_DEPARTMENT_SERVICE
See Also:
Constant Field Values

TK_EARN_CODE_SECURITY

public static final String TK_EARN_CODE_SECURITY
See Also:
Constant Field Values

TK_EARN_CODE

public static final String TK_EARN_CODE
See Also:
Constant Field Values

TK_TIME_COLLECTION_RULE_SERVICE

public static final String TK_TIME_COLLECTION_RULE_SERVICE
See Also:
Constant Field Values

TK_ROLE_SERVICE

public static final String TK_ROLE_SERVICE
See Also:
Constant Field Values

TK_ROLE_GROUP_SERVICE

public static final String TK_ROLE_GROUP_SERVICE
See Also:
Constant Field Values

TK_TIME_SUMMARY_SERVICE

public static final String TK_TIME_SUMMARY_SERVICE
See Also:
Constant Field Values

TK_TIME_EARN_CODE_GROUP_SERVICE

public static final String TK_TIME_EARN_CODE_GROUP_SERVICE
See Also:
Constant Field Values

TK_TIME_HOUR_DETAIL_SERVICE

public static final String TK_TIME_HOUR_DETAIL_SERVICE
See Also:
Constant Field Values

TK_DAILY_OVERTIME_RULE_SERVICE

public static final String TK_DAILY_OVERTIME_RULE_SERVICE
See Also:
Constant Field Values

TK_WEEKLY_OVERTIME_RULE_SERVICE

public static final String TK_WEEKLY_OVERTIME_RULE_SERVICE
See Also:
Constant Field Values

TK_SHIFT_DIFFERENTIAL_RULE_SERVICE

public static final String TK_SHIFT_DIFFERENTIAL_RULE_SERVICE
See Also:
Constant Field Values

TK_WORK_SCHEDULE_SERVICE

public static final String TK_WORK_SCHEDULE_SERVICE
See Also:
Constant Field Values

TK_WORK_SCHEDULE_ASSIGNMENT_SERVICE

public static final String TK_WORK_SCHEDULE_ASSIGNMENT_SERVICE
See Also:
Constant Field Values

TK_CLOCK_LOCATION_RULE_SERVICE

public static final String TK_CLOCK_LOCATION_RULE_SERVICE
See Also:
Constant Field Values

TK_GRACE_PERIOD_SERVICE

public static final String TK_GRACE_PERIOD_SERVICE
See Also:
Constant Field Values

TK_SYSTEM_LUNCH_RULE_SERVICE

public static final String TK_SYSTEM_LUNCH_RULE_SERVICE
See Also:
Constant Field Values

TK_DEPT_LUNCH_RULE_SERVICE

public static final String TK_DEPT_LUNCH_RULE_SERVICE
See Also:
Constant Field Values

TK_HOLIDAY_CALENDAR_SERVICE

public static final String TK_HOLIDAY_CALENDAR_SERVICE
See Also:
Constant Field Values

TK_USER_PREF_SERVICE

public static final String TK_USER_PREF_SERVICE
See Also:
Constant Field Values

TK_TIME_ZONE_SERVICE

public static final String TK_TIME_ZONE_SERVICE
See Also:
Constant Field Values

TK_TIME_OFF_ACCRUAL_SERVICE

public static final String TK_TIME_OFF_ACCRUAL_SERVICE
See Also:
Constant Field Values

hr_sal_group_SERVICE

public static final String hr_sal_group_SERVICE
See Also:
Constant Field Values

TK_ACCRUAL_CATEGORY_SERVICE

public static final String TK_ACCRUAL_CATEGORY_SERVICE
See Also:
Constant Field Values

TK_ACCRUAL_CATEGORY_RULE_SERVICE

public static final String TK_ACCRUAL_CATEGORY_RULE_SERVICE
See Also:
Constant Field Values

TK_TASK_SERVICE

public static final String TK_TASK_SERVICE
See Also:
Constant Field Values

TK_LOCATION_SERVICE

public static final String TK_LOCATION_SERVICE
See Also:
Constant Field Values

TK_PAY_GRADE_SERVICE

public static final String TK_PAY_GRADE_SERVICE
See Also:
Constant Field Values

TK_PERSON_SERVICE

public static final String TK_PERSON_SERVICE
See Also:
Constant Field Values

TK_APPROVE_SERVICE

public static final String TK_APPROVE_SERVICE
See Also:
Constant Field Values

TK_BATCH_JOB_SERVICE

public static final String TK_BATCH_JOB_SERVICE
See Also:
Constant Field Values

TK_MISSED_PUNCH_SERVICE

public static final String TK_MISSED_PUNCH_SERVICE
See Also:
Constant Field Values

TK_BATCH_JOB_ENTRY_SERVICE

public static final String TK_BATCH_JOB_ENTRY_SERVICE
See Also:
Constant Field Values

TK_WARNINGS_SERVICE

public static final String TK_WARNINGS_SERVICE
See Also:
Constant Field Values

HR_POSITION_SERVICE

public static final String HR_POSITION_SERVICE
See Also:
Constant Field Values

TK_SEARCH_ATTR_SERVICE

public static final String TK_SEARCH_ATTR_SERVICE
See Also:
Constant Field Values

TK_PRINCIPAL_HR_ATTRIBUTES_SERVICE

public static final String TK_PRINCIPAL_HR_ATTRIBUTES_SERVICE
See Also:
Constant Field Values

KPME_DISTRIBUTED_CACHE_MANAGER

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

TkServiceLocator

public TkServiceLocator()
Method Detail

getMissedPunchService

public static MissedPunchService getMissedPunchService()

getTaskService

public static TaskService getTaskService()

getSalGroupService

public static SalGroupService getSalGroupService()

getDepartmentService

public static DepartmentService getDepartmentService()

getShiftDifferentialRuleService

public static ShiftDifferentialRuleService getShiftDifferentialRuleService()

getWeeklyOvertimeRuleService

public static WeeklyOvertimeRuleService getWeeklyOvertimeRuleService()

getDailyOvertimeRuleService

public static DailyOvertimeRuleService getDailyOvertimeRuleService()

getTkRoleService

public static TkRoleService getTkRoleService()

getTkRoleGroupService

public static TkRoleGroupService getTkRoleGroupService()

getTimesheetDocumentHeaderService

public static TimesheetDocumentHeaderService getTimesheetDocumentHeaderService()

getTimesheetService

public static TimesheetService getTimesheetService()

getWorkAreaService

public static WorkAreaService getWorkAreaService()

getClockLogService

public static ClockLogService getClockLogService()

getPermissionsService

public static TkPermissionsService getPermissionsService()

getDistributedCacheManager

public static org.kuali.rice.core.impl.cache.DistributedCacheManagerDecorator getDistributedCacheManager()

getAssignmentService

public static AssignmentService getAssignmentService()

getTimeBlockService

public static TimeBlockService getTimeBlockService()

getTimeBlockHistoryService

public static TimeBlockHistoryService getTimeBlockHistoryService()

getTimeBlockHistoryDetailService

public static TimeBlockHistoryDetailService getTimeBlockHistoryDetailService()

getAssignmentDao

public static AssignmentDao getAssignmentDao()

getJobService

public static JobService getJobService()

getPayTypeService

public static PayTypeService getPayTypeService()

getTkPersistenceBrokerTemplate

public static org.springmodules.orm.ojb.PersistenceBrokerTemplate getTkPersistenceBrokerTemplate()

getTkRuleControllerService

public static TkRuleControllerService getTkRuleControllerService()

getEarnCodeService

public static EarnCodeService getEarnCodeService()

getTimeCollectionRuleService

public static TimeCollectionRuleService getTimeCollectionRuleService()

getTimeSummaryService

public static TimeSummaryService getTimeSummaryService()

getEarnGroupService

public static EarnGroupService getEarnGroupService()

getTimeHourDetailService

public static TimeHourDetailService getTimeHourDetailService()

getClockLocationRuleService

public static ClockLocationRuleService getClockLocationRuleService()

getGracePeriodService

public static GracePeriodService getGracePeriodService()

getSystemLunchRuleService

public static SystemLunchRuleService getSystemLunchRuleService()

getDepartmentLunchRuleService

public static DepartmentLunchRuleService getDepartmentLunchRuleService()

getHolidayCalendarService

public static HolidayCalendarService getHolidayCalendarService()

getUserPreferenceService

public static UserPreferenceService getUserPreferenceService()

getTimezoneService

public static TimezoneService getTimezoneService()

getTimeOffAccrualService

public static TimeOffAccrualService getTimeOffAccrualService()

getAccrualCategoryService

public static AccrualCategoryService getAccrualCategoryService()

getLocationService

public static LocationService getLocationService()

getPayGradeService

public static PayGradeService getPayGradeService()

getPersonService

public static PersonService getPersonService()

getTimeApproveService

public static TimeApproveService getTimeApproveService()

getBatchJobService

public static BatchJobService getBatchJobService()

getBatchJobEntryService

public static BatchJobEntryService getBatchJobEntryService()

getWarningService

public static TkWarningService getWarningService()

getPositionService

public static PositionService getPositionService()

getTkSearchableAttributeService

public static TkSearchableAttributeService getTkSearchableAttributeService()

getPlatformTransactionManager

public static org.springframework.transaction.PlatformTransactionManager getPlatformTransactionManager()

getTransactionTemplate

public static org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()

getPrincipalHRAttributeService

public static PrincipalHRAttributesService getPrincipalHRAttributeService()

getCalendarService

public static CalendarService getCalendarService()

getCalendarEntriesService

public static CalendarEntriesService getCalendarEntriesService()

getEarnCodeSecurityService

public static EarnCodeSecurityService getEarnCodeSecurityService()

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext arg0)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

getTkJdbcTemplate

public static org.springframework.jdbc.core.JdbcTemplate getTkJdbcTemplate()
This is for the approval only


getRiceJdbcTemplate

public static org.springframework.jdbc.core.JdbcTemplate getRiceJdbcTemplate()


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