org.kuali.rice.krad.datadictionary
Class DataDictionaryLocationConfigurer

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DataDictionaryLocationConfigurer
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class DataDictionaryLocationConfigurer
extends Object
implements org.springframework.beans.factory.InitializingBean

Puts a data dictionary file location in the data dictionary

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

Constructor Summary
DataDictionaryLocationConfigurer(DataDictionaryService dataDictionaryService)
           
 
Method Summary
 void afterPropertiesSet()
           
 List<String> getDataDictionaryPackages()
           
 void setDataDictionaryPackages(List<String> dataDictionaryPackages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataDictionaryLocationConfigurer

public DataDictionaryLocationConfigurer(DataDictionaryService dataDictionaryService)
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

getDataDictionaryPackages

public List<String> getDataDictionaryPackages()

setDataDictionaryPackages

public void setDataDictionaryPackages(List<String> dataDictionaryPackages)


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