ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilObjBookingPool. More...
Public Member Functions | |
__construct ($a_id=0, $a_call_by_reference=true) | |
Constructor. | |
create () | |
create object | |
update () | |
update object data | |
read () | |
delete () | |
delete object and all related data | |
cloneObject ($a_target_id, $a_copy_id=0, $a_omit_tree=false) | |
Clone object permissions, put in tree ... | |
notify ($a_event, $a_ref_id, $a_parent_non_rbac_id, $a_node_id, $a_params=0) | |
notifys an object about an event occured Based on the event happend, each object may decide how it reacts. | |
setOffline ($a_value=true) | |
Toggle offline property. | |
isOffline () | |
Get offline property. | |
setPublicLog ($a_value=true) | |
Toggle public log property. | |
hasPublicLog () | |
Get public log property. | |
setScheduleType ($a_value) | |
Set schedule type. | |
getScheduleType () | |
Get schedule type. | |
setOverallLimit ($a_value=null) | |
Set overall / global booking limit. | |
getOverallLimit () | |
Get overall / global booking limit. | |
Public Member Functions inherited from ilObject | |
ilObject ($a_id=0, $a_reference=true) | |
Constructor public. | |
withReferences () | |
determines wehter objects are referenced or not (got ref ids or not) | |
read ($a_force_db=false) | |
read object data from db into object | |
getId () | |
get object id public | |
setId ($a_id) | |
set object id public | |
setRefId ($a_id) | |
set reference id public | |
getRefId () | |
get reference id public | |
getType () | |
get object type public | |
setType ($a_type) | |
set object type public | |
getPresentationTitle () | |
get presentation title Normally same as title Overwritten for sessions | |
getTitle () | |
get object title public | |
getUntranslatedTitle () | |
get untranslated object title public | |
setTitle ($a_title) | |
set object title | |
getDescription () | |
get object description | |
setDescription ($a_desc) | |
set object description | |
getLongDescription () | |
get object long description (stored in object_description) | |
getImportId () | |
get import id | |
setImportId ($a_import_id) | |
set import id | |
getOwner () | |
get object owner | |
getOwnerName () | |
_lookupOwnerName ($a_owner_id) | |
lookup owner name for owner id | |
setOwner ($a_owner) | |
set object owner | |
getCreateDate () | |
get create date public | |
getLastUpdateDate () | |
get last update date public | |
getDiskUsage () | |
Gets the disk usage of the object in bytes. | |
setObjDataRecord ($a_record) | |
set object_data record (note: this method should only be called from the ilObjectFactory class) | |
MDUpdateListener ($a_element) | |
Meta data update listener. | |
createMetaData () | |
create meta data entry | |
updateMetaData () | |
update meta data entry | |
deleteMetaData () | |
delete meta data entry | |
updateOwner () | |
update owner of object in db | |
_getIdForImportId ($a_import_id) | |
get current object id for import id (static) | |
_lookupOwner ($a_id) | |
lookup object owner | |
_lookupLastUpdate ($a_id, $a_as_string=false) | |
lookup last update | |
_getLastUpdateOfObjects ($a_objs) | |
Get last update for a set of media objects. | |
_setDeletedDate ($a_ref_id) | |
only called in ilTree::saveSubTree | |
_resetDeletedDate ($a_ref_id) | |
only called in ilObjectGUI::insertSavedNodes | |
_lookupDeletedDate ($a_ref_id) | |
only called in ilObjectGUI::insertSavedNodes | |
_writeTitle ($a_obj_id, $a_title) | |
write title to db (static) | |
_writeDescription ($a_obj_id, $a_desc) | |
write description to db (static) | |
_writeImportId ($a_obj_id, $a_import_id) | |
write import id to db (static) | |
_isInTrash ($a_ref_id) | |
checks wether object is in trash | |
_hasUntrashedReference ($a_obj_id) | |
checks wether an object has at least one reference that is not in trash | |
_getObjectsDataForType ($a_type, $a_omit_trash=false) | |
get all objects of a certain type | |
putInTree ($a_parent_ref) | |
maybe this method should be in tree object!? | |
setPermissions ($a_parent_ref) | |
set permissions of object | |
setParentRolePermissions ($a_parent_ref) | |
Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g courses, groups for building permission intersections with non_member templates. | |
createReference () | |
creates reference for object | |
countReferences () | |
count references of object | |
initDefaultRoles () | |
init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) public | |
applyDidacticTemplate ($a_tpl_id) | |
Apply template. | |
setRegisterMode ($a_bool) | |
isUserRegistered ($a_user_id=0) | |
requireRegistration () | |
getXMLZip () | |
getHTMLDirectory () | |
appendCopyInfo ($a_target_id, $a_copy_id) | |
Prepend Copy info if object with same name exists in that container. | |
cloneDependencies ($a_target_id, $a_copy_id) | |
Clone object dependencies. | |
cloneMetaData ($target_obj) | |
Copy meta data. | |
_lookupCreationDate ($a_id) | |
Lookup creation date. |
Static Public Member Functions | |
static | _lookupOnline ($a_obj_id) |
Check object status. | |
Static Public Member Functions inherited from ilObject | |
static | _lookupObjIdByImportId ($a_import_id) |
static | _getAllReferences ($a_id) |
get all reference ids of object | |
static | _lookupTitle ($a_id) |
lookup object title | |
static | _getIdsForTitle ($title, $type= '', $partialmatch=false) |
static | _lookupDescription ($a_id) |
lookup object description | |
static | _lookupObjId ($a_id) |
static | setDeletedDates ($a_ref_ids) |
Set deleted date type $ilDB. | |
static | _lookupType ($a_id, $a_reference=false) |
lookup object type | |
static | _lookupObjectId ($a_ref_id) |
lookup object id | |
static | _exists ($a_id, $a_reference=false, $a_type=null) |
checks if an object exists in object_data | |
static | _getObjectsByType ($a_obj_type="", $a_owner="") |
Get objects by type. | |
static | _prepareCloneSelection ($a_ref_ids, $new_type, $show_path=true) |
Prepare copy wizard object selection. | |
static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) |
Get icon for repository item. | |
static | collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0) |
Collect deletion dependencies. | |
static | getDeletionDependencies ($a_obj_id) |
Get deletion dependencies. | |
static | getLongDescriptions (array $a_obj_ids) |
Get long description data. | |
static | getAllOwnedRepositoryObjects ($a_user_id) |
Get all ids of objects user owns. | |
static | hasAutoRating ($a_type, $a_ref_id) |
Check if auto rating is active for parent group/course. |
Data Fields | |
const | TYPE_FIX_SCHEDULE = 1 |
const | TYPE_NO_SCHEDULE = 2 |
Data Fields inherited from ilObject | |
const | TITLE_LENGTH = 255 |
max length of object title | |
const | DESC_LENGTH = 128 |
$ilias | |
$lng | |
$id | |
$ref_id | |
$type | |
$title | |
$untranslatedTitle | |
$desc | |
$long_desc | |
$owner | |
$create_date | |
$last_update | |
$import_id | |
$register = false | |
$referenced | |
$objectList | |
$max_title | |
$max_desc | |
$add_dots | |
$obj_data_record | |
object_data record |
Protected Member Functions | |
getDBFields () | |
Parse properties for sql statements. |
Protected Attributes | |
$offline = true | |
$public_log | |
$schedule_type | |
$overall_limit |
ilObjBookingPool::__construct | ( | $a_id = 0 , |
|
$a_call_by_reference = true |
|||
) |
Constructor.
int | $a_id | reference_id or object_id |
bool | $a_call_by_reference | treat the id as reference_id (true) or object_id (false) |
Definition at line 29 of file class.ilObjBookingPool.php.
References ilObject\ilObject(), and setScheduleType().
|
static |
Check object status.
int | $a_obj_id |
Definition at line 322 of file class.ilObjBookingPool.php.
Referenced by ilObjBookingPoolListGUI\getProperties().
ilObjBookingPool::cloneObject | ( | $a_target_id, | |
$a_copy_id = 0 , |
|||
$a_omit_tree = false |
|||
) |
Clone object permissions, put in tree ...
public
int | target id |
int | copy id for class.ilCopyWizardOptions() |
Reimplemented from ilObject.
Definition at line 155 of file class.ilObjBookingPool.php.
References ilCopyWizardOptions\_getInstance(), ilObject\getId(), ilBookingSchedule\getList(), ilBookingObject\getList(), getOverallLimit(), getScheduleType(), hasPublicLog(), and isOffline().
ilObjBookingPool::create | ( | ) |
create object
Reimplemented from ilObject.
Definition at line 55 of file class.ilObjBookingPool.php.
References $ilDB, and getDBFields().
ilObjBookingPool::delete | ( | ) |
delete object and all related data
Reimplemented from ilObject.
Definition at line 115 of file class.ilObjBookingPool.php.
References ilObject\$id, $ilDB, $row, and ilObject\getId().
|
protected |
Parse properties for sql statements.
Definition at line 39 of file class.ilObjBookingPool.php.
References getOverallLimit(), getScheduleType(), hasPublicLog(), and isOffline().
Referenced by create(), and update().
ilObjBookingPool::getOverallLimit | ( | ) |
Get overall / global booking limit.
Definition at line 352 of file class.ilObjBookingPool.php.
References $overall_limit.
Referenced by cloneObject(), and getDBFields().
ilObjBookingPool::getScheduleType | ( | ) |
Get schedule type.
Definition at line 311 of file class.ilObjBookingPool.php.
References $schedule_type.
Referenced by cloneObject(), and getDBFields().
ilObjBookingPool::hasPublicLog | ( | ) |
Get public log property.
Definition at line 293 of file class.ilObjBookingPool.php.
References $public_log.
Referenced by cloneObject(), and getDBFields().
ilObjBookingPool::isOffline | ( | ) |
Get offline property.
Definition at line 275 of file class.ilObjBookingPool.php.
References $offline.
Referenced by cloneObject(), and getDBFields().
ilObjBookingPool::notify | ( | $a_event, | |
$a_ref_id, | |||
$a_parent_non_rbac_id, | |||
$a_node_id, | |||
$a_params = 0 |
|||
) |
notifys an object about an event occured Based on the event happend, each object may decide how it reacts.
If you are not required to handle any events related to your module, just delete this method. (For an example how this method is used, look at ilObjGroup)
string | event |
integer | reference id of object where the event occured |
array | passes optional parameters if required |
Reimplemented from ilObject.
Definition at line 209 of file class.ilObjBookingPool.php.
References $_GET, and ilObject\getType().
ilObjBookingPool::read | ( | ) |
Definition at line 92 of file class.ilObjBookingPool.php.
References $ilDB, $row, ilObject\getId(), setOffline(), setOverallLimit(), setPublicLog(), and setScheduleType().
ilObjBookingPool::setOffline | ( | $a_value = true | ) |
Toggle offline property.
bool | $a_value |
Definition at line 266 of file class.ilObjBookingPool.php.
Referenced by read().
ilObjBookingPool::setOverallLimit | ( | $a_value = null | ) |
Set overall / global booking limit.
int | $a_value |
Definition at line 338 of file class.ilObjBookingPool.php.
Referenced by read().
ilObjBookingPool::setPublicLog | ( | $a_value = true | ) |
Toggle public log property.
bool | $a_value |
Definition at line 284 of file class.ilObjBookingPool.php.
Referenced by read().
ilObjBookingPool::setScheduleType | ( | $a_value | ) |
Set schedule type.
int | $a_value |
Definition at line 302 of file class.ilObjBookingPool.php.
Referenced by __construct(), and read().
ilObjBookingPool::update | ( | ) |
update object data
Reimplemented from ilObject.
Definition at line 73 of file class.ilObjBookingPool.php.
References $ilDB, getDBFields(), and ilObject\getId().
|
protected |
Definition at line 16 of file class.ilObjBookingPool.php.
Referenced by isOffline().
|
protected |
Definition at line 19 of file class.ilObjBookingPool.php.
Referenced by getOverallLimit().
|
protected |
Definition at line 17 of file class.ilObjBookingPool.php.
Referenced by hasPublicLog().
|
protected |
Definition at line 18 of file class.ilObjBookingPool.php.
Referenced by getScheduleType().
const ilObjBookingPool::TYPE_FIX_SCHEDULE = 1 |
Definition at line 21 of file class.ilObjBookingPool.php.
Referenced by ilObjBookingPoolGUI\bookObject(), and ilObjBookingPoolGUI\initEditCustomForm().
const ilObjBookingPool::TYPE_NO_SCHEDULE = 2 |
Definition at line 22 of file class.ilObjBookingPool.php.
Referenced by ilBookingObjectGUI\__construct(), ilObjBookingPoolGUI\applyLogFilterObject(), ilObjBookingPoolGUI\confirmedBookingObject(), ilObjBookingPoolGUI\editObject(), ilObjBookingPoolGUI\initEditCustomForm(), ilObjBookingPoolGUI\logDetailsObject(), ilObjBookingPoolGUI\logObject(), ilObjBookingPoolGUI\resetLogFilterObject(), ilObjBookingPoolGUI\rsvCancelObject(), ilObjBookingPoolGUI\rsvConfirmCancelObject(), and ilObjBookingPoolGUI\setTabs().