ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Static Public Member Functions | |
static | hasAssignments ($a_server_id, $a_mid, $a_tree_id) |
Check if there is any assignment for a cms tree. More... | |
static | lookupSettings ($a_server_id, $a_mid, $a_tree_id, $a_node_id) |
Lookup Settings. More... | |
static | lookupAssignmentIds ($a_server_id, $a_mid, $a_tree_id) |
Lookup assignments $ilDB. More... | |
static | lookupAssignmentsByRefId ($a_server_id, $a_mid, $a_tree_id, $a_ref_id) |
Lookup assignments. More... | |
static | isWholeTreeMapped ($a_server_id, $a_mid, $a_tree_id) |
Check if whole tree is mapped. More... | |
static | lookupDefaultTitleUpdate ($a_server_id, $a_mid, $a_tree_id) |
Lookup default title update setting. More... | |
static | lookupMappedItemsForRefId ($a_server_id, $a_mid, $a_tree_id, $a_ref_id) |
Get cs ids for ref_id <type> $ilDB. More... | |
static | deleteMappingsByCsId ($a_server_id, $a_mid, $a_tree_id, $cs_ids) |
Delete mappings $ilDB. More... | |
static | deleteMappings ($a_server_id, $a_mid, $a_tree_id) |
Delete mappings $ilDB $ilDB. More... | |
static | deleteDisconnectableMappings ($a_server_id, $a_mid, $a_tree_id, $a_ref_id) |
delete disconnectable mappings More... | |
Definition at line 12 of file class.ilECSNodeMappingAssignments.php.
|
static |
delete disconnectable mappings
<type> | $a_server_id |
<type> | $a_mid |
<type> | $a_tree_id |
Definition at line 242 of file class.ilECSNodeMappingAssignments.php.
References $ilDB, array, ilECSCmsData\lookupStatusByCmsId(), ilECSCmsData\MAPPING_DELETED, ilECSCmsData\MAPPING_MAPPED, ilECSCmsData\MAPPING_PENDING_DISCONNECTABLE, ilECSCmsData\MAPPING_PENDING_NOT_DISCONNECTABLE, and ilECSCmsData\MAPPING_UNMAPPED.
Referenced by ilECSMappingSettingsGUI\dMap().
|
static |
Delete mappings $ilDB $ilDB.
<type> | $a_server_id |
<type> | $a_mid |
<type> | $a_tree_id |
Definition at line 224 of file class.ilECSNodeMappingAssignments.php.
Referenced by ilECSMappingSettingsGUI\dDeleteTree(), and ilECSCmsTreeCommandQueueHandler\handleDelete().
|
static |
Delete mappings $ilDB.
<type> | $a_server_id |
<type> | $a_mid |
<type> | $a_tree_id |
<type> | $a_ref_id |
<type> | $cs_ids |
Definition at line 203 of file class.ilECSNodeMappingAssignments.php.
Referenced by ilECSMappingSettingsGUI\dMap().
|
static |
Check if there is any assignment for a cms tree.
int | $a_server_id | |
int | $a_tree_id |
Definition at line 20 of file class.ilECSNodeMappingAssignments.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSMappingUtils\lookupMappingStatus().
|
static |
Check if whole tree is mapped.
int | $a_server_id | |
int | $a_tree_id |
Definition at line 128 of file class.ilECSNodeMappingAssignments.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSMappingUtils\lookupMappingStatus().
|
static |
Lookup assignments $ilDB.
<type> | $a_server_id |
<type> | $a_mid |
<type> | $a_tree_id |
Definition at line 78 of file class.ilECSNodeMappingAssignments.php.
References $ilDB, $query, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSCmsData\updateStatus().
|
static |
Lookup assignments.
<type> | $a_server_id |
<type> | $a_mid |
<type> | $a_tree_id |
Definition at line 103 of file class.ilECSNodeMappingAssignments.php.
References $ilDB, $query, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSMappingSettingsGUI\dShowCmsExplorer().
|
static |
Lookup default title update setting.
Definition at line 148 of file class.ilECSNodeMappingAssignments.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSMappingSettingsGUI\dMap().
|
static |
Get cs ids for ref_id <type> $ilDB.
<type> | $a_server_id |
<type> | $a_mid |
<type> | $a_tree_id |
<type> | $a_ref_id |
Definition at line 174 of file class.ilECSNodeMappingAssignments.php.
References $ilDB, $query, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSMappingSettingsGUI\dShowCmsExplorer().
|
static |
Lookup Settings.
type | $a_server_id | |
type | $a_mid | |
type | $a_tree_id |
Definition at line 45 of file class.ilECSNodeMappingAssignments.php.
References $ilDB, $query, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSCmsTreeSynchronizer\sync().