Interface ILazyProcessModel

All Superinterfaces:
Serializable
All Known Implementing Classes:
LazyAppointmentScheduleModel, LazyExtendedProcessListModel, LazyProcessListModel

public interface ILazyProcessModel extends Serializable
Author:
XIMA MEDIA GmbH
  • Method Details

    • getRowCount

      int getRowCount()
    • putFilter

      de.xima.cmn.criteria.FilterCriterion putFilter(String key, de.xima.cmn.criteria.FilterCriterion filter)
      Add or change filter associated with the given key
      Parameters:
      key - String
      filter - FilterCriterion
      Returns:
      former FilterCriterion
    • removeFilter

      de.xima.cmn.criteria.FilterCriterion removeFilter(String key)
      Remove key associated with given key
      Parameters:
      key - String
      Returns:
      former FilterCriterion
    • getFilters

      Map<String,de.xima.cmn.criteria.FilterCriterion> getFilters()
    • setInboxes

      void setInboxes(List<Postfach> inboxes)
    • setSorting

      void setSorting(de.xima.cmn.criteria.SortingCriterion sortingCriterion)
    • setAppointmentTemplates

      void setAppointmentTemplates(List<AppointmentTemplate> appointmentTemplates)
    • setAvailableAppointmentTemplates

      void setAvailableAppointmentTemplates(List<AppointmentTemplateItem> availableAppointmentTemplates)