Uses of Interface
de.xima.fc.inbox.interfaces.IFormRecordWrapper
-
Packages that use IFormRecordWrapper Package Description de.xima.fc.inbox.bean de.xima.fc.inbox.model de.xima.fc.inbox.model.lazydata -
-
Uses of IFormRecordWrapper in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return types with arguments of type IFormRecordWrapper Modifier and Type Method Description List<IFormRecordWrapper>ProcessListBean. getSelectedFormRecords()Methods in de.xima.fc.inbox.bean with parameters of type IFormRecordWrapper Modifier and Type Method Description voidProcessListBean. deleteFormRecord(IFormRecordWrapper process)Method parameters in de.xima.fc.inbox.bean with type arguments of type IFormRecordWrapper Modifier and Type Method Description voidProcessListBean. setSelectedFormRecords(List<? extends IFormRecordWrapper> selectedFormRecords) -
Uses of IFormRecordWrapper in de.xima.fc.inbox.model
Classes in de.xima.fc.inbox.model that implement IFormRecordWrapper Modifier and Type Class Description classAFormRecordWrapperAbstract base class for form record wrappersclassFormRecordListItemWrapper class for displaying form records in theclassFormRecordSelectItemWrapper class for form record selection -
Uses of IFormRecordWrapper in de.xima.fc.inbox.model.lazydata
Fields in de.xima.fc.inbox.model.lazydata declared as IFormRecordWrapper Modifier and Type Field Description protected IFormRecordWrapperALazyListProcessModel. selectedFields in de.xima.fc.inbox.model.lazydata with type parameters of type IFormRecordWrapper Modifier and Type Field Description protected List<IFormRecordWrapper>ALazyListProcessModel. currentlyLoadedMethods in de.xima.fc.inbox.model.lazydata that return IFormRecordWrapper Modifier and Type Method Description IFormRecordWrapperLazyGridListProcessModel. getRowData(String rowKey)IFormRecordWrapperLazyListProcessModel. getRowData(String rowKey)IFormRecordWrapperLazyGridListProcessModel. updateOpenedModelItem(Long recordId)IFormRecordWrapperLazyListProcessModel. updateOpenedModelItem(Long recordId)Methods in de.xima.fc.inbox.model.lazydata that return types with arguments of type IFormRecordWrapper Modifier and Type Method Description List<IFormRecordWrapper>LazyGridListProcessModel. load(int first, int pageSize, Map<String,org.primefaces.model.SortMeta> sortBy, Map<String,org.primefaces.model.FilterMeta> filterBy)List<IFormRecordWrapper>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 IFormRecordWrapper Modifier and Type Method Description StringALazyListProcessModel. getRowKey(IFormRecordWrapper item)
-