org.kuali.rice.kim.service
Class KIMServiceLocatorInternal

java.lang.Object
  extended by org.kuali.rice.kim.service.KIMServiceLocatorInternal

public final class KIMServiceLocatorInternal
extends Object

Service locator for KIM.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
static String GROUP_INTERNAL_SERVICE
           
static String KIM_RUN_MODE_PROPERTY
           
static String KIM_UI_DOCUMENT_SERVICE
           
static String UI_DOCUMENT_SERVICE_DAO
           
 
Constructor Summary
KIMServiceLocatorInternal()
           
 
Method Summary
static Object getBean(String serviceName)
           
static GroupInternalService getGroupInternalService()
           
static Object getService(String serviceName)
           
static UiDocumentService getUiDocumentService()
           
static UiDocumentServiceDAO getUiDocumentServiceDAO()
           
 
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

KIM_UI_DOCUMENT_SERVICE

public static final String KIM_UI_DOCUMENT_SERVICE
See Also:
Constant Field Values

GROUP_INTERNAL_SERVICE

public static final String GROUP_INTERNAL_SERVICE
See Also:
Constant Field Values

UI_DOCUMENT_SERVICE_DAO

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

KIMServiceLocatorInternal

public KIMServiceLocatorInternal()
Method Detail

getService

public static Object getService(String serviceName)

getBean

public static Object getBean(String serviceName)

getUiDocumentService

public static UiDocumentService getUiDocumentService()

getGroupInternalService

public static GroupInternalService getGroupInternalService()

getUiDocumentServiceDAO

public static UiDocumentServiceDAO getUiDocumentServiceDAO()


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