org.kuali.ole.docstore.service
Class BeanLocator

java.lang.Object
  extended by org.kuali.ole.docstore.service.BeanLocator

public class BeanLocator
extends Object

Created by IntelliJ IDEA. User: SG7940 Date: 5/16/12 Time: 12:54 PM To change this template use File | Settings | File Templates.

Helper class to access beans created by Spring.


Field Summary
static org.springframework.context.ApplicationContext applicationContext
           
 
Constructor Summary
BeanLocator()
           
 
Method Summary
static Object getBean(String id)
           
static BulkIngestProcessHandlerService getBulkIngestProcessHandlerService()
           
static DocumentManagerFactory getDocumentManagerFactory()
           
static DocumentServiceImpl getDocumentServiceImpl()
           
static DocumentStoreManager getDocumentStoreManager()
           
static IngestNIndexHandlerService getIngestNIndexHandlerService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

applicationContext

public static org.springframework.context.ApplicationContext applicationContext
Constructor Detail

BeanLocator

public BeanLocator()
Method Detail

getDocumentStoreManager

public static DocumentStoreManager getDocumentStoreManager()

getIngestNIndexHandlerService

public static IngestNIndexHandlerService getIngestNIndexHandlerService()

getBean

public static Object getBean(String id)

getDocumentServiceImpl

public static DocumentServiceImpl getDocumentServiceImpl()

getDocumentManagerFactory

public static DocumentManagerFactory getDocumentManagerFactory()

getBulkIngestProcessHandlerService

public static BulkIngestProcessHandlerService getBulkIngestProcessHandlerService()


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