public interface ProvisiondConfigurationDao
Modifier and Type | Method and Description |
---|---|
ProvisiondConfiguration |
getConfig()
getConfig
|
RequisitionDef |
getDef(String defName)
getDef
|
List<RequisitionDef> |
getDefs()
getDefs
|
String |
getForeignSourceDir()
getForeignSourceDir
|
Integer |
getImportThreads()
getImportThreads
|
String |
getRequisitionDir()
getRequisitionDir
|
Integer |
getRescanThreads()
getRescanThreads
|
Integer |
getScanThreads()
getScanThreads
|
Integer |
getWriteThreads()
getWriteThreads
|
void |
reloadConfiguration()
The underlying Castor based DAO abstraction in the default implementation doesn't provide access to the container so
this method is defined so that access to the container doesn't have to be exposed and a reload can still be controlled
by the user.
|
ProvisiondConfiguration getConfig()
getConfig
ProvisiondConfiguration
object.RequisitionDef getDef(String defName)
getDef
defName
- a String
object.RequisitionDef
object.List<RequisitionDef> getDefs()
getDefs
List
object.void reloadConfiguration() throws org.springframework.dao.DataAccessResourceFailureException
org.springframework.dao.DataAccessResourceFailureException
- if any.Copyright © 2017. All rights reserved.