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 StringDeprecated.useSettingsServiceto load settingsvoidonEvent(org.zkoss.zk.ui.event.Event event) Deprecated.static voidsetDatabaseType(String databaseType) Deprecated.useSettingsServiceto load settings
-
Constructor Details
-
BackendInfoUtil
public BackendInfoUtil()Deprecated.
-
-
Method Details
-
getDatabaseType
Deprecated.useSettingsServiceto load settings- Returns:
- the type of the database in use
- See Also:
-
SaConstants.MYSQLSaConstants.MSSQLSaConstants.ORACLESaConstants.DB2
-
setDatabaseType
Deprecated.useSettingsServiceto load settingsSets the type of the database in use.- Parameters:
databaseType- database type as string- See Also:
-
SaConstants.MYSQLSaConstants.MSSQLSaConstants.ORACLESaConstants.DB2
-
onEvent
Deprecated.- Specified by:
onEventin interfaceorg.zkoss.zk.ui.event.EventListener- Throws:
Exception- See Also:
-
EventListener.onEvent(org.zkoss.zk.ui.event.Event)
-
SettingsServiceto load settings.