Uses of Interface
de.uplanet.lucy.server.usermanager.ds.IDsDistListRecord
Packages that use IDsDistListRecord
Package
Description
-
Uses of IDsDistListRecord in de.uplanet.lucy.server.usermanager.ds
Methods in de.uplanet.lucy.server.usermanager.ds that return IDsDistListRecordModifier and TypeMethodDescriptionstatic IDsDistListRecord
DsRecordFactory.createDistListRecord()
Methods in de.uplanet.lucy.server.usermanager.ds that return types with arguments of type IDsDistListRecordModifier and TypeMethodDescriptionstatic IDsDbManager<IDsDistListRecord>
DsDbManagerFactory.createDbDistListManager
(de.uplanet.jdbc.JdbcConnection p_conn) -
Uses of IDsDistListRecord in de.uplanet.lucy.server.usermanager.usecases
Methods in de.uplanet.lucy.server.usermanager.usecases that return IDsDistListRecordModifier and TypeMethodDescriptionIDsucDistList.selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID) IDsucDistList.selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject) IDsucDistList.selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject, String... p_fieldGuids) IDsucDistList.selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, String... p_fieldGuids) IDsucDistList.selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) IDsucDistList.selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject) IDsucDistList.selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject, String... p_fieldGuids) IDsucDistList.selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, String... p_fieldGuids) IDsucDistList.selectFullDistList
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID) IDsucDistList.selectFullDistList
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject) IDsucDistList.selectFullDistList
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) IDsucDistList.selectFullDistList
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject) Methods in de.uplanet.lucy.server.usermanager.usecases that return types with arguments of type IDsDistListRecordModifier and TypeMethodDescriptionIDsucDistList.selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter) IDsucDistList.selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter, boolean p_bWithDisabledObject)