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 classResultListImplDefault-implementation ofResultList.Methods in com.saperion.ngc.resultset that return ResultList Modifier and Type Method Description ResultListResultSetView. getResultSetList()Returns theResultListused in this ResultSetView.ResultListResultSetViewImpl. getResultSetList()Method parameters in com.saperion.ngc.resultset with type arguments of type ResultList Modifier and Type Method Description voidResultSetView. setResultListClass(java.lang.Class<? extends ResultList> clazz)Sets the class that will be used for the internalResultList.voidResultSetViewImpl. setResultListClass(java.lang.Class<? extends ResultList> clazz)
-