public class LoadDefaultLocationsBean extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
LOAD_DEFAULT_LOCATIONS_IND |
protected org.kuali.rice.coreservice.framework.parameter.ParameterService |
parameterService |
Constructor and Description |
---|
LoadDefaultLocationsBean() |
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
List<String> |
getLocationFiles() |
OleLocationConverterService |
getOleLocationIngestService() |
void |
loadDefaultLocations(boolean forceLoad) |
void |
setFileName(String fileName) |
void |
setLocationFiles(List<String> locationFiles) |
void |
setOleLocationIngestService(OleLocationConverterService oleLocationIngestService) |
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService) |
protected org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService
protected static final String LOAD_DEFAULT_LOCATIONS_IND
public LoadDefaultLocationsBean()
public void loadDefaultLocations(boolean forceLoad) throws Exception
Exception
public String getFileName()
public void setFileName(String fileName)
public OleLocationConverterService getOleLocationIngestService()
public void setOleLocationIngestService(OleLocationConverterService oleLocationIngestService)
public List<String> getLocationFiles()
public void setLocationFiles(List<String> locationFiles)
public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.