Class DefaultFD2LicenseDataProvider
java.lang.Object
de.xima.fc.web.common.fd2.provider.DefaultFD2LicenseDataProvider
- All Implemented Interfaces:
IFD2LicenseDataProvider
,Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks if the appointment feature is available through the license and the current clientMethods 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 Details
-
DefaultFD2LicenseDataProvider
-
-
Method Details
-
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
-