| 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.handler.entity | |
| de.xima.fc.handler.interfaces.entity |
| Modifier and Type | Method and Description |
|---|---|
List<Appointment> |
AppointmentAPI.getAllBy(UserContext uc,
IAppointmentQueryParams queryParams)
Returns all appointments that match the given query parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppointmentQueryParams
POJO implementation with builder for
IAppointmentQueryParams. |
| Modifier and Type | Method and Description |
|---|---|
IAppointmentQueryParams |
AppointmentQueryParams.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
int |
AppointmentDao.countBy(IEntityContext ec,
IAppointmentQueryParams params) |
List<Appointment> |
AppointmentDao.getAllBy(IEntityContext ec,
IAppointmentQueryParams params) |
<View extends IEffectiveAppointmentStatusProviding> |
AppointmentDao.getAttributesBy(IEntityContext ec,
IAppointmentQueryParams params,
Class<View> viewClass) |
| Modifier and Type | Method and Description |
|---|---|
int |
IAppointmentDao.countBy(IEntityContext ec,
IAppointmentQueryParams queryParams)
Returns the number of all appointments that match the given query params.
|
List<Appointment> |
IAppointmentDao.getAllBy(IEntityContext ec,
IAppointmentQueryParams queryParams)
Returns all appointments that match the given query params.
|
<View extends IEffectiveAppointmentStatusProviding> |
IAppointmentDao.getAttributesBy(IEntityContext ec,
IAppointmentQueryParams queryParams,
Class<View> viewType)
Returns all appointments that match the given query params.
|
| Modifier and Type | Method and Description |
|---|---|
List<Appointment> |
AppointmentHandler.getAllBy(UserContext uc,
IAppointmentQueryParams params) |
| Modifier and Type | Method and Description |
|---|---|
List<Appointment> |
IAppointmentHandler.getAllBy(UserContext uc,
IAppointmentQueryParams queryParams)
Returns all appointments that match the given query parameters.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.