Interface IFD2LicenseDataProvider
- 
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 DefaultFD2LicenseDataProvider
public interface IFD2LicenseDataProvider extends Serializable
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description booleanhasAppointmentFeature()Checks if the appointment feature is available through the license and the current clientdefault booleanisCloud()Deprecated.default booleanisDemo()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
isDemo
@Deprecated default boolean isDemo()
Deprecated.- Returns:
 - returns true;
 
 
- 
isCloud
@Deprecated default boolean isCloud()
Deprecated.- Returns:
 - returns true;
 
 
- 
hasAppointmentFeature
boolean hasAppointmentFeature()
Checks if the appointment feature is available through the license and the current client- Returns:
 trueif available,falseotherwise
 
 - 
 
 -