Class GUIInfo
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIInfo
- All Implemented Interfaces:
Serializable
General product informations
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttributeDefinition(String name) getAttributeLabel(String name) GUIValue[]GUIValue[]Search for the given configuration property.Search for the given configuration property.getDate()String[]intGUIValue[]GUIValue[]getYear()booleanbooleanvoidsetAlerts(GUIMessage[] alerts) voidsetAttributeDefinitions(GUIAttribute[] attributeDefinitions) voidsetBranding(GUIBranding branding) voidvoidvoidvoidsetDatabaseConnected(boolean databaseConnected) voidvoidsetDefaultAttributeSet(GUIAttributeSet defaultAttributeSet) voidsetFeatures(String[] features) voidsetHostName(String hostName) voidsetInstallationId(String installationId) voidsetLicensee(String licensee) voidsetRelease(String release) voidsetRunLevel(String runLevel) voidsetSessionHeartbeat(int sessionHeartbeat) voidsetSupportedGUILanguages(GUIValue[] supportedGUILanguages) voidsetSupportedLanguages(GUIValue[] supportedLanguages) voidvoidsetUnconfirmedReagings(GUIReadingRequest[] unconfirmedReagings) voidvoid
-
Constructor Details
-
GUIInfo
public GUIInfo()
-
-
Method Details
-
getRelease
-
setRelease
-
getYear
-
setYear
-
getAlerts
-
setAlerts
-
getSupportedLanguages
-
setSupportedLanguages
-
getBundle
-
setBundle
-
getFeatures
-
isEnabled
-
setFeatures
-
getInstallationId
-
setInstallationId
-
getSupportedGUILanguages
-
setSupportedGUILanguages
-
getLicensee
-
setLicensee
-
getSessionHeartbeat
public int getSessionHeartbeat() -
setSessionHeartbeat
public void setSessionHeartbeat(int sessionHeartbeat) -
getConfig
-
getConfig
Search for the given configuration property. this is the lookup logic:- current_tenant.name
- name
- Parameters:
name- Name of the propertydefaultValue- value to return in case the property is undefined- Returns:
- The value
-
getConfig
Search for the given configuration property. this is the lookup logic:- current_tenant.name
- name
- Parameters:
name- Name of the property- Returns:
- The value
-
setConfig
-
setConfig
-
getRunLevel
-
setRunLevel
-
isDatabaseConnected
public boolean isDatabaseConnected() -
setDatabaseConnected
public void setDatabaseConnected(boolean databaseConnected) -
getDate
-
setDate
-
getTenant
-
setTenant
-
getUserNo
-
setUserNo
-
getHostName
-
setHostName
-
getDefaultAttributeSet
-
setDefaultAttributeSet
-
getAttributeDefinition
-
getAttributeLabel
-
getBranding
-
setBranding
-
getAttributeDefinitions
-
setAttributeDefinitions
-
getUnconfirmedReagings
-
setUnconfirmedReagings
-