Uses of Class
net.n2oapp.criteria.dataset.DataSet
-
-
Uses of DataSet in net.n2oapp.criteria.dataset
Fields in net.n2oapp.criteria.dataset with type parameters of type DataSet Modifier and Type Field Description protected java.util.List<DataSet>SerializedPage. dataMethods in net.n2oapp.criteria.dataset that return DataSet Modifier and Type Method Description DataSetDataSet. add(java.lang.String key, java.lang.Object value)static DataSetDataSetMapper. extract(java.lang.Object source, java.util.Map<java.lang.String,java.lang.String> fieldsMapping)DataSetDataSet. getDataSet(java.lang.String key)Methods in net.n2oapp.criteria.dataset that return types with arguments of type DataSet Modifier and Type Method Description static java.util.List<DataSet>DataSetConverter. convert(java.util.Collection collection, java.util.Map<java.lang.String,java.lang.String> fieldsMapping)static CollectionPage<DataSet>DataSetConverter. convert(CollectionPage collectionPage, java.util.Map<java.lang.String,java.lang.String> fieldsMapping)static CollectionPage<DataSet>DataSetMapper. extract(CollectionPage<java.lang.Object> sourceCollectionPage)java.util.List<DataSet>SerializedPage. getData()Methods in net.n2oapp.criteria.dataset with parameters of type DataSet Modifier and Type Method Description static java.lang.Object[]DataSetMapper. map(DataSet dataSet, java.util.Map<java.lang.String,java.lang.String> mapping, java.lang.String... argumentClasses)static java.util.Map<java.lang.String,java.lang.Object>DataSetMapper. mapToMap(DataSet dataSet, java.util.Map<java.lang.String,java.lang.String> mapping, java.util.Map<java.lang.String,java.lang.String> argumentClasses)voidDataSet. merge(DataSet dataSet)voidDataSet. merge(DataSet dataSet, DataSet.ValuePickUpStrategy strategy)Method parameters in net.n2oapp.criteria.dataset with type arguments of type DataSet Modifier and Type Method Description voidSerializedPage. setData(java.util.List<DataSet> data)
-