Package com.saperion.ngc.util
Class BackendInfoUtil
java.lang.Object
com.saperion.ngc.util.BackendInfoUtil
- All Implemented Interfaces:
org.zkoss.zk.ui.event.EventListener
@Deprecated
public class BackendInfoUtil
extends Object
implements org.zkoss.zk.ui.event.EventListener
Deprecated.
Provides static methods to store and retrieve information about the backend system the client
currently is connected to.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Deprecated.useSettingsService
to load settingsvoid
onEvent
(org.zkoss.zk.ui.event.Event event) Deprecated.static void
setDatabaseType
(String databaseType) Deprecated.useSettingsService
to load settings
-
Constructor Details
-
BackendInfoUtil
public BackendInfoUtil()Deprecated.
-
-
Method Details
-
getDatabaseType
Deprecated.useSettingsService
to load settings- Returns:
- the type of the database in use
- See Also:
-
SaConstants.MYSQL
SaConstants.MSSQL
SaConstants.ORACLE
SaConstants.DB2
-
setDatabaseType
Deprecated.useSettingsService
to load settingsSets the type of the database in use.- Parameters:
databaseType
- database type as string- See Also:
-
SaConstants.MYSQL
SaConstants.MSSQL
SaConstants.ORACLE
SaConstants.DB2
-
onEvent
Deprecated.- Specified by:
onEvent
in interfaceorg.zkoss.zk.ui.event.EventListener
- Throws:
Exception
- See Also:
-
EventListener.onEvent(org.zkoss.zk.ui.event.Event)
-
SettingsService
to load settings.