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 TypeMethodDescriptionbooleanChecks 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, waitMethods 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:IFD2LicenseDataProviderChecks if the appointment feature is available through the license and the current client- Specified by:
hasAppointmentFeaturein interfaceIFD2LicenseDataProvider- Returns:
trueif available,falseotherwise
-