Interface IAppointmentTypeDao

    • Method Detail

      • getByUUID

        AppointmentType getByUUID​(IEntityContext ec,
                                  AppointmentTemplate template,
                                  String uuid)
        Finds the appointment type with the given UUID.
        Parameters:
        ec - Current entity 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

        AppointmentType getByUUID​(IEntityContext ec,
                                  AppointmentTemplate template,
                                  UUID uuid)
        Finds the appointment type with the given UUID.
        Parameters:
        ec - Current entity 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.