Class DefaultFD2LicenseDataProvider
- java.lang.Object
-
- de.xima.fc.web.common.fd2.provider.DefaultFD2LicenseDataProvider
-
- All Implemented Interfaces:
IFD2LicenseDataProvider
,Serializable
public class DefaultFD2LicenseDataProvider extends Object implements IFD2LicenseDataProvider
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultFD2LicenseDataProvider(Mandant client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasAppointmentFeature()
Checks if the appointment feature is available through the license and the current client-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.form.common.interfaces.IFD2LicenseDataProvider
isCloud, isDemo
-
-
-
-
Constructor Detail
-
DefaultFD2LicenseDataProvider
public DefaultFD2LicenseDataProvider(Mandant client)
-
-
Method Detail
-
hasAppointmentFeature
public boolean hasAppointmentFeature()
Description copied from interface:IFD2LicenseDataProvider
Checks if the appointment feature is available through the license and the current client- Specified by:
hasAppointmentFeature
in interfaceIFD2LicenseDataProvider
- Returns:
true
if available,false
otherwise
-
-