Interface IFD2LicenseDataProvider

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultFD2LicenseDataProvider

public interface IFD2LicenseDataProvider extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if the appointment feature is available through the license and the current client
    default boolean
    Deprecated.
    default boolean
    Deprecated.
  • Method Details

    • isDemo

      @Deprecated default boolean isDemo()
      Deprecated.
      Returns:
      Always returns true.
    • isCloud

      @Deprecated default boolean isCloud()
      Deprecated.
      Returns:
      Always 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