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 ELicenseVersionStateLicenseAPI. 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 ELicenseVersionStateLicenseBean. 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() -
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 ELicenseVersionStateILicenseHandler. 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 ELicenseVersionStateLicenseHandler. 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 ELicenseVersionStateLicenseServerUtil. getSystemLicenseVersionState()Methods in de.xima.fc.license that return types with arguments of type ELicenseVersionState Modifier and Type Method Description <R> StageChain<ELicenseVersionState,R>LicenseServerUtil. updateSystemLicenseVersionState(IPublicPromaInvocationContext pc, Locale locale)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 voidLicenseServerUtil. setSystemLicenseVersionState(ELicenseVersionState 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 ELicenseVersionStateELicenseVersionState. getByHttpStatus(int httpStatus, ELicenseVersionState defaultValue)static ELicenseVersionStateELicenseVersionState. 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 ELicenseVersionStateELicenseVersionState. getByHttpStatus(int httpStatus, ELicenseVersionState defaultValue)
-