| Modifier and Type | Method and Description |
|---|---|
void |
IReloadableDAO.reload()
Call this method to reload the content from the original source.
|
| Modifier and Type | Method and Description |
|---|---|
protected File |
AbstractWALDAO.getSafeFile(String sFilename,
IDAO.EMode eMode) |
protected File |
AbstractSimpleDAO.getSafeFile(String sFilename,
IDAO.EMode eMode) |
protected void |
AbstractWALDAO.initialRead()
Call this method inside the constructor to read the file contents directly.
|
protected void |
AbstractSimpleDAO.initialRead()
Call this method inside the constructor to read the file contents directly.
|
| Constructor and Description |
|---|
AbstractMapBasedWALDAO(Class<IMPLTYPE> aImplClass,
String sFilename)
Default constructor.
|
AbstractMapBasedWALDAO(Class<IMPLTYPE> aImplClass,
String sFilename,
AbstractMapBasedWALDAO.InitSettings<IMPLTYPE> aInitSettings) |
| Constructor and Description |
|---|
SystemMessageManager(String sFilename) |
| Constructor and Description |
|---|
AuditManager(String sBaseDir,
ICurrentUserIDProvider aCurrentUserIDProvider)
Constructor
|
SimpleAuditManager(String sFilename,
ICurrentUserIDProvider aCurrentUserIDProvider)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
FavoriteManager.reload() |
| Constructor and Description |
|---|
FavoriteManager(String sFilename) |
| Constructor and Description |
|---|
LongRunningJobResultManager(String sFilename) |
| Constructor and Description |
|---|
SystemMigrationManager(String sFilename) |
Copyright © 2014–2017 Philip Helger. All rights reserved.