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
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributeDefinition
(String name) getAttributeLabel
(String name) Search for the given configuration property.Search for the given configuration property.getDate()
int
getYear()
boolean
boolean
void
setAlerts
(List<GUIMessage> alerts) void
setAttributeDefinitions
(List<GUIAttribute> attributeDefinitions) void
setBranding
(GUIBranding branding) void
void
setChangelog
(String changelog) void
void
void
setDatabaseConnected
(boolean databaseConnected) void
void
setDefaultAttributeSet
(GUIAttributeSet defaultAttributeSet) void
setFeatures
(List<String> features) void
setHostName
(String hostName) void
setInstallationId
(String installationId) void
setLicensee
(String licensee) void
setRelease
(String release) void
setRunLevel
(String runLevel) void
setSessionHeartbeat
(int sessionHeartbeat) void
setSupportedGUILanguages
(List<GUIValue> supportedGUILanguages) void
setSupportedLanguages
(List<GUIValue> supportedLanguages) void
void
setUnconfirmedReagings
(List<GUIReadingRequest> unconfirmedReagings) void
void
-
Constructor Details
-
GUIInfo
public GUIInfo()
-
-
Method Details
-
getRelease
-
getChangelog
-
setChangelog
-
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
-
setConfig
-
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
-
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
-