Package de.xima.fc.mdl.form
Class FormPersistRequest
java.lang.Object
de.xima.fc.mdl.form.FormPersistRequest
- All Implemented Interfaces:
Serializable
Class with request-data for a form persist request
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAppointmentTemplateUuidMap
(Map<String, UUID> appointmentTemplateUuidMap) void
setCorrection
(boolean correction) void
setRequestContext
(IFormRequestContext requestContext)
-
Constructor Details
-
FormPersistRequest
-
-
Method Details
-
getRequestContext
-
setRequestContext
-
setCorrection
public void setCorrection(boolean correction) -
isCorrection
public boolean isCorrection() -
getUploadMetaDataMap
-
getAppointmentTemplateUuidMap
- Returns:
- A map between the name of an appointment form field and the UUID of the
AppointmentTemplate
currently selected for that form field.
-
setAppointmentTemplateUuidMap
- Parameters:
appointmentTemplateUuidMap
- A map between the name of an appointment form field and the UUID of theAppointmentTemplate
currently selected for that form field.
-