Uses of Interface
de.uplanet.lucy.server.usermanager.ds.IDsSelectIterator
Packages that use IDsSelectIterator
Package
Description
-
Uses of IDsSelectIterator in de.uplanet.lucy.server.usermanager.ds
Methods in de.uplanet.lucy.server.usermanager.ds with parameters of type IDsSelectIteratorModifier and TypeMethodDescriptionIDsDbManager.select
(de.uplanet.lucy.server.usermanager.ds.IDsFilter p_where, IDsOrder[] p_orderFields, int p_iFirstRow, int p_iRows, IDsSelectIterator p_iterator, boolean p_bDistinct, String... p_selectfieldGuids) IDsDbManager.select
(de.uplanet.lucy.server.usermanager.ds.IDsFilter p_where, IDsOrder[] p_orderFields, int p_iFirstRow, int p_iRows, IDsSelectIterator p_iterator, String... p_selectfieldGuids) IDsDbManager.selectIterate
(de.uplanet.lucy.server.usermanager.ds.IDsFilter p_where, IDsOrder[] p_orderFields, IDsSelectIterator p_iterator, String... p_selectfieldGuids) -
Uses of IDsSelectIterator in de.uplanet.lucy.server.usermanager.usecases
Methods in de.uplanet.lucy.server.usermanager.usecases that return IDsSelectIteratorMethods in de.uplanet.lucy.server.usermanager.usecases with parameters of type IDsSelectIteratorModifier and TypeMethodDescriptionvoid
IDsSelectFilter.setSelectIterator
(IDsSelectIterator p_iter) Sets a iterator used for select.