Package | Description |
---|---|
de.xima.fc.appointment | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.gui.bean.appointment | |
de.xima.fc.gui.common.appointment |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableRangeSet<Instant> |
BaseAppointmentHelper.createClosedDateTimeRanges(List<AppointmentClosingTime> closingTimes,
com.google.common.collect.BoundType boundType,
ZoneId sourceZone)
Creates the temporal disjoint intervals corresponding the given closing times.
|
Modifier and Type | Method and Description |
---|---|
List<AppointmentClosingTime> |
AppointmentTemplate.getClosingTimes() |
Modifier and Type | Method and Description |
---|---|
void |
AppointmentTemplate.addClosingTime(AppointmentClosingTime closingTime)
Adds a closing time to this template.
|
Modifier and Type | Method and Description |
---|---|
void |
AppointmentTemplate.addClosingTimes(Iterable<AppointmentClosingTime> closingTimes)
Adds one or more closing times to this template.
|
void |
AppointmentTemplate.setClosingTimes(List<AppointmentClosingTime> closingTimes) |
Modifier and Type | Method and Description |
---|---|
void |
AppointmentTemplateBean.deleteClosingTime(AppointmentClosingTime closingTime)
Deletes the given closing time from the current
AppointmentTemplate |
Modifier and Type | Method and Description |
---|---|
static AppointmentClosingTime |
AppointmentHelper.createNewYearClosingTime()
Creates the closing time for the new year holiday.
|
Modifier and Type | Method and Description |
---|---|
static List<AppointmentClosingTime> |
AppointmentHelper.createDefaultClosingTimes()
Creates the default
AppointmentTemplate.getClosingTimes() when none are set yet. |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.