Uses of Interface
de.uplanet.lucy.server.usermanager.ds.IDsSetRecord
Packages that use IDsSetRecord
Package
Description
-
Uses of IDsSetRecord in de.uplanet.lucy.server.usermanager.ds
Subinterfaces of IDsSetRecord in de.uplanet.lucy.server.usermanager.dsModifier and TypeInterfaceDescriptioninterface
interface
interface
Methods in de.uplanet.lucy.server.usermanager.ds that return IDsSetRecordMethods in de.uplanet.lucy.server.usermanager.ds that return types with arguments of type IDsSetRecordModifier and TypeMethodDescriptionstatic IDsDbManager<IDsSetRecord>
DsDbManagerFactory.createDbSetManager
(de.uplanet.jdbc.JdbcConnection p_conn) -
Uses of IDsSetRecord in de.uplanet.lucy.server.usermanager.usecases
Methods in de.uplanet.lucy.server.usermanager.usecases that return IDsSetRecordModifier and TypeMethodDescriptionIDsucSet.selectFullSet
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) IDsucSet.selectFullSet
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObjects) IDsucSet.selectSet
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObjects) IDsucSet.selectSet
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObjects, String... p_fieldGuids) Methods in de.uplanet.lucy.server.usermanager.usecases that return types with arguments of type IDsSetRecordModifier and TypeMethodDescriptionIDsucSet.selectContainingSets
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) Get a list of set records that contain the object given by the guid (records that are not deleted and not disabled).IDsucSet.selectContainingSets
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObjects) Get a list of set records that contain the object given by the guid (records that are not deleted and not disabled).IDsucSet.selectNotContainingSets
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) Get a list of set records that contains not the object given by the id (records that are not deleted and not disabled).IDsucSet.selectNotContainingSets
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObjects) Get a list of set records that contains not the object given by the id (records that are not deleted and not disabled).IDsucSet.selectSet
(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_filter) IDsucSet.selectSet
(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_filter, boolean p_bWithDisabledObjects) IDsucSet.selectSetsContains
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iUserId) IDsucSet.selectSetsContains
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iUserId, boolean p_bWithDisabledObjects) IDsucSet.selectSetsContainsNot
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iUserId) Get a list of set records that contains not the object given by the id (records that are not deleted and not disabled).IDsucSet.selectSetsContainsNot
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iUserId, boolean p_bWithDisabledObjects) Get a list of set records that contains not the object given by the id (records that are not deleted and not disabled).