Package de.xima.fc
Class CmnConst.AppointmentFreeSlotsParams
- java.lang.Object
 - 
- de.xima.fc.CmnConst.AppointmentFreeSlotsParams
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringPARAM_APPOINTMENT_TEMPLATE_UUIDThe name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getAppointmentTemplateUuid()static StringPARAM_INCLUDE_PAST_APPOINTMENTSThe name of the HTTP parameter for AppointmentFreeSlotsServletParameter#isIncludePastAppointmentsstatic StringPARAM_MONTHThe name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getMonth}static StringPARAM_YEARThe name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getYear}static StringPARAM_ZONE_IDThe name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getZoneId()static StringRESULT_FIELD_NAMEThe name of the main JSON property returned by the servlet 
- 
Constructor Summary
Constructors Constructor Description AppointmentFreeSlotsParams() 
 - 
 
- 
- 
Field Detail
- 
PARAM_INCLUDE_PAST_APPOINTMENTS
public static final String PARAM_INCLUDE_PAST_APPOINTMENTS
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#isIncludePastAppointments- See Also:
 - Constant Field Values
 
 
- 
PARAM_ZONE_ID
public static final String PARAM_ZONE_ID
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getZoneId()- See Also:
 - Constant Field Values
 
 
- 
PARAM_APPOINTMENT_TEMPLATE_UUID
public static final String PARAM_APPOINTMENT_TEMPLATE_UUID
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getAppointmentTemplateUuid()- See Also:
 - Constant Field Values
 
 
- 
PARAM_MONTH
public static final String PARAM_MONTH
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getMonth}- See Also:
 - Constant Field Values
 
 
- 
PARAM_YEAR
public static final String PARAM_YEAR
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getYear}- See Also:
 - Constant Field Values
 
 
- 
RESULT_FIELD_NAME
public static final String RESULT_FIELD_NAME
The name of the main JSON property returned by the servlet- See Also:
 - Constant Field Values
 
 
 - 
 
 -