Package | Description |
---|---|
de.xima.fc.api.entity |
Package for the API access of the model classes.
|
de.xima.fc.appointment | |
de.xima.fc.dao.impl | |
de.xima.fc.dao.interfaces | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity |
Modifier and Type | Method and Description |
---|---|
AppointmentType |
AppointmentTypeAPI.getByUUID(UserContext uc,
AppointmentTemplate template,
String uuid)
Finds the appointment with the given UUID.
|
AppointmentType |
AppointmentTypeAPI.getByUUID(UserContext uc,
AppointmentTemplate template,
UUID uuid)
Finds the appointment with the given UUID.
|
Modifier and Type | Method and Description |
---|---|
AppointmentType |
SubmittedAppointment.getExistingAppointmentType() |
Modifier and Type | Method and Description |
---|---|
FreeSlotQueryResultBuilder |
FreeSlotQueryResultBuilder.appointmentType(AppointmentType appointmentType) |
static Appointment |
AppointmentConverter.idToAppointment(String id,
AppointmentTemplate template,
AppointmentType type,
Vorgang formRecord)
Creates a new appointment for the given slot ID and fills it with the given data.
|
Constructor and Description |
---|
SubmittedAppointment(FieldName fieldName,
UUID templateUuid,
Map<String,List<String[]>> formValuesMap,
Appointment appointment,
AppointmentType appointmentType)
Creates a new appointment action for a form submission.
|
Modifier and Type | Method and Description |
---|---|
AppointmentType |
AppointmentTypeDao.getByUUID(IEntityContext ec,
AppointmentTemplate template,
String uuid) |
AppointmentType |
AppointmentTypeDao.getByUUID(IEntityContext ec,
AppointmentTemplate template,
UUID uuid) |
Modifier and Type | Method and Description |
---|---|
AppointmentType |
IAppointmentTypeDao.getByUUID(IEntityContext ec,
AppointmentTemplate template,
String uuid)
Finds the appointment type with the given UUID.
|
AppointmentType |
IAppointmentTypeDao.getByUUID(IEntityContext ec,
AppointmentTemplate template,
UUID uuid)
Finds the appointment type with the given UUID.
|
Modifier and Type | Method and Description |
---|---|
AppointmentType |
Appointment.getAppointmentType() |
Modifier and Type | Method and Description |
---|---|
List<AppointmentType> |
AppointmentTemplate.getAppointmentTypes() |
Modifier and Type | Method and Description |
---|---|
void |
AppointmentTemplate.addType(AppointmentType type)
Adds a type to this template.
|
void |
Appointment.setAppointmentType(AppointmentType appointmentType) |
Modifier and Type | Method and Description |
---|---|
void |
AppointmentTemplate.setAppointmentTypes(List<AppointmentType> appointmentTypes) |
Modifier and Type | Method and Description |
---|---|
AppointmentType |
AppointmentTypeHandler.getByUUID(UserContext uc,
AppointmentTemplate template,
String uuid) |
AppointmentType |
AppointmentTypeHandler.getByUUID(UserContext uc,
AppointmentTemplate template,
UUID uuid) |
Modifier and Type | Method and Description |
---|---|
AppointmentType |
IAppointmentTypeHandler.getByUUID(UserContext uc,
AppointmentTemplate template,
String uuid)
Finds the appointment with the given UUID.
|
AppointmentType |
IAppointmentTypeHandler.getByUUID(UserContext uc,
AppointmentTemplate template,
UUID uuid)
Finds the appointment with the given UUID.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.