Modifier and Type | Field and Description |
---|---|
IDBManager |
LoginConfiguration.customDBManager
ADVANCED
A custom DatabaseManager object can be specified if there's need to user more than one database.
|
Modifier and Type | Field and Description |
---|---|
IDBManager |
SignUpConfiguration.customDbManager
(Optional) A custom Database Manager in case you don't want to use the default Zone's DB Manager.
|
Modifier and Type | Method and Description |
---|---|
IDBManager |
SignUpAssistantComponent.getDbManager() |
Modifier and Type | Method and Description |
---|---|
void |
ISignUpValidator.validate(IDBManager dbManager,
ISFSObject data) |
Modifier and Type | Class and Description |
---|---|
class |
SFSDBManager
SFSDBManager is the default implementation of the IDBManager interface provided by the SFS2X platform.
|
Modifier and Type | Method and Description |
---|---|
IDBManager |
Zone.getDBManager()
Obtain a reference to the Zone's Database Manager.
|
IDBManager |
SFSZone.getDBManager()
Obtain a reference to the Zone's Database Manager.
|
Modifier and Type | Method and Description |
---|---|
void |
Zone.setDBManager(IDBManager manager)
INTERNAL
|
void |
SFSZone.setDBManager(IDBManager manager) |
Modifier and Type | Field and Description |
---|---|
IDBManager |
DBRoomStorageConfig.dbManager
An custom DBManager, by default the one configured in the Zone is used
|