| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilECSCategoryMapping:
 Collaboration diagram for ilECSCategoryMapping:| Static Public Member Functions | |
| static | getActiveRules () | 
| get active rules | |
| static | getMatchingCategory (ilECSEContent $econtent) | 
| get matching category | |
| static | handleUpdate (ilECSEContent $econtent, $a_obj_id) | 
| Handle update of ecs content and create references. | |
| static | lookupHandledCategories () | 
| static | getPossibleFields () | 
| Static Private Attributes | |
| static | $cached_active_rules = null | 
Definition at line 35 of file class.ilECSCategoryMapping.php.
| 
 | static | 
get active rules
Definition at line 45 of file class.ilECSCategoryMapping.php.
References $ilDB, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by getMatchingCategory(), and ilECSSettingsGUI\showRulesTable().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
get matching category
| object | $econtent | ilECSEcontent | 
Definition at line 64 of file class.ilECSCategoryMapping.php.
References $ilLog, ilECSSettings\_getInstance(), and getActiveRules().
Referenced by ilObjRemoteCourse\_createFromECSEContent(), and handleUpdate().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 171 of file class.ilECSCategoryMapping.php.
Referenced by ilECSSettingsGUI\initCategoryMappingForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Handle update of ecs content and create references.
Definition at line 92 of file class.ilECSCategoryMapping.php.
References $ilLog, $ref_id, ilObject\_getAllReferences(), ilObject\_lookupObjId(), ilObjectFactory\getInstanceByRefId(), getMatchingCategory(), and lookupHandledCategories().
Referenced by ilObjRemoteCourse\updateFromECSContent().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 153 of file class.ilECSCategoryMapping.php.
References $ilDB, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by handleUpdate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | staticprivate | 
Definition at line 37 of file class.ilECSCategoryMapping.php.