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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetAttributeDefinition(String name) getAttributeLabel(String name) Search for the given configuration property.Search for the given configuration property.getDate()intgetYear()booleanbooleanvoidsetAlerts(List<GUIMessage> alerts) voidsetAttributeDefinitions(List<GUIAttribute> attributeDefinitions) voidsetBranding(GUIBranding branding) voidvoidsetChangelog(String changelog) voidvoidvoidsetDatabaseConnected(boolean databaseConnected) voidvoidsetDefaultAttributeSet(GUIAttributeSet defaultAttributeSet) voidsetFeatures(List<String> features) voidsetHostName(String hostName) voidsetInstallationId(String installationId) voidsetLicensee(String licensee) voidsetRelease(String release) voidsetRunLevel(String runLevel) voidsetSessionHeartbeat(int sessionHeartbeat) voidsetSupportedGUILanguages(List<GUIValue> supportedGUILanguages) voidsetSupportedLanguages(List<GUIValue> supportedLanguages) voidvoidsetUnconfirmedReagings(List<GUIReadingRequest> unconfirmedReagings) voidvoid
- 
Constructor Details- 
GUIInfopublic GUIInfo()
 
- 
- 
Method Details- 
getRelease
- 
getChangelog
- 
setChangelog
- 
setRelease
- 
getYear
- 
setYear
- 
getAlerts
- 
setAlerts
- 
getSupportedLanguages
- 
setSupportedLanguages
- 
getBundle
- 
setBundle
- 
getFeatures
- 
isEnabled
- 
setFeatures
- 
getInstallationId
- 
setInstallationId
- 
getSupportedGUILanguages
- 
setSupportedGUILanguages
- 
getLicensee
- 
setLicensee
- 
getSessionHeartbeatpublic int getSessionHeartbeat()
- 
setSessionHeartbeatpublic void setSessionHeartbeat(int sessionHeartbeat) 
- 
getConfig
- 
setConfig
- 
getConfigSearch for the given configuration property. this is the lookup logic:- current_tenant.name
- name
 - Parameters:
- name- Name of the property
- defaultValue- value to return in case the property is undefined
- Returns:
- The value
 
- 
getConfigSearch 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
- 
isDatabaseConnectedpublic boolean isDatabaseConnected()
- 
setDatabaseConnectedpublic void setDatabaseConnected(boolean databaseConnected) 
- 
getDate
- 
setDate
- 
getTenant
- 
setTenant
- 
getUserNo
- 
setUserNo
- 
getHostName
- 
setHostName
- 
getDefaultAttributeSet
- 
setDefaultAttributeSet
- 
getAttributeDefinition
- 
getAttributeLabel
- 
getBranding
- 
setBranding
- 
getAttributeDefinitions
- 
setAttributeDefinitions
- 
getUnconfirmedReagings
- 
setUnconfirmedReagings
 
-