Interface IDsucRole
-
- All Superinterfaces:
IDsucObject,IDsucSet
public interface IDsucRole extends IDsucSet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDsRoleRecordselectFullRole(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID)IDsRoleRecordselectFullRole(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject)IDsRoleRecordselectFullRole(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid)IDsRoleRecordselectFullRole(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject)IDsRoleRecordselectRole(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID)IDsRoleRecordselectRole(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject)IDsRoleRecordselectRole(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, boolean p_bWithDisabledObject, String... p_fieldGuids)IDsRoleRecordselectRole(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID, String... p_fieldGuids)List<IDsRoleRecord>selectRole(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter)List<IDsRoleRecord>selectRole(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter, boolean p_bWithDisabledObject)IDsRoleRecordselectRole(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid)IDsRoleRecordselectRole(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject)IDsRoleRecordselectRole(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, boolean p_bWithDisabledObject, String... p_fieldGuids)IDsRoleRecordselectRole(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, String... p_fieldGuids)intselectRoleCount(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter)intselectRoleCount(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 Detail
-
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
IDsRoleRecord selectRole(de.uplanet.jdbc.JdbcConnection p_conn, int p_iPkID) throws SQLException
- 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
-
-