Interface IDsucRole
- All Superinterfaces:
IDsucObject
,IDsucSet
-
Method Summary
Modifier and TypeMethodDescriptionselectFullRole
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID) selectFullRole
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject) selectFullRole
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) selectFullRole
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject) selectRole
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID) selectRole
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject) selectRole
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject, String... p_fieldGuids) selectRole
(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, String... p_fieldGuids) selectRole
(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter) selectRole
(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter, boolean p_bWithDisabledObject) selectRole
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) selectRole
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject) selectRole
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject, String... p_fieldGuids) selectRole
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, String... p_fieldGuids) int
selectRoleCount
(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter) int
selectRoleCount
(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter, 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
-
selectRoleCount
int selectRoleCount(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter) throws SQLException - Throws:
SQLException
-
selectRoleCount
int selectRoleCount(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter, boolean p_bWithDisabledObject) throws SQLException - Throws:
SQLException
-
selectRole
List<IDsRoleRecord> selectRole(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter) throws SQLException - Throws:
SQLException
-
selectRole
List<IDsRoleRecord> selectRole(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter, boolean p_bWithDisabledObject) throws SQLException - Throws:
SQLException
-
selectFullRole
IDsRoleRecord selectFullRole(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) throws SQLException - Throws:
SQLException
-
selectFullRole
IDsRoleRecord selectFullRole(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject) throws SQLException - Throws:
SQLException
-
selectRole
IDsRoleRecord selectRole(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) throws SQLException - Throws:
SQLException
-
selectRole
IDsRoleRecord selectRole(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject) throws SQLException - Throws:
SQLException
-
selectRole
IDsRoleRecord selectRole(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, String... p_fieldGuids) throws SQLException - Throws:
SQLException
-
selectRole
IDsRoleRecord selectRole(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject, String... p_fieldGuids) throws SQLException - Throws:
SQLException
-
selectFullRole
IDsRoleRecord selectFullRole(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID) throws SQLException - Throws:
SQLException
-
selectFullRole
IDsRoleRecord selectFullRole(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject) throws SQLException - Throws:
SQLException
-
selectRole
- Throws:
SQLException
-
selectRole
IDsRoleRecord selectRole(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject) throws SQLException - Throws:
SQLException
-
selectRole
IDsRoleRecord selectRole(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, String... p_fieldGuids) throws SQLException - Throws:
SQLException
-
selectRole
IDsRoleRecord selectRole(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject, String... p_fieldGuids) throws SQLException - Throws:
SQLException
-