|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilECSNodeMappingAssignments: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 @global $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 @global <type> $ilDB. More... | |
| static | deleteMappingsByCsId ($a_server_id, $a_mid, $a_tree_id, $cs_ids) |
| Delete mappings @global $ilDB. More... | |
| static | deleteMappings ($a_server_id, $a_mid, $a_tree_id) |
| Delete mappings @global $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 252 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, deleteMappingsByCsId(), 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Delete mappings @global $ilDB $ilDB.
| <type> | $a_server_id |
| <type> | $a_mid |
| <type> | $a_tree_id |
Definition at line 232 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, and $query.
Referenced by ilECSMappingSettingsGUI\dDeleteTree(), and ilECSCmsTreeCommandQueueHandler\handleDelete().
Here is the caller graph for this function:
|
static |
Delete mappings @global $ilDB.
| <type> | $a_server_id |
| <type> | $a_mid |
| <type> | $a_tree_id |
| <type> | $a_ref_id |
| <type> | $cs_ids |
Definition at line 209 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, and $query.
Referenced by deleteDisconnectableMappings(), and ilECSMappingSettingsGUI\dMap().
Here is the caller graph for this function:
|
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 $DIC, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSMappingUtils\lookupMappingStatus().
Here is the caller graph for this function:
|
static |
Check if whole tree is mapped.
| int | $a_server_id | |
| int | $a_tree_id |
Definition at line 131 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSMappingUtils\lookupMappingStatus().
Here is the caller graph for this function:
|
static |
Lookup assignments @global $ilDB.
| <type> | $a_server_id |
| <type> | $a_mid |
| <type> | $a_tree_id |
Definition at line 79 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSCmsData\updateStatus().
Here is the caller graph for this function:
|
static |
Lookup assignments.
| <type> | $a_server_id |
| <type> | $a_mid |
| <type> | $a_tree_id |
Definition at line 105 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSMappingSettingsGUI\dShowCmsExplorer().
Here is the caller graph for this function:
|
static |
Lookup default title update setting.
Definition at line 152 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSMappingSettingsGUI\dMap().
Here is the caller graph for this function:
|
static |
Get cs ids for ref_id @global <type> $ilDB.
| <type> | $a_server_id |
| <type> | $a_mid |
| <type> | $a_tree_id |
| <type> | $a_ref_id |
Definition at line 179 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSMappingSettingsGUI\dShowCmsExplorer().
Here is the caller graph for this function:
|
static |
Lookup Settings.
| type | $a_server_id | |
| type | $a_mid | |
| type | $a_tree_id |
Definition at line 46 of file class.ilECSNodeMappingAssignments.php.
References $DIC, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSCmsTreeSynchronizer\sync().
Here is the caller graph for this function: