ILIAS
Release_5_0_x_branch Revision 61816
|
Static Public Member Functions | |
static | hasAssignments ($a_server_id, $a_mid, $a_tree_id) |
Check if there is any assignment for a cms tree. | |
static | lookupSettings ($a_server_id, $a_mid, $a_tree_id, $a_node_id) |
Lookup Settings. | |
static | lookupAssignmentIds ($a_server_id, $a_mid, $a_tree_id) |
Lookup assignments $ilDB. | |
static | lookupAssignmentsByRefId ($a_server_id, $a_mid, $a_tree_id, $a_ref_id) |
Lookup assignments. | |
static | isWholeTreeMapped ($a_server_id, $a_mid, $a_tree_id) |
Check if whole tree is mapped. | |
static | lookupDefaultTitleUpdate ($a_server_id, $a_mid, $a_tree_id) |
Lookup default title update setting. | |
static | lookupMappedItemsForRefId ($a_server_id, $a_mid, $a_tree_id, $a_ref_id) |
Get cs ids for ref_id <type> $ilDB. | |
static | deleteMappingsByCsId ($a_server_id, $a_mid, $a_tree_id, $cs_ids) |
Delete mappings $ilDB. | |
static | deleteMappings ($a_server_id, $a_mid, $a_tree_id) |
Delete mappings $ilDB $ilDB. | |
static | deleteDisconnectableMappings ($a_server_id, $a_mid, $a_tree_id, $a_ref_id) |
delete disconnectable mappings |
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, 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().
|
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 deleteDisconnectableMappings(), and 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 DB_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 DB_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, and DB_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, and DB_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 DB_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, and DB_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, and DB_FETCHMODE_OBJECT.
Referenced by ilECSCmsTreeSynchronizer\sync().