Class AppointmentDataCreator
- java.lang.Object
-
- de.xima.fc.placeholder.replacer.appointment.AppointmentDataCreator
-
public class AppointmentDataCreator extends Object
Class for creating the data of an ical entry- Author:
- XIMA MEDIA GmbH, Dresden
-
-
Constructor Summary
Constructors Constructor Description AppointmentDataCreator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
createHtmlDescription(Locale locale, AppointmentTemplate template, Appointment appointment, Vorgang formRecord, IReplacerParams replacerParams)
Creats the html descriptionstatic String
createPlainDescription(Locale locale, AppointmentTemplate template, Appointment appointment, Vorgang formRecord, IReplacerParams replacerParams)
Creats the plain text descriptionstatic String
createSubject(Locale locale, AppointmentTemplate template, Appointment appointment, Vorgang formRecord, IReplacerParams replacerParams)
Creats the subject
-
-
-
Method Detail
-
createPlainDescription
public static String createPlainDescription(Locale locale, AppointmentTemplate template, Appointment appointment, Vorgang formRecord, IReplacerParams replacerParams)
Creats the plain text description- Parameters:
locale
- the locale to usetemplate
- the appointment templateappointment
- the appointmentformRecord
- the form recordreplacerParams
- the replacer parameters- Returns:
- the created plain text description
-
createHtmlDescription
public static String createHtmlDescription(Locale locale, AppointmentTemplate template, Appointment appointment, Vorgang formRecord, IReplacerParams replacerParams)
Creats the html description- Parameters:
locale
- the locale to usetemplate
- the appointment templateappointment
- the appointmentformRecord
- the form recordreplacerParams
- the replacer parameters- Returns:
- the created html description
-
createSubject
public static String createSubject(Locale locale, AppointmentTemplate template, Appointment appointment, Vorgang formRecord, IReplacerParams replacerParams)
Creats the subject- Parameters:
locale
- the locale to usetemplate
- the appointment templateappointment
- the appointmentformRecord
- the form recordreplacerParams
- the replacer parameters- Returns:
- the created subject
-
-