org.kuali.rice.krad.service
Class KRADServiceLocatorInternal

java.lang.Object
  extended by org.kuali.rice.krad.service.KRADServiceLocatorInternal

public class KRADServiceLocatorInternal
extends Object


Field Summary
static String BUSINESS_OBJECT_DAO
           
static String DATA_DICTIONARY_COMPONENT_PUBLISHER_SERVICE
           
static String DB_PLATFORM
           
static String DOCUMENT_DAO
           
static String INACTIVATEABLE_FROM_TO_SERVICE
           
static String INACTIVATION_BLOCKING_DISPLAY_SERVICE
           
static String MAIL_SERVICE
           
static String MAINTENANCE_DOCUMENT_AUTHORIZATION_SERVICE
           
static String NAMESPACE_SERVICE
           
static String OJB_COLLECTION_HELPER
           
static String POST_PROCESSOR_SERVICE
           
static String TRANSACTION_MANAGER
           
static String TRANSACTION_TEMPLATE
           
static String VALIDATION_COMPLETION_UTILS
           
static String WORKFLOW_ATTRIBUTE_PROPERTY_RESOLUTION_SERVICE
           
 
Constructor Summary
KRADServiceLocatorInternal()
           
 
Method Summary
static BusinessObjectDao getBusinessObjectDao()
           
static DatabasePlatform getDatabasePlatform()
           
static DataDictionaryComponentPublisherService getDataDictionaryComponentPublisherService()
           
static DocumentDao getDocumentDao()
           
static InactivateableFromToService getInactivateableFromToService()
           
static InactivationBlockingDisplayService getInactivationBlockingDisplayService()
           
static MailService getMailService()
           
static BusinessObjectAuthorizationService getMaintenanceDocumentAuthorizationService()
           
static NamespaceService getNamespaceService()
           
static OjbCollectionHelper getOjbCollectionHelper()
           
static PostProcessorService getPostProcessorService()
           
static
<T> T
getService(String serviceName)
           
static org.springframework.transaction.PlatformTransactionManager getTransactionManager()
           
static org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()
           
static WorkflowAttributePropertyResolutionService getWorkflowAttributePropertyResolutionService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALIDATION_COMPLETION_UTILS

public static final String VALIDATION_COMPLETION_UTILS
See Also:
Constant Field Values

MAIL_SERVICE

public static final String MAIL_SERVICE
See Also:
Constant Field Values

POST_PROCESSOR_SERVICE

public static final String POST_PROCESSOR_SERVICE
See Also:
Constant Field Values

NAMESPACE_SERVICE

public static final String NAMESPACE_SERVICE
See Also:
Constant Field Values

OJB_COLLECTION_HELPER

public static final String OJB_COLLECTION_HELPER
See Also:
Constant Field Values

TRANSACTION_MANAGER

public static final String TRANSACTION_MANAGER
See Also:
Constant Field Values

TRANSACTION_TEMPLATE

public static final String TRANSACTION_TEMPLATE
See Also:
Constant Field Values

INACTIVATION_BLOCKING_DISPLAY_SERVICE

public static final String INACTIVATION_BLOCKING_DISPLAY_SERVICE
See Also:
Constant Field Values

DATA_DICTIONARY_COMPONENT_PUBLISHER_SERVICE

public static final String DATA_DICTIONARY_COMPONENT_PUBLISHER_SERVICE
See Also:
Constant Field Values

DOCUMENT_DAO

public static final String DOCUMENT_DAO
See Also:
Constant Field Values

BUSINESS_OBJECT_DAO

public static final String BUSINESS_OBJECT_DAO
See Also:
Constant Field Values

DB_PLATFORM

public static final String DB_PLATFORM
See Also:
Constant Field Values

MAINTENANCE_DOCUMENT_AUTHORIZATION_SERVICE

public static final String MAINTENANCE_DOCUMENT_AUTHORIZATION_SERVICE
See Also:
Constant Field Values

WORKFLOW_ATTRIBUTE_PROPERTY_RESOLUTION_SERVICE

public static final String WORKFLOW_ATTRIBUTE_PROPERTY_RESOLUTION_SERVICE
See Also:
Constant Field Values

INACTIVATEABLE_FROM_TO_SERVICE

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

KRADServiceLocatorInternal

public KRADServiceLocatorInternal()
Method Detail

getService

public static <T> T getService(String serviceName)

getMailService

public static final MailService getMailService()

getPostProcessorService

public static PostProcessorService getPostProcessorService()

getNamespaceService

public static NamespaceService getNamespaceService()

getOjbCollectionHelper

public static OjbCollectionHelper getOjbCollectionHelper()

getTransactionManager

public static org.springframework.transaction.PlatformTransactionManager getTransactionManager()

getTransactionTemplate

public static org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()

getInactivationBlockingDisplayService

public static InactivationBlockingDisplayService getInactivationBlockingDisplayService()

getDataDictionaryComponentPublisherService

public static DataDictionaryComponentPublisherService getDataDictionaryComponentPublisherService()

getDocumentDao

public static DocumentDao getDocumentDao()

getBusinessObjectDao

public static BusinessObjectDao getBusinessObjectDao()

getDatabasePlatform

public static DatabasePlatform getDatabasePlatform()

getMaintenanceDocumentAuthorizationService

public static BusinessObjectAuthorizationService getMaintenanceDocumentAuthorizationService()

getWorkflowAttributePropertyResolutionService

public static WorkflowAttributePropertyResolutionService getWorkflowAttributePropertyResolutionService()

getInactivateableFromToService

public static InactivateableFromToService getInactivateableFromToService()


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