public class HrServiceLocator extends Object implements org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
HrServiceLocator() |
public static String SPRING_BEANS
public static org.springframework.context.ApplicationContext CONTEXT
public static final String HR_PAY_CALENDAR_SERVICE
public static final String HR_PAY_CALENDAR_ENTRY_SERVICE
public static final String HR_SALARY_GROUP_SERVICE
public static final String HR_ACCRUAL_CATEGORY_SERVICE
public static final String HR_ACCRUAL_CATEGORY_RULE_SERVICE
public static final String HR_GROUP_KEY_SERVICE
public static final String HR_TASK_SERVICE
public static final String HR_LOCATION_SERVICE
public static final String HR_PAY_GRADE_SERVICE
public static final String HR_POSITION_SERVICE
public static final String HR_LEAVE_PLAN_SERVICE
public static final String HR_PRINCIPAL_HR_ATTRIBUTES_SERVICE
public static final String HR_ASSIGNMENT_SERVICE
public static final String HR_JOB_SERVICE
public static final String HR_PAY_TYPE_SERVICE
public static final String HR_WORK_AREA_SERVICE
public static final String HR_DEPARTMENT_SERVICE
public static final String DEPT_AFFL_SERVICE
public static final String HR_EARN_CODE
public static final String HR_EARN_CODE_SECURITY
public static final String HR_TIME_EARN_CODE_GROUP_SERVICE
public static final String HR_INSTITUTION_SERVICE
public static final String HR_PAY_STEP_SERVICE
public static final String TK_TIME_ZONE_SERVICE
public static final String HR_PERMISSION_SERVICE
public static final String KPME_DISTRIBUTED_CACHE_MANAGER
public static final String KPME_GROUP_SERVICE
public static final String KPME_NOTIFICATION_SERVICE
public static final String KPME_ROLE_SERVICE
public HrServiceLocator()
public static org.springframework.transaction.PlatformTransactionManager getPlatformTransactionManager()
public static org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()
public static PayStepService getPayStepService()
public static InstitutionService getInstitutionService()
public static TaskService getTaskService()
public static SalaryGroupService getSalaryGroupService()
public static HrGroupKeyService getHrGroupKeyService()
public static DepartmentService getDepartmentService()
public static DepartmentAffiliationService getDepartmentAffiliationService()
public static WorkAreaService getWorkAreaService()
public static AssignmentService getAssignmentService()
public static JobService getJobService()
public static PayTypeService getPayTypeService()
public static EarnCodeSecurityService getEarnCodeSecurityService()
public static EarnCodeService getEarnCodeService()
public static EarnCodeGroupService getEarnCodeGroupService()
public static AccrualCategoryService getAccrualCategoryService()
public static AccrualCategoryRuleService getAccrualCategoryRuleService()
public static LocationService getLocationService()
public static PayGradeService getPayGradeService()
public static PositionBaseService getPositionService()
public static LeavePlanService getLeavePlanService()
public static PrincipalHRAttributesService getPrincipalHRAttributeService()
public static CalendarService getCalendarService()
public static CalendarEntryService getCalendarEntryService()
public static TimezoneService getTimezoneService()
public static org.kuali.rice.core.impl.cache.DistributedCacheManagerDecorator getDistributedCacheManager()
public static KPMEGroupService getKPMEGroupService()
public static KPMENotificationService getKPMENotificationService()
public static HRPermissionService getHRPermissionService()
public static KPMERoleService getKPMERoleService()
public void setApplicationContext(org.springframework.context.ApplicationContext arg0) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public static CalendarBlockService getCalendarBlockService()
public static <T> T getService(String serviceName)
T
- the type of service you want.serviceName
- name of the Interface class of the service you wantIllegalArgumentException
- if the service name is blank.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.