Class AppointmentPersistBuilder

java.lang.Object
de.xima.fc.form.appointment.AppointmentPersistBuilder

public class AppointmentPersistBuilder extends Object
Builder for persisting appointments of a Vorgang.
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • AppointmentPersistBuilder

      public AppointmentPersistBuilder(IEntityContext ec, IFormRequestContext requestCtx, Map<String,UUID> templateUuidByName)
      Creates a new appointment persister for a given form submission.
      Parameters:
      ec - Current entity context for interacting with the database.
      requestCtx - The current request context that was used to submit the form.
      templateUuidByName - Map between the name of an appointment form field and the selected appointment template.
  • Method Details