Uses of Interface
de.xima.fc.inbox.interfaces.IFormRecordWrapper
Packages that use IFormRecordWrapper
-
Uses of IFormRecordWrapper in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return types with arguments of type IFormRecordWrapperModifier and TypeMethodDescriptionProcessListBean.getSelectedFormRecords()ProcessListBean.getUpdatingFormRecords()Methods in de.xima.fc.inbox.bean with parameters of type IFormRecordWrapperModifier and TypeMethodDescriptionvoidProcessListBean.deleteFormRecord(IFormRecordWrapper process) Method parameters in de.xima.fc.inbox.bean with type arguments of type IFormRecordWrapperModifier and TypeMethodDescriptionvoidProcessListBean.setSelectedFormRecords(List<? extends IFormRecordWrapper> selectedFormRecords) -
Uses of IFormRecordWrapper in de.xima.fc.inbox.model
Classes in de.xima.fc.inbox.model that implement IFormRecordWrapperModifier and TypeClassDescriptionclassAbstract base class for form record wrappersclassWrapper class for displaying form records in theclassWrapper class for form record selection -
Uses of IFormRecordWrapper in de.xima.fc.inbox.model.lazydata
Subclasses with type arguments of type IFormRecordWrapper in de.xima.fc.inbox.model.lazydataFields in de.xima.fc.inbox.model.lazydata declared as IFormRecordWrapperFields in de.xima.fc.inbox.model.lazydata with type parameters of type IFormRecordWrapperModifier and TypeFieldDescriptionprotected List<IFormRecordWrapper> ALazyListProcessModel.currentlyLoadedMethods in de.xima.fc.inbox.model.lazydata that return IFormRecordWrapperModifier and TypeMethodDescriptionLazyGridListProcessModel.getRowData(String rowKey) LazyListProcessModel.getRowData(String rowKey) ALazyListProcessModel.getSelected()LazyGridListProcessModel.updateOpenedModelItem(Long recordId) LazyListProcessModel.updateOpenedModelItem(Long recordId) Methods in de.xima.fc.inbox.model.lazydata that return types with arguments of type IFormRecordWrapperModifier and TypeMethodDescriptionALazyListProcessModel.getCurrentlyLoaded()LazyGridListProcessModel.load(int first, int pageSize, Map<String, org.primefaces.model.SortMeta> sortBy, Map<String, org.primefaces.model.FilterMeta> filterBy) LazyListProcessModel.load(int first, int pageSize, Map<String, org.primefaces.model.SortMeta> sortBy, Map<String, org.primefaces.model.FilterMeta> filterBy) org.apache.commons.lang3.tuple.Pair<List<IFormRecordWrapper>, Set<Long>> LazyGridListProcessModel.updateLoadedModelItems(Set<Long> recordIds) org.apache.commons.lang3.tuple.Pair<List<IFormRecordWrapper>, Set<Long>> LazyListProcessModel.updateLoadedModelItems(Set<Long> recordIds) Methods in de.xima.fc.inbox.model.lazydata with parameters of type IFormRecordWrapperModifier and TypeMethodDescriptionALazyListProcessModel.getRowKey(IFormRecordWrapper item) voidALazyListProcessModel.setSelected(IFormRecordWrapper selected) Method parameters in de.xima.fc.inbox.model.lazydata with type arguments of type IFormRecordWrapperModifier and TypeMethodDescriptionvoidALazyListProcessModel.setCurrentlyLoaded(List<IFormRecordWrapper> currentlyLoaded)