Interface IDsucDistList
- All Superinterfaces:
IDsucObject
,IDsucSet
-
Method Summary
Modifier and TypeMethodDescriptionselectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID) selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject) selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject, String... p_fieldGuids) selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, String... p_fieldGuids) selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter) selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter, boolean p_bWithDisabledObject) selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject) selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject, String... p_fieldGuids) selectDistList
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, String... p_fieldGuids) int
selectDistListCount
(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter) int
selectDistListCount
(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter, boolean p_bWithDisabledObject) selectFullDistList
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID) selectFullDistList
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject) selectFullDistList
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) selectFullDistList
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject) Methods inherited from interface de.uplanet.lucy.server.usermanager.usecases.IDsucObject
append, delete, fromGuid, fromGuid, fromGuid, fromGuid, getLastSQLStatement, guidToId, idToGuid, move, select, select, selectCount, selectCount, selectFullObject, selectFullObject, selectObject, selectObject, selectObject, selectObject, selectObject, selectObject, selectObjectCount, selectObjectCount, update
Methods inherited from interface de.uplanet.lucy.server.usermanager.usecases.IDsucSet
addMembers, addMembers, clearMembers, getMembers, getMembersCount, removeMembers, removeMembers, selectContainingSets, selectContainingSets, selectContainingSetsGuids, selectContainingSetsGuids, selectFullSet, selectFullSet, selectNotContainingSets, selectNotContainingSets, selectSet, selectSet, selectSet, selectSet, selectSet, selectSet, selectSetCount, selectSetCount, selectSetsContains, selectSetsContains, selectSetsContainsNot, selectSetsContainsNot
-
Method Details
-
selectDistListCount
int selectDistListCount(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter) throws SQLException - Throws:
SQLException
-
selectDistListCount
int selectDistListCount(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter, boolean p_bWithDisabledObject) throws SQLException - Throws:
SQLException
-
selectDistList
List<IDsDistListRecord> selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter) throws SQLException - Returns:
- List of records (not
null
, maybe empty) - Throws:
SQLException
-
selectDistList
List<IDsDistListRecord> selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter, boolean p_bWithDisabledObject) throws SQLException - Throws:
SQLException
-
selectFullDistList
IDsDistListRecord selectFullDistList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) throws SQLException - Throws:
SQLException
-
selectFullDistList
IDsDistListRecord selectFullDistList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject) throws SQLException - Throws:
SQLException
-
selectDistList
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) throws SQLException - Throws:
SQLException
-
selectDistList
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject) throws SQLException - Throws:
SQLException
-
selectDistList
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, String... p_fieldGuids) throws SQLException - Throws:
SQLException
-
selectDistList
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject, String... p_fieldGuids) throws SQLException - Throws:
SQLException
-
selectFullDistList
IDsDistListRecord selectFullDistList(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID) throws SQLException - Throws:
SQLException
-
selectFullDistList
IDsDistListRecord selectFullDistList(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject) throws SQLException - Throws:
SQLException
-
selectDistList
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID) throws SQLException - Throws:
SQLException
-
selectDistList
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject) throws SQLException - Throws:
SQLException
-
selectDistList
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, String... p_fieldGuids) throws SQLException - Throws:
SQLException
-
selectDistList
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject, String... p_fieldGuids) throws SQLException - Throws:
SQLException
-