public interface IFD2AppointmentProvider extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
com.alibaba.fastjson.JSONArray | 
createAppointmentTemplateJSON()
Returns a list of all available appointment templates. 
 | 
IAppointmentData | 
getAppointmentData(String appointmentUuid)  | 
boolean | 
validateSubmittedAppointment(IXGlobalValidationParams params)
Validates the submitted appointments, checking whether they may be created, moved, or deleted. 
 | 
com.alibaba.fastjson.JSONArray createAppointmentTemplateJSON()
clientId - ID of the client for which to create the appointment template data.IAppointmentData getAppointmentData(String appointmentUuid)
appointmentUuid - The UUID of an appointment for which to retrieve its data.boolean validateSubmittedAppointment(IXGlobalValidationParams params)
params - Appointments to validate.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.