Package de.xima.fc.inbox.model.lazydata
Class LazyAppointmentScheduleModel
java.lang.Object
org.primefaces.model.DefaultScheduleModel
org.primefaces.model.LazyScheduleModel
de.xima.fc.inbox.model.lazydata.LazyAppointmentScheduleModel
- All Implemented Interfaces:
ILazyProcessModel,Serializable,org.primefaces.model.ScheduleModel
public class LazyAppointmentScheduleModel
extends org.primefaces.model.LazyScheduleModel
implements ILazyProcessModel
Lazy schedule model for the inbox appointment view.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLazyAppointmentScheduleModel(UserContext uc, Mandant client, List<Postfach> inboxes, Locale locale) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEvent(org.primefaces.model.ScheduleEvent<?> event) voidaddSorting(de.xima.cmn.criteria.AQueryCriteriaManager qcm) List<javax.faces.model.SelectItem>intde.xima.cmn.criteria.SortingCriteriongetZoneIdDisplayName(ZoneId zoneId) voidloadEvents(LocalDateTime from, LocalDateTime until) de.xima.cmn.criteria.FilterCriterionAdd or change filter associated with the given keyde.xima.cmn.criteria.FilterCriterionremoveFilter(String key) Remove key associated with given keyvoidsetAppointmentTemplates(List<AppointmentTemplate> appointmentTemplates) voidvoidsetInboxes(List<Postfach> inboxes) voidsetSelectedZoneIdString(String selectedZoneId) voidsetSorting(de.xima.cmn.criteria.SortingCriterion sortingCriterion) Methods inherited from class org.primefaces.model.DefaultScheduleModel
clear, deleteEvent, getEvent, getEventCount, getEvents, isEventLimit, setEventLimit, updateEvent
-
Constructor Details
-
LazyAppointmentScheduleModel
public LazyAppointmentScheduleModel(UserContext uc, Mandant client, List<Postfach> inboxes, Locale locale)
-
-
Method Details
-
addEvent
public void addEvent(org.primefaces.model.ScheduleEvent<?> event) - Specified by:
addEventin interfaceorg.primefaces.model.ScheduleModel- Overrides:
addEventin classorg.primefaces.model.DefaultScheduleModel
-
getAvailableZoneIdStrings
-
getBusinessHoursJson
-
getFilters
- Specified by:
getFiltersin interfaceILazyProcessModel
-
getRowCount
public int getRowCount()- Specified by:
getRowCountin interfaceILazyProcessModel
-
getSelectedDate
-
getSelectedZoneId
-
getSelectedZoneIdString
-
getVisibleAppointmentTemplates
-
loadEvents
- Specified by:
loadEventsin classorg.primefaces.model.LazyScheduleModel
-
putFilter
public de.xima.cmn.criteria.FilterCriterion putFilter(String key, de.xima.cmn.criteria.FilterCriterion filter) Description copied from interface:ILazyProcessModelAdd or change filter associated with the given key- Specified by:
putFilterin interfaceILazyProcessModel- Parameters:
key-Stringfilter-FilterCriterion- Returns:
- former
FilterCriterion
-
removeFilter
Description copied from interface:ILazyProcessModelRemove key associated with given key- Specified by:
removeFilterin interfaceILazyProcessModel- Parameters:
key-String- Returns:
- former
FilterCriterion
-
setAppointmentTemplates
- Specified by:
setAppointmentTemplatesin interfaceILazyProcessModel
-
setAvailableAppointmentTemplates
- Specified by:
setAvailableAppointmentTemplatesin interfaceILazyProcessModel
-
getZoneIdDisplayName
-
setInboxes
- Specified by:
setInboxesin interfaceILazyProcessModel
-
setSelectedZoneIdString
-
setSorting
public void setSorting(de.xima.cmn.criteria.SortingCriterion sortingCriterion) - Specified by:
setSortingin interfaceILazyProcessModel
-
addSorting
public void addSorting(de.xima.cmn.criteria.AQueryCriteriaManager qcm) -
getSorting
public de.xima.cmn.criteria.SortingCriterion getSorting()
-