ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilObjLinkResourceGUI. More...
Public Member Functions | |
ilLinkResourceItems ($webr_id) | |
Constructor public. | |
setLinkResourceRefId ($a_ref_id) | |
getLinkResourceRefId () | |
setLinkResourceId ($a_id) | |
getLinkResourceId () | |
setLinkId ($a_id) | |
getLinkId () | |
setTitle ($a_title) | |
getTitle () | |
setDescription ($a_description) | |
getDescription () | |
setTarget ($a_target) | |
getTarget () | |
setActiveStatus ($a_status) | |
getActiveStatus () | |
setDisableCheckStatus ($a_status) | |
getDisableCheckStatus () | |
__setCreateDate ($a_date) | |
getCreateDate () | |
__setLastUpdateDate ($a_date) | |
getLastUpdateDate () | |
setLastCheckDate ($a_date) | |
getLastCheckDate () | |
setValidStatus ($a_status) | |
getValidStatus () | |
cloneItems ($a_new_id) | |
Copy web resource items. | |
delete ($a_item_id, $a_update_history=true) | |
update ($a_update_history=true) | |
updateValid ($a_status) | |
updateActive ($a_status) | |
updateDisableCheck ($a_status) | |
updateLastCheck ($a_offset=0) | |
updateValidByCheck ($a_offset=0) | |
add ($a_update_history=true) | |
readItem ($a_link_id) | |
getItem ($a_link_id) | |
getAllItems () | |
sortItems ($a_items) | |
Sort items (sorting mode depends on sorting setting) | |
getActivatedItems () | |
getCheckItems ($a_offset=0) | |
_deleteAll ($webr_id) |
Static Public Member Functions | |
static | lookupItem ($a_webr_id, $a_link_id) |
static | _isSingular ($a_webr_id) |
Check whether there is only one active link in the web resource. | |
static | lookupNumberOfLinks ($a_webr_id) |
Get number of assigned links. | |
static | _getFirstLink ($a_webr_id) |
Get first link item Check before with _isSingular() if there is more or less than one. |
Class ilObjLinkResourceGUI.
Definition at line 34 of file class.ilLinkResourceItems.php.
ilLinkResourceItems::__setCreateDate | ( | $a_date | ) |
Definition at line 144 of file class.ilLinkResourceItems.php.
Referenced by add(), and readItem().
ilLinkResourceItems::__setLastUpdateDate | ( | $a_date | ) |
Definition at line 153 of file class.ilLinkResourceItems.php.
Referenced by add(), readItem(), and update().
ilLinkResourceItems::_deleteAll | ( | $webr_id | ) |
Definition at line 549 of file class.ilLinkResourceItems.php.
References $ilDB.
Referenced by ilObjLinkResource\delete().
|
static |
Get first link item Check before with _isSingular() if there is more or less than one.
int | $a_webr_id | object id of web resource |
Definition at line 599 of file class.ilLinkResourceItems.php.
References $ilDB, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilObjLinkResourceListGUI\__readLink(), and ilObjLinkResource\MDUpdateListener().
|
static |
Check whether there is only one active link in the web resource.
In this case this link is shown in a new browser window
int | $a_webr_id | object id of web resource |
Definition at line 566 of file class.ilLinkResourceItems.php.
Referenced by ilObjLinkResourceListGUI\__checkDirectLink().
ilLinkResourceItems::add | ( | $a_update_history = true | ) |
Definition at line 362 of file class.ilLinkResourceItems.php.
References $ilDB, $query, $res, __setCreateDate(), __setLastUpdateDate(), ilHistory\_createEntry(), getActiveStatus(), getCreateDate(), getDescription(), getDisableCheckStatus(), getLastUpdateDate(), getLinkResourceId(), getTarget(), getTitle(), and setLinkId().
ilLinkResourceItems::cloneItems | ( | $a_new_id | ) |
Copy web resource items.
public
int | obj_id of new object |
Definition at line 185 of file class.ilLinkResourceItems.php.
References $data, ilParameterAppender\_getParams(), getAllItems(), getLinkResourceId(), and ilLinkResourceItems().
ilLinkResourceItems::delete | ( | $a_item_id, | |
$a_update_history = true |
|||
) |
Definition at line 215 of file class.ilLinkResourceItems.php.
References $ilDB, $query, $res, ilHistory\_createEntry(), getItem(), and getLinkResourceId().
Referenced by ilObjLinkResourceGUI\deleteLinksObject().
ilLinkResourceItems::getActivatedItems | ( | ) |
Definition at line 516 of file class.ilLinkResourceItems.php.
References getAllItems().
ilLinkResourceItems::getActiveStatus | ( | ) |
Definition at line 131 of file class.ilLinkResourceItems.php.
Referenced by add(), and update().
ilLinkResourceItems::getAllItems | ( | ) |
Definition at line 448 of file class.ilLinkResourceItems.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, and getLinkResourceId().
Referenced by cloneItems(), getActivatedItems(), and getCheckItems().
ilLinkResourceItems::getCheckItems | ( | $a_offset = 0 | ) |
Definition at line 528 of file class.ilLinkResourceItems.php.
References getAllItems().
ilLinkResourceItems::getCreateDate | ( | ) |
Definition at line 148 of file class.ilLinkResourceItems.php.
Referenced by add().
ilLinkResourceItems::getDescription | ( | ) |
Definition at line 115 of file class.ilLinkResourceItems.php.
Referenced by add(), and update().
ilLinkResourceItems::getDisableCheckStatus | ( | ) |
Definition at line 139 of file class.ilLinkResourceItems.php.
Referenced by add(), and update().
ilLinkResourceItems::getItem | ( | $a_link_id | ) |
Definition at line 422 of file class.ilLinkResourceItems.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, and getLinkResourceId().
Referenced by delete(), and ilObjLinkResourceGUI\setValuesFromLink().
ilLinkResourceItems::getLastCheckDate | ( | ) |
Definition at line 165 of file class.ilLinkResourceItems.php.
Referenced by update().
ilLinkResourceItems::getLastUpdateDate | ( | ) |
Definition at line 157 of file class.ilLinkResourceItems.php.
Referenced by add(), and update().
ilLinkResourceItems::getLinkId | ( | ) |
Definition at line 99 of file class.ilLinkResourceItems.php.
Referenced by update(), updateActive(), updateDisableCheck(), and updateValid().
ilLinkResourceItems::getLinkResourceId | ( | ) |
Definition at line 91 of file class.ilLinkResourceItems.php.
Referenced by add(), cloneItems(), delete(), getAllItems(), getItem(), sortItems(), update(), updateLastCheck(), and updateValidByCheck().
ilLinkResourceItems::getLinkResourceRefId | ( | ) |
Definition at line 83 of file class.ilLinkResourceItems.php.
ilLinkResourceItems::getTarget | ( | ) |
Definition at line 123 of file class.ilLinkResourceItems.php.
Referenced by add(), and update().
ilLinkResourceItems::getTitle | ( | ) |
Definition at line 107 of file class.ilLinkResourceItems.php.
References $title.
Referenced by add(), and update().
ilLinkResourceItems::getValidStatus | ( | ) |
Definition at line 173 of file class.ilLinkResourceItems.php.
References $valid.
Referenced by update().
ilLinkResourceItems::ilLinkResourceItems | ( | $webr_id | ) |
Constructor public.
Definition at line 40 of file class.ilLinkResourceItems.php.
References $ilDB.
Referenced by cloneItems().
|
static |
Definition at line 51 of file class.ilLinkResourceItems.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilObjLinkResourceSubItemListGUI\getHTML().
|
static |
Get number of assigned links.
int | $a_webr_id |
Definition at line 580 of file class.ilLinkResourceItems.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilObjLinkResourceGUI\activateTabs(), ilObjLinkResourceGUI\getTabs(), ilObjLinkResourceGUI\isContainerMetaDataRequired(), and ilObjLinkResource\MDUpdateListener().
ilLinkResourceItems::readItem | ( | $a_link_id | ) |
Definition at line 397 of file class.ilLinkResourceItems.php.
References $ilDB, $query, $res, $row, __setCreateDate(), __setLastUpdateDate(), DB_FETCHMODE_OBJECT, setActiveStatus(), setDescription(), setDisableCheckStatus(), setLastCheckDate(), setLinkId(), setTarget(), setTitle(), and setValidStatus().
ilLinkResourceItems::setActiveStatus | ( | $a_status | ) |
Definition at line 127 of file class.ilLinkResourceItems.php.
Referenced by readItem().
ilLinkResourceItems::setDescription | ( | $a_description | ) |
Definition at line 111 of file class.ilLinkResourceItems.php.
Referenced by readItem().
ilLinkResourceItems::setDisableCheckStatus | ( | $a_status | ) |
Definition at line 135 of file class.ilLinkResourceItems.php.
Referenced by readItem().
ilLinkResourceItems::setLastCheckDate | ( | $a_date | ) |
Definition at line 161 of file class.ilLinkResourceItems.php.
Referenced by readItem().
ilLinkResourceItems::setLinkId | ( | $a_id | ) |
Definition at line 95 of file class.ilLinkResourceItems.php.
Referenced by add(), and readItem().
ilLinkResourceItems::setLinkResourceId | ( | $a_id | ) |
Definition at line 87 of file class.ilLinkResourceItems.php.
ilLinkResourceItems::setLinkResourceRefId | ( | $a_ref_id | ) |
Definition at line 79 of file class.ilLinkResourceItems.php.
ilLinkResourceItems::setTarget | ( | $a_target | ) |
Definition at line 119 of file class.ilLinkResourceItems.php.
Referenced by readItem().
ilLinkResourceItems::setTitle | ( | $a_title | ) |
Definition at line 103 of file class.ilLinkResourceItems.php.
Referenced by readItem().
ilLinkResourceItems::setValidStatus | ( | $a_status | ) |
Definition at line 169 of file class.ilLinkResourceItems.php.
Referenced by readItem().
ilLinkResourceItems::sortItems | ( | $a_items | ) |
Sort items (sorting mode depends on sorting setting)
object | $a_items |
Definition at line 477 of file class.ilLinkResourceItems.php.
References getLinkResourceId(), ilContainerSorting\lookupPositions(), ilContainerSortingSettings\readSortMode(), ilContainer\SORT_MANUAL, ilContainer\SORT_TITLE, and ilUtil\sortArray().
ilLinkResourceItems::update | ( | $a_update_history = true | ) |
Definition at line 236 of file class.ilLinkResourceItems.php.
References $ilDB, $query, $res, __setLastUpdateDate(), ilHistory\_createEntry(), getActiveStatus(), getDescription(), getDisableCheckStatus(), getLastCheckDate(), getLastUpdateDate(), getLinkId(), getLinkResourceId(), getTarget(), getTitle(), and getValidStatus().
ilLinkResourceItems::updateActive | ( | $a_status | ) |
Definition at line 281 of file class.ilLinkResourceItems.php.
References $ilDB, $query, and getLinkId().
ilLinkResourceItems::updateDisableCheck | ( | $a_status | ) |
Definition at line 293 of file class.ilLinkResourceItems.php.
References $ilDB, $query, $res, and getLinkId().
ilLinkResourceItems::updateLastCheck | ( | $a_offset = 0 | ) |
Definition at line 305 of file class.ilLinkResourceItems.php.
References $ilDB, $query, $res, and getLinkResourceId().
ilLinkResourceItems::updateValid | ( | $a_status | ) |
Definition at line 269 of file class.ilLinkResourceItems.php.
References $ilDB, $query, $res, and getLinkId().
ilLinkResourceItems::updateValidByCheck | ( | $a_offset = 0 | ) |
Definition at line 333 of file class.ilLinkResourceItems.php.
References $ilDB, $query, $res, and getLinkResourceId().