org.kuali.ole.location
Class LoadDefaultLocationsBean

java.lang.Object
  extended by org.kuali.ole.location.LoadDefaultLocationsBean

public class LoadDefaultLocationsBean
extends Object

Created with IntelliJ IDEA. User: peris Date: 10/31/12 Time: 8:18 AM To change this template use File | Settings | File Templates.


Constructor Summary
LoadDefaultLocationsBean()
           
 
Method Summary
 String getFileName()
           
 List<String> getLocationFiles()
           
 OleLocationConverterService getOleLocationIngestService()
           
 void loadDefaultLocations()
           
 void setFileName(String fileName)
           
 void setLocationFiles(List<String> locationFiles)
           
 void setOleLocationIngestService(OleLocationConverterService oleLocationIngestService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadDefaultLocationsBean

public LoadDefaultLocationsBean()
Method Detail

loadDefaultLocations

public void loadDefaultLocations()
                          throws Exception
Throws:
Exception

getFileName

public String getFileName()

setFileName

public void setFileName(String fileName)

getOleLocationIngestService

public OleLocationConverterService getOleLocationIngestService()

setOleLocationIngestService

public void setOleLocationIngestService(OleLocationConverterService oleLocationIngestService)

getLocationFiles

public List<String> getLocationFiles()

setLocationFiles

public void setLocationFiles(List<String> locationFiles)


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