public interface IDsucDistList extends IDsucSet
Modifier and Type | Method and Description |
---|---|
List<IDsDistListRecord> |
selectDistList(de.uplanet.jdbc.JdbcConnection p_conn,
IDsSelectFilter p_selectFilter) |
List<IDsDistListRecord> |
selectDistList(de.uplanet.jdbc.JdbcConnection p_conn,
IDsSelectFilter p_selectFilter,
boolean p_bWithDisabledObject) |
IDsDistListRecord |
selectDistList(de.uplanet.jdbc.JdbcConnection p_conn,
int p_iPkID) |
IDsDistListRecord |
selectDistList(de.uplanet.jdbc.JdbcConnection p_conn,
int p_iPkID,
boolean p_bWithDisabledObject) |
IDsDistListRecord |
selectDistList(de.uplanet.jdbc.JdbcConnection p_conn,
int p_iPkID,
boolean p_bWithDisabledObject,
String... p_fieldGuids) |
IDsDistListRecord |
selectDistList(de.uplanet.jdbc.JdbcConnection p_conn,
int p_iPkID,
String... p_fieldGuids) |
IDsDistListRecord |
selectDistList(de.uplanet.jdbc.JdbcConnection p_conn,
String p_strGuid) |
IDsDistListRecord |
selectDistList(de.uplanet.jdbc.JdbcConnection p_conn,
String p_strGuid,
boolean p_bWithDisabledObject) |
IDsDistListRecord |
selectDistList(de.uplanet.jdbc.JdbcConnection p_conn,
String p_strGuid,
boolean p_bWithDisabledObject,
String... p_fieldGuids) |
IDsDistListRecord |
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) |
IDsDistListRecord |
selectFullDistList(de.uplanet.jdbc.JdbcConnection p_conn,
int p_iPkID) |
IDsDistListRecord |
selectFullDistList(de.uplanet.jdbc.JdbcConnection p_conn,
int p_iPkID,
boolean p_bWithDisabledObject) |
IDsDistListRecord |
selectFullDistList(de.uplanet.jdbc.JdbcConnection p_conn,
String p_strGuid) |
IDsDistListRecord |
selectFullDistList(de.uplanet.jdbc.JdbcConnection p_conn,
String p_strGuid,
boolean p_bWithDisabledObject) |
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
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
int selectDistListCount(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter) throws SQLException
SQLException
int selectDistListCount(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter, boolean p_bWithDisabledObject) throws SQLException
SQLException
List<IDsDistListRecord> selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter) throws SQLException
null
, maybe empty)SQLException
List<IDsDistListRecord> selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter, boolean p_bWithDisabledObject) throws SQLException
SQLException
IDsDistListRecord selectFullDistList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) throws SQLException
SQLException
IDsDistListRecord selectFullDistList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject) throws SQLException
SQLException
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) throws SQLException
SQLException
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject) throws SQLException
SQLException
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, String... p_fieldGuids) throws SQLException
SQLException
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject, String... p_fieldGuids) throws SQLException
SQLException
IDsDistListRecord selectFullDistList(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID) throws SQLException
SQLException
IDsDistListRecord selectFullDistList(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject) throws SQLException
SQLException
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID) throws SQLException
SQLException
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject) throws SQLException
SQLException
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, String... p_fieldGuids) throws SQLException
SQLException
IDsDistListRecord selectDistList(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject, String... p_fieldGuids) throws SQLException
SQLException