JavaScript ist im Browser deaktiviert.
Methodenübersicht
Alle Methoden Instanzmethoden Abstrakte Methoden
void
addMembers (de.uplanet.jdbc.JdbcConnection p_conn,
String p_strSetGuid,
int... p_ids)
void
void
removes all members from a given set
int
void
void
Get a list of set records that contain the object given by the guid
(records that are not deleted and not disabled).
Get a list of set records that contain the object given by the guid
(records that are not deleted and not disabled).
Get a lexocographically sorted set of set GUIDs that contain the object given by the GUID
(sets that are neither deleted nor disabled).
Get a lexocographically sorted set of set GUIDs that contain the object given by the GUID
(sets that are neither deleted).
selectFullSet (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).
Get a list of set records that contains not the object given by the id
(records that are not deleted and not disabled).
selectSet (de.uplanet.jdbc.JdbcConnection p_conn,
String p_strGuid,
boolean p_bWithDisabledObjects)
selectSet (de.uplanet.jdbc.JdbcConnection p_conn,
String p_strGuid,
boolean p_bWithDisabledObjects,
String ... p_fieldGuids)
int
int
selectSetsContains (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).
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).
Von Schnittstelle geerbte Methoden 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
Methodendetails
selectSetCount
Parameter:
p_conn - database connection
p_filter - can be null
Gibt zurück:
count of sets
Löst aus:
SQLException
selectSetCount
int selectSetCount (de.uplanet.jdbc.JdbcConnection p_conn,
IDsSelectFilter p_filter,
boolean p_bWithDisabledObjects)
throws SQLException
Parameter:
p_conn - database connection
p_filter - can be null
p_bWithDisabledObjects - Should disabled objects be considered
Gibt zurück:
count of sets
Löst aus:
SQLException
selectSet
Parameter:
p_conn -
p_filter - can be null, or the filter settings are used for the select
Gibt zurück:
List of set records (not null, may be empty) .
Löst aus:
SQLException
selectSet
Parameter:
p_conn -
p_filter - can be null, or the filter settings are used for the select
p_bWithDisabledObjects - Should disabled objects be considered
Gibt zurück:
List of set records (not null, may be empty) .
Löst aus:
SQLException
selectFullSet
Parameter:
p_conn -
p_strGuid -
Gibt zurück:
a full readed set record, or null if no set record found for the guid
Löst aus:
SQLException
de.uplanet.lucy.usermanager.DsRuntimeException - a record for the guid exists, but is not of a type of a set
selectFullSet
Parameter:
p_conn -
p_strGuid -
p_bWithDisabledObjects - Should disabled objects be considered
Gibt zurück:
a full readed set record, or null if no set record found for the guid
Löst aus:
SQLException
de.uplanet.lucy.usermanager.DsRuntimeException - a record for the guid exists, but is not of a type of a set
selectSet
Parameter:
p_conn -
p_strGuid -
Gibt zurück:
the set record(id, guid, containerguid,containerid and name columns are set) or
null if no record is found
Löst aus:
SQLException
de.uplanet.lucy.usermanager.DsRuntimeException - a record for the guid exists, but is not of a type of a set
selectSet
Parameter:
p_conn -
p_strGuid -
p_bWithDisabledObjects - Should disabled objects be considered
Gibt zurück:
the set record(id, guid, containerguid,containerid and name columns are set) or
null if no record is found
Löst aus:
SQLException
de.uplanet.lucy.usermanager.DsRuntimeException - a record for the guid exists, but is not of a type of a set
selectSet
Parameter:
p_conn -
p_strGuid -
p_fieldGuids -
Gibt zurück:
a set record (id,containerid, containerguid, name + column given by the field guids are set)
or null if no set found for the given guid
Löst aus:
SQLException
de.uplanet.lucy.usermanager.DsRuntimeException - a record for the guid exists, but is not of a type of a set
selectSet
Parameter:
p_conn -
p_strGuid -
p_bWithDisabledObjects - Should disabled objects be considered
p_fieldGuids -
Gibt zurück:
a set record (id,containerid, containerguid, name + column given by the field guids are set)
or null if no set found for the given guid
Löst aus:
SQLException
de.uplanet.lucy.usermanager.DsRuntimeException - a record for the guid exists, but is not of a type of a set
getMembers
Parameter:
p_conn -
p_strSetGuid -
p_filter - can be null
Gibt zurück:
list of member records, empty list if the set has no member
Löst aus:
SQLException
addMembers
Parameter:
p_conn -
p_strSetGuid - if no set found with that guid, a warning is written to the log
p_guids - guids to add
Löst aus:
SQLException
addMembers
void addMembers (de.uplanet.jdbc.JdbcConnection p_conn,
String p_strSetGuid,
int... p_ids)
throws SQLException
Parameter:
p_conn -
p_strSetGuid - if no set found with that guid, a warning is written to the log
p_ids - the ids added to the set
Löst aus:
SQLException
removeMembers
Parameter:
p_conn -
p_strSetGuid - if no set found for that guid, a warning is written to the log.
p_guids - the member GUIDs to remove
Löst aus:
SQLException
removeMembers
void removeMembers (de.uplanet.jdbc.JdbcConnection p_conn,
String p_strSetGuid,
int... p_ids)
throws SQLException
Parameter:
p_conn -
p_strSetGuid - if no set found for that GUID, a warning is written to the log.
p_ids - the member ids to remove
Löst aus:
SQLException
clearMembers
void clearMembers (de.uplanet.jdbc.JdbcConnection p_conn,
String p_strSetGuid)
throws SQLException
removes all members from a given set
Parameter:
p_conn -
p_strSetGuid - if no set found for that GUID, a warning is written to the log.
Löst aus:
SQLException
getMembersCount
Parameter:
p_strConn -
p_strSetGuid - if no set found for
p_selectFilter - can be null
Gibt zurück:
count of members
Löst aus:
SQLException
selectContainingSets
Get a list of set records that contain the object given by the guid
(records that are not deleted and not disabled).
Gibt zurück:
A list of records typeof IDsSetRecord or an derived
type (not null, may be empty) .
(PrimaryKey, ClassId, ContainerID, ContainerGuid, Name, ClassId,
Guid, Disabled, Deleted)
Löst aus:
SQLException
selectContainingSets
Get a list of set records that contain the object given by the guid
(records that are not deleted and not disabled).
Gibt zurück:
A list of records typeof IDsSetRecord or an derived
type (not null, may be empty) .
(PrimaryKey, ClassId, ContainerID, ContainerGuid, Name, ClassId,
Guid, Disabled, Deleted)
Löst aus:
SQLException
selectContainingSetsGuids
Get a lexocographically sorted set of set GUIDs that contain the object given by the GUID
(sets that are neither deleted nor disabled).
Gibt zurück:
A possibly empty set of GUIDs.
Löst aus:
SQLException
selectContainingSetsGuids
Get a lexocographically sorted set of set GUIDs that contain the object given by the GUID
(sets that are neither deleted).
Gibt zurück:
A possibly empty set of GUIDs.
Löst aus:
SQLException
selectSetsContains
Parameter:
p_conn - The connection
p_iUserId - The user id
Gibt zurück:
List of IDsSetRecords
Löst aus:
SQLException
selectSetsContains
List <IDsSetRecord > selectSetsContains (de.uplanet.jdbc.JdbcConnection p_conn,
int p_iUserId,
boolean p_bWithDisabledObjects)
throws SQLException
Parameter:
p_conn - The connection
p_iUserId - The user id
p_bWithDisabledObjects - Should disabled objects be considered
Gibt zurück:
List of IDsSetRecords
Löst aus:
SQLException
selectNotContainingSets
Get a list of set records that contains not the object given by the id
(records that are not deleted and not disabled).
Gibt zurück:
A list of records type of IDsSetRecord or an derived type.
(PrimaryKey, ClassId,ContainerID, ContainerGuid, Name, ClassId, GUID,
Disabled, Deleted)
Löst aus:
SQLException
selectSetsContainsNot
Get a list of set records that contains not the object given by the id
(records that are not deleted and not disabled).
Gibt zurück:
A list of records typeof IDsSetRecord or an derived type.
(PrimaryKey, ClassId,ContainerID, ContainerGuid, Name, ClassId, Guid, Disabled, Deleted)
Löst aus:
SQLException
selectSetsContainsNot
List <IDsSetRecord > selectSetsContainsNot (de.uplanet.jdbc.JdbcConnection p_conn,
int p_iUserId,
boolean p_bWithDisabledObjects)
throws SQLException
Get a list of set records that contains not the object given by the id
(records that are not deleted and not disabled).
Gibt zurück:
A list of records type of IDsSetRecord or an derived type.
(PrimaryKey, ClassId,ContainerID, ContainerGuid, Name, ClassId, Guid, Disabled, Deleted)
Löst aus:
SQLException
selectNotContainingSets
Get a list of set records that contains not the object given by the id
(records that are not deleted and not disabled).
Gibt zurück:
A list of records type of IDsSetRecord or an derived type.
(PrimaryKey, ClassId,ContainerID, ContainerGuid, Name, ClassId, Guid, Disabled, Deleted)
Löst aus:
SQLException