Class GUIInfo
- java.lang.Object
- 
- com.logicaldoc.gui.common.client.beans.GUIInfo
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class GUIInfo extends Object implements Serializable General product informations- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description GUIInfo()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
getReleasepublic String getRelease() 
 - 
setReleasepublic void setRelease(String release) 
 - 
getYearpublic String getYear() 
 - 
setYearpublic void setYear(String year) 
 - 
getAlertspublic GUIMessage[] getAlerts() 
 - 
setAlertspublic void setAlerts(GUIMessage[] alerts) 
 - 
getSupportedLanguagespublic GUIValue[] getSupportedLanguages() 
 - 
setSupportedLanguagespublic void setSupportedLanguages(GUIValue[] supportedLanguages) 
 - 
getBundlepublic GUIValue[] getBundle() 
 - 
setBundlepublic void setBundle(GUIValue[] bundle) 
 - 
getFeaturespublic String[] getFeatures() 
 - 
isEnabledpublic boolean isEnabled(String feature) 
 - 
setFeaturespublic void setFeatures(String[] features) 
 - 
getInstallationIdpublic String getInstallationId() 
 - 
setInstallationIdpublic void setInstallationId(String installationId) 
 - 
getSupportedGUILanguagespublic GUIValue[] getSupportedGUILanguages() 
 - 
setSupportedGUILanguagespublic void setSupportedGUILanguages(GUIValue[] supportedGUILanguages) 
 - 
getLicenseepublic String getLicensee() 
 - 
setLicenseepublic void setLicensee(String licensee) 
 - 
getSessionHeartbeatpublic int getSessionHeartbeat() 
 - 
setSessionHeartbeatpublic void setSessionHeartbeat(int sessionHeartbeat) 
 - 
getConfigpublic GUIValue[] getConfig() 
 - 
getConfigpublic String getConfig(String name, String defaultValue) Search 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
 
 - 
getConfigpublic String getConfig(String name) Search for the given configuration property. this is the lookup logic:- current_tenant.name
- name
 - Parameters:
- name- Name of the property
- Returns:
- The value
 
 - 
setConfigpublic void setConfig(GUIValue[] config) 
 - 
getRunLevelpublic String getRunLevel() 
 - 
setRunLevelpublic void setRunLevel(String runLevel) 
 - 
isDatabaseConnectedpublic boolean isDatabaseConnected() 
 - 
setDatabaseConnectedpublic void setDatabaseConnected(boolean databaseConnected) 
 - 
getDatepublic Date getDate() 
 - 
setDatepublic void setDate(Date date) 
 - 
getTenantpublic GUITenant getTenant() 
 - 
setTenantpublic void setTenant(GUITenant tenant) 
 - 
getUserNopublic String getUserNo() 
 - 
setUserNopublic void setUserNo(String userNo) 
 - 
getHostNamepublic String getHostName() 
 - 
setHostNamepublic void setHostName(String hostName) 
 - 
getDefaultAttributeSetpublic GUIAttributeSet getDefaultAttributeSet() 
 - 
setDefaultAttributeSetpublic void setDefaultAttributeSet(GUIAttributeSet defaultAttributeSet) 
 - 
getAttributeDefinitionpublic GUIAttribute getAttributeDefinition(String name) 
 - 
getBrandingpublic GUIBranding getBranding() 
 - 
setBrandingpublic void setBranding(GUIBranding branding) 
 - 
getAttributeDefinitionspublic GUIAttribute[] getAttributeDefinitions() 
 - 
setAttributeDefinitionspublic void setAttributeDefinitions(GUIAttribute[] attributeDefinitions) 
 
- 
 
-