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 List<DataSet>SerializedPage. dataMethods in net.n2oapp.criteria.dataset that return DataSet Modifier and Type Method Description DataSetDataSet. add(String key, Object value)static DataSetDataSetMapper. extract(Object source, Map<String,String> fieldsMapping)DataSetDataSet. getDataSet(String key)Methods in net.n2oapp.criteria.dataset that return types with arguments of type DataSet Modifier and Type Method Description static List<DataSet>DataSetConverter. convert(Collection collection, Map<String,String> fieldsMapping)static CollectionPage<DataSet>DataSetConverter. convert(CollectionPage collectionPage, Map<String,String> fieldsMapping)static CollectionPage<DataSet>DataSetMapper. extract(CollectionPage<Object> sourceCollectionPage)List<DataSet>SerializedPage. getData()Methods in net.n2oapp.criteria.dataset with parameters of type DataSet Modifier and Type Method Description static Object[]DataSetMapper. map(DataSet dataSet, Map<String,String> mapping, String... argumentClasses)static Map<String,Object>DataSetMapper. mapToMap(DataSet dataSet, Map<String,String> mapping, Map<String,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(List<DataSet> data)
-