Uses of Class
de.xima.fc.mdl.enums.ELicenseVersionState
-
Packages that use ELicenseVersionState Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.gui.bean.settings de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.license de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of ELicenseVersionState in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return ELicenseVersionState Modifier and Type Method Description ELicenseVersionState
LicenseAPI. getSystemLicenseVersionState(UserContext uc)
Gets the version state of the system license -
Uses of ELicenseVersionState in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return ELicenseVersionState Modifier and Type Method Description ELicenseVersionState
LicenseBean. getSystemLicenseVersionState()
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type ELicenseVersionState Modifier and Type Method Description Map<String,ELicenseVersionState>
LicenseBean. getClientLicenseVersionStateMap()
Gets the clientLicenseVersionStateMap -
Uses of ELicenseVersionState in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return ELicenseVersionState Modifier and Type Method Description ELicenseVersionState
ILicenseHandler. getSystemLicenseVersionState(UserContext uc)
-
Uses of ELicenseVersionState in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return ELicenseVersionState Modifier and Type Method Description ELicenseVersionState
LicenseHandler. getSystemLicenseVersionState(UserContext uc)
-
Uses of ELicenseVersionState in de.xima.fc.license
Methods in de.xima.fc.license that return ELicenseVersionState Modifier and Type Method Description static ELicenseVersionState
LicenseServerUtil. getSystemLicenseVersionState()
Gets the systemLicenseStateELicenseVersionState
LicenseServerUtil. updateSystemLicenseVersionState()
Updates the system license state by an server-side http queryMethods in de.xima.fc.license with parameters of type ELicenseVersionState Modifier and Type Method Description static void
LicenseServerUtil. setSystemLicenseVersionState(ELicenseVersionState systemLicenseState)
Sets the systemLicenseState -
Uses of ELicenseVersionState in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELicenseVersionState Modifier and Type Method Description static ELicenseVersionState
ELicenseVersionState. getByHttpStatus(int httpStatus, ELicenseVersionState defaultValue)
static ELicenseVersionState
ELicenseVersionState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ELicenseVersionState[]
ELicenseVersionState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.mdl.enums with parameters of type ELicenseVersionState Modifier and Type Method Description static ELicenseVersionState
ELicenseVersionState. getByHttpStatus(int httpStatus, ELicenseVersionState defaultValue)
-