Uses of Class
com.jalios.jcms.db.DataSetHelper
-
Packages that use DataSetHelper Package Description com.jalios.jcms.db -
-
Uses of DataSetHelper in com.jalios.jcms.db
Methods in com.jalios.jcms.db that return DataSetHelper Modifier and Type Method Description static <T extends Data>
DataSetHelper<T>DataSetHelper. build(Data data, java.lang.Class<T> collectionDataClass, java.util.function.Consumer<java.util.TreeSet<T>> dataCollectionSetter)
Build a new instance of DataSetHelper, IF NEEDED.DataSetHelper<T>
DataSetHelper. copy(java.util.function.Consumer<java.util.TreeSet<T>> dataCollectionSetter)
Create a copy of the underlying id set, and invoke the specified setter to update the Data Collection.
-