org.kuali.rice.kim.impl.services
Class KimImplServiceLocator

java.lang.Object
  extended by org.kuali.rice.kim.impl.services.KimImplServiceLocator

public class KimImplServiceLocator
extends Object


Field Summary
static String DEFAULT_ROLE_TYPE_SERVICE
           
static String GROUP_INTERNAL_SERVICE
           
static String KIM_ROLE_DAO
           
static String KIM_RUN_MODE_PROPERTY
           
static String LOCAL_CACHE_MANAGER
           
static String RESPONSIBILITY_INTERNAL_SERVICE
           
static String ROLE_INTERNAL_SERVICE
           
 
Constructor Summary
KimImplServiceLocator()
           
 
Method Summary
static Object getBean(String serviceName)
           
static RoleTypeService getDefaultRoleTypeService()
           
static GroupInternalService getGroupInternalService()
           
static org.springframework.cache.CacheManager getLocalCacheManager()
           
static ResponsibilityInternalService getResponsibilityInternalService()
           
static RoleDao getRoleDao()
           
static RoleInternalService getRoleInternalService()
           
static Object getService(String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KIM_RUN_MODE_PROPERTY

public static final String KIM_RUN_MODE_PROPERTY
See Also:
Constant Field Values

RESPONSIBILITY_INTERNAL_SERVICE

public static final String RESPONSIBILITY_INTERNAL_SERVICE
See Also:
Constant Field Values

GROUP_INTERNAL_SERVICE

public static final String GROUP_INTERNAL_SERVICE
See Also:
Constant Field Values

ROLE_INTERNAL_SERVICE

public static final String ROLE_INTERNAL_SERVICE
See Also:
Constant Field Values

LOCAL_CACHE_MANAGER

public static final String LOCAL_CACHE_MANAGER
See Also:
Constant Field Values

DEFAULT_ROLE_TYPE_SERVICE

public static final String DEFAULT_ROLE_TYPE_SERVICE
See Also:
Constant Field Values

KIM_ROLE_DAO

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

KimImplServiceLocator

public KimImplServiceLocator()
Method Detail

getService

public static Object getService(String serviceName)

getBean

public static Object getBean(String serviceName)

getResponsibilityInternalService

public static ResponsibilityInternalService getResponsibilityInternalService()

getGroupInternalService

public static GroupInternalService getGroupInternalService()

getRoleInternalService

public static RoleInternalService getRoleInternalService()

getLocalCacheManager

public static org.springframework.cache.CacheManager getLocalCacheManager()

getDefaultRoleTypeService

public static RoleTypeService getDefaultRoleTypeService()

getRoleDao

public static RoleDao getRoleDao()


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