ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Static Public Member Functions | |
static | lookupSettings (int $a_server_id, int $a_mid, int $a_tree_id, int $a_node_id) |
Lookup Settings. More... | |
static | lookupAssignmentIds (int $a_server_id, int $a_mid, int $a_tree_id) |
Lookup assignments. More... | |
static | lookupAssignmentsByRefId (int $a_server_id, int $a_mid, int $a_tree_id, int $a_ref_id) |
Lookup assignments. More... | |
static | isWholeTreeMapped (int $a_server_id, int $a_mid, int $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 (int $a_server_id, int $a_mid, int $a_tree_id, int $a_ref_id) |
Get cs ids for ref_id. More... | |
static | deleteMappingsByCsId (int $a_server_id, int $a_mid, int $a_tree_id, array $cs_ids) |
Delete mappings. More... | |
static | deleteMappings (int $a_server_id, int $a_mid, int $a_tree_id) |
Delete mappings. More... | |
static | deleteDisconnectableMappings (int $a_server_id, int $a_mid, int $a_tree_id, int $a_ref_id) |
delete disconnectable mappings More... | |
Definition at line 24 of file class.ilECSNodeMappingAssignments.php.
|
static |
delete disconnectable mappings
Definition at line 228 of file class.ilECSNodeMappingAssignments.php.
References 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.
Definition at line 211 of file class.ilECSNodeMappingAssignments.php.
Referenced by ilECSMappingSettingsGUI\dDeleteTree(), and ilECSCmsTreeCommandQueueHandler\handleDelete().
|
static |
Delete mappings.
Definition at line 193 of file class.ilECSNodeMappingAssignments.php.
Referenced by ilECSMappingSettingsGUI\dMap().
|
static |
Check if whole tree is mapped.
Definition at line 128 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSMappingUtils\lookupMappingStatus().
|
static |
Lookup assignments.
Definition at line 81 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSCmsData\updateStatus().
|
static |
Lookup assignments.
Definition at line 104 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, $res, and ilDBConstants\FETCHMODE_OBJECT.
|
static |
Lookup default title update setting.
Definition at line 149 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSMappingSettingsGUI\dMap().
|
static |
Get cs ids for ref_id.
Definition at line 170 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSMappingSettingsGUI\dShowCmsExplorer().
|
static |
Lookup Settings.
Definition at line 52 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSCmsTreeSynchronizer\sync().