Class KrmsServiceLocatorInternal

java.lang.Object
org.kuali.rice.krms.impl.util.KrmsServiceLocatorInternal

public class KrmsServiceLocatorInternal extends Object
Like KrmsApiServiceLocator only for non-remotable.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Field Details

  • Constructor Details

    • KrmsServiceLocatorInternal

      public KrmsServiceLocatorInternal()
  • Method Details

    • getService

      public static <A> A getService(String serviceName)
    • getBean

      public static <A> A getBean(String serviceName, boolean forceLocal)
    • getRepositoryToEngineTranslator

      public static RepositoryToEngineTranslator getRepositoryToEngineTranslator()
    • getCustomOperatorUiTranslator

      public static CustomOperatorUiTranslator getCustomOperatorUiTranslator()