ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Defines a system check group including different tasks of a component. More...
Public Member Functions | |
__construct ($a_id=0) | |
Constructor. More... | |
getId () | |
setComponentId ($a_comp) | |
getComponentId () | |
Get component. More... | |
setLastUpdate (ilDateTime $a_update) | |
getLastUpdate () | |
Get last update date. More... | |
setStatus ($a_status) | |
getStatus () | |
Get status. More... | |
read () | |
Read group. More... | |
create () | |
Create new group. More... | |
Static Public Member Functions | |
static | lookupComponent ($a_id) |
lookup component by id type $ilDB More... | |
Private Attributes | |
$id = 0 | |
$component_id = '' | |
$component_type = '' | |
$last_update = null | |
$status = 0 | |
Defines a system check group including different tasks of a component.
Definition at line 12 of file class.ilSCGroup.php.
ilSCGroup::__construct | ( | $a_id = 0 | ) |
Constructor.
type | $a_id |
Definition at line 25 of file class.ilSCGroup.php.
References read().
ilSCGroup::create | ( | ) |
Create new group.
Definition at line 131 of file class.ilSCGroup.php.
References $DIC, $ilDB, $query, getComponentId(), getId(), and getStatus().
ilSCGroup::getComponentId | ( | ) |
Get component.
Definition at line 67 of file class.ilSCGroup.php.
References $component_id.
Referenced by create().
ilSCGroup::getId | ( | ) |
Definition at line 52 of file class.ilSCGroup.php.
References $id.
Referenced by create(), and read().
ilSCGroup::getLastUpdate | ( | ) |
Get last update date.
Definition at line 82 of file class.ilSCGroup.php.
References $last_update.
ilSCGroup::getStatus | ( | ) |
Get status.
Definition at line 99 of file class.ilSCGroup.php.
References $status.
Referenced by create().
|
static |
lookup component by id type $ilDB
type | $a_id |
Definition at line 37 of file class.ilSCGroup.php.
References $DIC, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilSCComponentTaskFactory\getComponentTaskGUIForGroup(), and ilSCComponentTaskFactory\getTask().
ilSCGroup::read | ( | ) |
Read group.
Definition at line 107 of file class.ilSCGroup.php.
References $DIC, $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, getId(), IL_CAL_DATETIME, setComponentId(), setLastUpdate(), setStatus(), and ilTimeZone\UTC.
Referenced by __construct().
ilSCGroup::setComponentId | ( | $a_comp | ) |
Definition at line 58 of file class.ilSCGroup.php.
Referenced by read().
ilSCGroup::setLastUpdate | ( | ilDateTime | $a_update | ) |
Definition at line 73 of file class.ilSCGroup.php.
Referenced by read().
ilSCGroup::setStatus | ( | $a_status | ) |
Definition at line 90 of file class.ilSCGroup.php.
Referenced by read().
|
private |
Definition at line 15 of file class.ilSCGroup.php.
Referenced by getComponentId().
|
private |
Definition at line 16 of file class.ilSCGroup.php.
|
private |
Definition at line 14 of file class.ilSCGroup.php.
Referenced by getId().
|
private |
Definition at line 17 of file class.ilSCGroup.php.
Referenced by getLastUpdate().
|
private |
Definition at line 18 of file class.ilSCGroup.php.
Referenced by getStatus().