public class ModuleConfiguration extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected List<String> |
databaseRepositoryFilePaths |
protected List<String> |
dataDictionaryPackages |
protected DataDictionaryService |
dataDictionaryService |
protected String |
dataSourceName |
protected javax.persistence.EntityManager |
entityManager |
protected Map<Class,Class> |
externalizableBusinessObjectImplementations |
protected boolean |
initializeDataDictionary |
protected List<String> |
jobNames |
protected String |
namespaceCode |
protected List<String> |
packagePrefixes |
protected PersistenceService |
persistenceService |
protected List<String> |
scriptConfigurationFilePaths |
protected List<String> |
triggerNames |
| Constructor and Description |
|---|
ModuleConfiguration() |
protected String namespaceCode
protected org.springframework.context.ApplicationContext applicationContext
protected List<String> packagePrefixes
protected List<String> databaseRepositoryFilePaths
protected List<String> dataDictionaryPackages
protected List<String> scriptConfigurationFilePaths
protected List<String> triggerNames
protected String dataSourceName
protected javax.persistence.EntityManager entityManager
protected Map<Class,Class> externalizableBusinessObjectImplementations
protected boolean initializeDataDictionary
protected PersistenceService persistenceService
protected DataDictionaryService dataDictionaryService
public ModuleConfiguration()
public List<String> getDatabaseRepositoryFilePaths()
public void setDatabaseRepositoryFilePaths(List<String> databaseRepositoryFilePaths)
databaseRepositoryFilePaths - the databaseRepositoryFilePaths to setpublic List<String> getDataDictionaryPackages()
public void setDataDictionaryPackages(List<String> dataDictionaryPackages)
dataDictionaryPackages - the dataDictionaryPackages to setpublic Map<Class,Class> getExternalizableBusinessObjectImplementations()
public void setExternalizableBusinessObjectImplementations(Map<Class,Class> externalizableBusinessObjectImplementations)
externalizableBusinessObjectImplementations - the externalizableBusinessObjectImplementations to setpublic List<String> getPackagePrefixes()
public void setPackagePrefixes(List<String> packagePrefixes)
public void setInitializeDataDictionary(boolean initializeDataDictionary)
public List<String> getScriptConfigurationFilePaths()
public List<String> getJobNames()
public void setJobNames(List<String> jobNames)
jobNames - the jobNames to setpublic List<String> getTriggerNames()
public void setTriggerNames(List<String> triggerNames)
triggerNames - the triggerNames to setpublic boolean isInitializeDataDictionary()
public void setScriptConfigurationFilePaths(List<String> scriptConfigurationFilePaths)
scriptConfigurationFilePaths - the scriptConfigurationFilePaths to setpublic void afterPropertiesSet() throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic String getNamespaceCode()
public void setNamespaceCode(String namespaceCode)
namespaceCode - the namespaceCode to setpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic DataDictionaryService getDataDictionaryService()
public void setDataDictionaryService(DataDictionaryService dataDictionaryService)
dataDictionaryService - the dataDictionaryService to setpublic PersistenceService getPersistenceService()
public void setPersistenceService(PersistenceService persistenceService)
persistenceService - the persistenceService to setpublic String getDataSourceName()
public void setDataSourceName(String dataSourceName)
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.