| 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 |
|---|
SystemMessageManager(String sFilename) |
| 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) |
| Constructor and Description |
|---|
AccountingAreaManager(String sFilename) |
| Constructor and Description |
|---|
ClientManager(String sFilename) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessManager.reloadRoleManager()
Reload the content of the role manager.
|
void |
AccessManager.reloadUserGroupManager()
Reload the content of the user group manager.
|
void |
AccessManager.reloadUserManager()
Reload the content of the user manager.
|
| Constructor and Description |
|---|
AccessManager()
Deprecated.
|
| Constructor and Description |
|---|
AuditManager(String sBaseDir,
ICurrentUserIDProvider aUserIDProvider)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleManager.reload() |
| Constructor and Description |
|---|
RoleManager(String sFilename) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserManager.reload() |
| Constructor and Description |
|---|
UserManager(String sFilename) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserGroupManager.reload() |
| Constructor and Description |
|---|
UserGroupManager(String sFilename,
IUserManager aUserMgr,
IRoleManager aRoleMgr) |
Copyright © 2014–2015 Philip Helger. All rights reserved.