Class AppointmentListBuilder
java.lang.Object
de.xima.fc.placeholder.replacer.appointment.AppointmentListBuilder
Builder for creating an html appointment list
- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionAppointmentListBuilder
(Vorgang formRecord, List<Appointment> appointments, String baseUrl, IReplacerParams replacerParams) -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the html link listwithLinkTypes
(List<EAppointmentLinkType> linkTypes) withLocale
(Locale locale)
-
Constructor Details
-
AppointmentListBuilder
public AppointmentListBuilder(Vorgang formRecord, List<Appointment> appointments, String baseUrl, IReplacerParams replacerParams) - Parameters:
formRecord
- the form recordappointments
- the appointmentsbaseUrl
- the base url for links to the systemreplacerParams
- the replacer parameters
-
-
Method Details
-
withLinkTypes
- Parameters:
linkTypes
- the link types to use- Returns:
- the builder
-
withLocale
- Parameters:
locale
- the locale to use- Returns:
- the builder
-
build
Builds the html link list- Returns:
- the link list as html
-