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