Uses of Interface
com.saperion.ngc.resultset.ResultList
-
Packages that use ResultList Package Description com.saperion.ngc.resultset Package for resultset component classes. -
-
Uses of ResultList in com.saperion.ngc.resultset
Classes in com.saperion.ngc.resultset that implement ResultList Modifier and Type Class Description class
ResultListImpl
Default-implementation ofResultList
.Methods in com.saperion.ngc.resultset that return ResultList Modifier and Type Method Description ResultList
ResultSetView. getResultSetList()
Returns theResultList
used in this ResultSetView.ResultList
ResultSetViewImpl. getResultSetList()
Method parameters in com.saperion.ngc.resultset with type arguments of type ResultList Modifier and Type Method Description void
ResultSetView. setResultListClass(java.lang.Class<? extends ResultList> clazz)
Sets the class that will be used for the internalResultList
.void
ResultSetViewImpl. setResultListClass(java.lang.Class<? extends ResultList> clazz)
-