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) 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
- 
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
 
 -