org.kuali.rice.krad.service
Class KRADServiceLocatorInternal
java.lang.Object
org.kuali.rice.krad.service.KRADServiceLocatorInternal
public class KRADServiceLocatorInternal
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
KRADServiceLocatorInternal
public KRADServiceLocatorInternal()
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.