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 boolean
hasAppointmentFeature()
Checks if the appointment feature is available through the license and the current clientdefault boolean
isCloud()
Deprecated.default boolean
isDemo()
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:
true
if available,false
otherwise
-
-