Class AppointmentTypeAPI


public class AppointmentTypeAPI extends AEntityAPI<AppointmentType>
API class for reading and writing AppointmentType entities.
Since:
6.5.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • AppointmentTypeAPI

      public AppointmentTypeAPI()
  • Method Details

    • getByUUID

      public AppointmentType getByUUID(UserContext uc, AppointmentTemplate template, String uuid)
      Finds the appointment with the given UUID.
      Parameters:
      uc - Current user context for accessing the database.
      template - The template for which to find a slot.
      uuid - UUID of an appointment.
      Returns:
      The appointment with the given UUID.
    • getByUUID

      public AppointmentType getByUUID(UserContext uc, AppointmentTemplate template, UUID uuid)
      Finds the appointment with the given UUID.
      Parameters:
      uc - Current user context for accessing the database.
      template - The template for which to find a slot.
      uuid - UUID of an appointment.
      Returns:
      The appointment with the given UUID.