Interface ILazyProcessModel
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ALazyListProcessModel, LazyAppointmentProcessModel, LazyGridListProcessModel, LazyListProcessModel
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.intvoidputFilterTag(EInboxFilterTag filterTag) Puts the given filter tag.voidputGlobalSearchFilter(EFormRecordQueryType type, String query) Puts a global search filter for the given type with the given query.voidremoveFilterTag(EInboxFilterTag filterTag) Removes the specified filter tag.voidsetAccessFilter(IUser user) Puts a filter where the given user has access to the form record.voidsetAppointmentTemplates(List<AppointmentTemplate> appointmentTemplates) voidsetAvailableAppointmentTemplates(List<AppointmentTemplateItem> availableAppointmentTemplates) voidsetCreatedFromFilter(Instant instant) Sets a date filter from which the form records have been created.voidsetCreatedToFilter(Instant instant) Sets a date filter until which the form records have been created.voidsetCreatorFilter(IUser user) Puts a filter where the given user is the first submitter (creator) of the form record.voidsetEditedFromFilter(Instant instant) Sets a date filter from which the form records have been last edited.voidsetEditedToFilter(Instant instant) Sets a date filter until which the form records have been last edited.voidsetEditorFilter(IUser user) Puts a filter where the given user is an editor of the form record, meaning they have submitted the form record.voidsetInboxes(List<Postfach> inboxes) voidsetReadMessagesFilter(IUser user) Puts a filter where the given user has read messages in the form record.voidsetSorting(de.xima.cmn.criteria.SortingCriterion sortingCriterion) voidsetUnreadMessagesFilter(IUser user) Puts a filter where the given user has unread messages in the form record.
-
Method Details
-
getRowCount
int getRowCount() -
putGlobalSearchFilter
Puts a global search filter for the given type with the given query. If the query isnullthe filter will be removed.- Parameters:
type- the type of the filter determines the form record field to be searched.query- the query string to be set. Ifnullthe filter will be removed.
-
putFilterTag
Puts the given filter tag.- Parameters:
filterTag- the filter tag to be set.- Since:
- 8.2.0
-
removeFilterTag
Removes the specified filter tag.- Parameters:
filterTag- the filter tag to be removed.- Since:
- 8.2.0
-
setCreatorFilter
Puts a filter where the given user is the first submitter (creator) of the form record.- Parameters:
user- first submitter (creator). Ifnullthe creator filter will be removed if it was set.
-
setEditorFilter
Puts a filter where the given user is an editor of the form record, meaning they have submitted the form record.- Parameters:
user- editor. Ifnullthe editor filter will be removed if it was set.
-
setAccessFilter
Puts a filter where the given user has access to the form record.- Parameters:
user- user to test access for. Ifnullthe access filter will be removed if it was set.
-
setCreatedFromFilter
Sets a date filter from which the form records have been created.- Parameters:
instant- from which the form records have been created.nullremoves the filter.
-
setCreatedToFilter
Sets a date filter until which the form records have been created.- Parameters:
instant- until which the form records have been created.nullremoves the filter.
-
setEditedFromFilter
Sets a date filter from which the form records have been last edited.- Parameters:
instant- from which the form records have been last edited.nullremoves the filter.
-
setEditedToFilter
Sets a date filter until which the form records have been last edited.- Parameters:
instant- until which the form records have been last edited.nullremoves the filter.
-
setUnreadMessagesFilter
Puts a filter where the given user has unread messages in the form record.- Parameters:
user- user with unread messages. Ifnullthe unread messages filter will be removed if it was set.
-
setReadMessagesFilter
Puts a filter where the given user has read messages in the form record.- Parameters:
user- user with read messages. Ifnullthe read messages filter will be removed if it was set.
-
getFilters
Deprecated. -
setInboxes
-
setSorting
void setSorting(de.xima.cmn.criteria.SortingCriterion sortingCriterion) -
setAppointmentTemplates
-
setAvailableAppointmentTemplates
-