org.kuali.rice.krms.impl.repository
Class KrmsRepositoryServiceLocator

java.lang.Object
  extended by org.kuali.rice.krms.impl.repository.KrmsRepositoryServiceLocator

public final class KrmsRepositoryServiceLocator
extends Object

This class keeps track of the KRMS Repository Services

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

Field Summary
static String CRITERIA_LOOKUP_SERVICE
           
static String KRMS_AGENDA_AUTHORIZATION_SERVICE
           
static String KRMS_AGENDA_BO_SERVICE
           
static String KRMS_ATTRIBUTE_DEFINITION_SERVICE
           
static String KRMS_CONTEXT_BO_SERVICE
           
static String KRMS_FUNCTION_BO_SERVICE
           
static String KRMS_REPOSITORY_TO_ENGINE_TRANSLATOR
           
static String KRMS_RULE_BO_SERVICE
           
static String KRMS_TERM_BO_SERVICE
           
static String KRMS_TYPE_REPOSITORY_SERVICE
           
static String TYPE_TYPE_RELATION_BO_SERVICE
           
 
Method Summary
static AgendaAuthorizationService getAgendaAuthorizationService()
           
static AgendaBoService getAgendaBoService()
           
static
<T> T
getBean(String serviceName)
           
static ContextBoService getContextBoService()
           
static CriteriaLookupService getCriteriaLookupService()
           
static FunctionBoService getFunctionBoService()
           
static KrmsAttributeDefinitionService getKrmsAttributeDefinitionService()
           
static RepositoryToEngineTranslator getKrmsRepositoryToEngineTranslator()
           
static KrmsTypeRepositoryService getKrmsTypeRepositoryService()
           
static RuleBoService getRuleBoService()
           
static
<T> T
getService(String serviceName)
           
static TermBoService getTermBoService()
           
static TypeTypeRelationBoService getTypeTypeRelationBoService()
           
static void setKrmsAttributeDefinitionService(KrmsAttributeDefinitionService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KRMS_ATTRIBUTE_DEFINITION_SERVICE

public static final String KRMS_ATTRIBUTE_DEFINITION_SERVICE
See Also:
Constant Field Values

KRMS_TYPE_REPOSITORY_SERVICE

public static final String KRMS_TYPE_REPOSITORY_SERVICE
See Also:
Constant Field Values

CRITERIA_LOOKUP_SERVICE

public static final String CRITERIA_LOOKUP_SERVICE
See Also:
Constant Field Values

KRMS_CONTEXT_BO_SERVICE

public static final String KRMS_CONTEXT_BO_SERVICE
See Also:
Constant Field Values

KRMS_AGENDA_BO_SERVICE

public static final String KRMS_AGENDA_BO_SERVICE
See Also:
Constant Field Values

KRMS_FUNCTION_BO_SERVICE

public static final String KRMS_FUNCTION_BO_SERVICE
See Also:
Constant Field Values

KRMS_TERM_BO_SERVICE

public static final String KRMS_TERM_BO_SERVICE
See Also:
Constant Field Values

KRMS_RULE_BO_SERVICE

public static final String KRMS_RULE_BO_SERVICE
See Also:
Constant Field Values

KRMS_AGENDA_AUTHORIZATION_SERVICE

public static final String KRMS_AGENDA_AUTHORIZATION_SERVICE
See Also:
Constant Field Values

KRMS_REPOSITORY_TO_ENGINE_TRANSLATOR

public static final String KRMS_REPOSITORY_TO_ENGINE_TRANSLATOR
See Also:
Constant Field Values

TYPE_TYPE_RELATION_BO_SERVICE

public static final String TYPE_TYPE_RELATION_BO_SERVICE
See Also:
Constant Field Values
Method Detail

getService

public static <T> T getService(String serviceName)

getBean

public static <T> T getBean(String serviceName)

getKrmsAttributeDefinitionService

public static KrmsAttributeDefinitionService getKrmsAttributeDefinitionService()

getCriteriaLookupService

public static CriteriaLookupService getCriteriaLookupService()

setKrmsAttributeDefinitionService

public static void setKrmsAttributeDefinitionService(KrmsAttributeDefinitionService service)

getContextBoService

public static ContextBoService getContextBoService()

getTermBoService

public static TermBoService getTermBoService()

getAgendaBoService

public static AgendaBoService getAgendaBoService()

getFunctionBoService

public static FunctionBoService getFunctionBoService()

getRuleBoService

public static RuleBoService getRuleBoService()

getAgendaAuthorizationService

public static AgendaAuthorizationService getAgendaAuthorizationService()

getKrmsTypeRepositoryService

public static KrmsTypeRepositoryService getKrmsTypeRepositoryService()

getKrmsRepositoryToEngineTranslator

public static RepositoryToEngineTranslator getKrmsRepositoryToEngineTranslator()

getTypeTypeRelationBoService

public static TypeTypeRelationBoService getTypeTypeRelationBoService()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.