|
ILIAS
Release_5_0_x_branch Revision 61816
|
Inheritance diagram for ilObjSessionGUI:
Collaboration diagram for ilObjSessionGUI:Public Member Functions | |
| __construct ($a_data, $a_id, $a_call_by_reference, $a_prepare_output=true) | |
| Constructor. | |
| executeCommand () | |
| execute command | |
| getCurrentObject () | |
| Get session object. | |
| registerObject () | |
| register to session | |
| joinObject () | |
| Called from info screen. | |
| unregisterObject () | |
| unregister from session | |
| addToDeskObject () | |
| removeFromDeskObject () | |
| infoScreenObject () | |
| this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed | |
| modifyItemGUI ($a_item_list_gui, $a_item_data, $a_show_path) | |
| Modify Item ListGUI for presentation in container. | |
| infoScreen () | |
| info screen | |
| sendFileObject () | |
| send file | |
| saveAndAssignMaterialsObject () | |
| Save and assign sessoin materials. | |
| saveObject ($a_redirect_on_success=true) | |
| save object | |
| handleFileUpload () | |
| editObject () | |
| edit object | |
| updateObject () | |
| update object | |
| confirmDeleteFilesObject () | |
| confirm delete files | |
| deleteFilesObject () | |
| delete files | |
| materialsObject () | |
| show material assignment | |
| saveMaterialsObject () | |
| save material assignment | |
| setShowHidePrefs () | |
| set preferences (show/hide tabel content) | |
| updateMembersObject () | |
| update participants | |
| attendanceListObject () | |
| show attendance list selection | |
| getAttendanceListUserData ($a_user_id, $a_filters) | |
| Get user data for attendance list. | |
| eventsListObject () | |
| list sessions of all user | |
| addLocatorItems () | |
| Add session locator. | |
| getTabs ($tabs_gui) | |
| Build tabs. | |
| afterSaveCallback (ilObject $a_obj) | |
| Custom callback after object is created (in parent containert. | |
| readMemberData ($a_usr_ids) | |
| Used for waiting list. | |
| assignFromWaitingListObject () | |
| add from waiting list | |
| refuseFromListObject () | |
| refuse from waiting list | |
| assignSubscribersObject () | |
| assign subscribers | |
| refuseSubscribersObject () | |
| refuse subscribers | |
| getContainerRefId () | |
| container ref id | |
| confirmRefuseSubscribersObject () | |
| confirmAssignSubscribersObject () | |
| confirmRefuseFromListObject () | |
| confirmAssignFromWaitingListObject () | |
| cancelEditObject () | |
Public Member Functions inherited from ilObjectGUI | |
| ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true) | |
| Constructor public. | |
| withReferences () | |
| determines wether objects are referenced or not (got ref ids or not) | |
| setCreationMode ($a_mode=true) | |
| if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui | |
| getCreationMode () | |
| get creation mode | |
| getAdminTabs (&$tabs_gui) | |
| administration tabs show only permissions and trash folder | |
| getHTML () | |
| confirmedDeleteObject () | |
| confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled | |
| cancelDeleteObject () | |
| cancel deletion of object | |
| cancelObject ($in_rep=false) | |
| cancel action and go back to previous page public | |
| createObject () | |
| create new object form | |
| cancelCreation () | |
| cancel create action and go back to repository parent | |
| saveObject () | |
| save object | |
| getFormAction ($a_cmd, $a_formaction="") | |
| get form action for command (command is method name without "Object", e.g. | |
| isVisible ($a_ref_id, $a_type) | |
| viewObject () | |
| list childs of current object | |
| deleteObject ($a_error=false) | |
| Display deletion confirmation screen. | |
| cloneAllObject () | |
| Clone single (not container object) Method is overwritten in ilContainerGUI. | |
Static Public Member Functions | |
| static | _goto ($a_target) |
| goto | |
Static Public Member Functions inherited from ilObjectGUI | |
| static | _gotoRepositoryRoot ($a_raise_error=false) |
| Goto repository root. | |
| static | _gotoRepositoryNode ($a_ref_id, $a_cmd="frameset") |
| Goto repository root. | |
Data Fields | |
| $lng | |
| $ctrl | |
| $tpl | |
Data Fields inherited from ilObjectGUI | |
| const | COPY_WIZARD_NEEDS_PAGE = 1 |
| $ilias | |
| $objDefinition | |
| $tpl | |
| $tree | |
| $lng | |
| $data | |
| $object | |
| $ref_id | |
| $obj_id | |
| $maxcount | |
| $formaction | |
| $return_location | |
| $target_frame | |
| $tab_target_script | |
| $actions | |
| $sub_objects | |
| $omit_locator = false | |
| const | CFORM_NEW = 1 |
| const | CFORM_IMPORT = 2 |
| const | CFORM_CLONE = 3 |
Protected Member Functions | |
| prepareOutput () | |
| showJoinRequestButton () | |
| show join request | |
| initCreateForm ($a_new_type) | |
| Init object creation form. | |
| createRecurringSessions ($a_activate_lp=true) | |
| create recurring sessions | |
| initContainer ($a_init_participants=false) | |
| membersObject () | |
| Show participants table. | |
| initAttendanceList () | |
| Init attendance list object. | |
| printAttendanceListObject () | |
| print attendance list | |
| initForm ($a_mode) | |
| Init Form. | |
| load () | |
| load settings | |
| loadRecurrenceSettings () | |
| load recurrence settings | |
| __toUnix ($date, $time) | |
| protected | |
| sendMailToSelectedUsersObject () | |
| Send mail to selected users. | |
Protected Member Functions inherited from ilObjectGUI | |
| assignObject () | |
| setTitleAndDescription () | |
| called by prepare output | |
| initHeaderAction ($a_sub_type=null, $a_sub_id=null) | |
| Add header action menu. | |
| insertHeaderAction ($a_list_gui) | |
| Insert header action into main template. | |
| addHeaderAction () | |
| Add header action menu. | |
| redrawHeaderActionObject () | |
| Ajax call: redraw action header only. | |
| showMountWebfolderIcon () | |
| setTabs () | |
| set admin tabs public | |
| setAdminTabs () | |
| set admin tabs public | |
| setLocator () | |
| set Locator | |
| omitLocator ($a_omit=true) | |
| addAdminLocatorItems ($a_do_not_add_object=false) | |
| should be overwritten to add object specific items (repository items are preloaded) | |
| initCreationForms ($a_new_type) | |
| Init creation froms. | |
| getCreationFormsHTML (array $a_forms) | |
| Get HTML for creation forms (accordion) | |
| initDidacticTemplate (ilPropertyFormGUI $form) | |
| Show didactic template types. | |
| addDidacticTemplateOptions (array &$a_options) | |
| Add custom templates. | |
| getDidacticTemplateVar ($a_type) | |
| Get didactic template setting from creation screen. | |
| putObjectInTree (ilObject $a_obj, $a_parent_node_id=null) | |
| Add object to tree at given position. | |
| afterSave (ilObject $a_new_object) | |
| Post (successful) object creation hook. | |
| initEditForm () | |
| Init object edit form. | |
| initEditCustomForm (ilPropertyFormGUI $a_form) | |
| Add custom fields to update form. | |
| getEditFormValues () | |
| Get values for edit form. | |
| getEditFormCustomValues (array &$a_values) | |
| Add values to custom edit fields. | |
| validateCustom (ilPropertyFormGUI $a_form) | |
| Validate custom values (if not possible with checkInput()) | |
| updateCustom (ilPropertyFormGUI $a_form) | |
| Insert custom update form values into object. | |
| afterUpdate () | |
| Post (successful) object update hook. | |
| initImportForm ($a_new_type) | |
| Init object import form. | |
| importFileObject ($parent_id=null) | |
| Import. | |
| afterImport (ilObject $a_new_object) | |
| Post (successful) object import hook. | |
| setFormAction ($a_cmd, $a_formaction) | |
| set specific form action for command | |
| getReturnLocation ($a_cmd, $a_location="") | |
| get return location for command (command is method name without "Object", e.g. | |
| setReturnLocation ($a_cmd, $a_location) | |
| set specific return location for command | |
| getTargetFrame ($a_cmd, $a_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. | |
| setTargetFrame ($a_cmd, $a_target_frame) | |
| set specific target frame for command | |
| showPossibleSubObjects () | |
| show possible subobjects (pulldown menu) | |
| getTemplateFile ($a_cmd, $a_type="") | |
| get a template blockfile format: tpl. | |
| getTitlesByRefId ($a_ref_ids) | |
| get Titles of objects this method is used for error messages in methods cut/copy/paste | |
| getTabs (&$tabs_gui) | |
| get tabs abstract method. | |
| __showButton ($a_cmd, $a_text, $a_target= '') | |
| hitsperpageObject () | |
| & | __initTableGUI () |
| __setTableGUIBasicData (&$tbl, &$result_set, $a_from="") | |
| standard implementation for tables use 'from' variable use different initial setting of table | |
| redirectToRefId ($a_ref_id, $a_cmd="") | |
| redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current $_GET["ref_id"] value | |
| fillCloneTemplate ($a_tpl_varname, $a_type) | |
| Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. | |
| getCenterColumnHTML () | |
| Get center column. | |
| getRightColumnHTML () | |
| Display right column. | |
| setColumnSettings ($column_gui) | |
| May be overwritten in subclasses. | |
| checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
| Check permission and redirect on error. | |
| checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
| Check permission. | |
| enableDragDropFileUpload () | |
| Enables the file upload into this object by dropping files. | |
| handleAutoRating (ilObject $a_new_obj) | |
| Activate rating automatically if parent container setting. | |
Protected Attributes | |
| $container_ref_id = 0 | |
| $container_obj_id = 0 | |
| $files = array() | |
ilObjSessionGUI: ilPermissionGUI, ilInfoScreenGUI, ilObjectCopyGUI ilObjSessionGUI: ilExportGUI, ilCommonActionDispatcherGUI, ilMembershipGUI ilObjSessionGUI: ilLearningProgressGUI
Definition at line 20 of file class.ilObjSessionGUI.php.
| ilObjSessionGUI::__construct | ( | $a_data, | |
| $a_id, | |||
| $a_call_by_reference, | |||
$a_prepare_output = true |
|||
| ) |
Constructor.
public
| @return |
Definition at line 40 of file class.ilObjSessionGUI.php.
References $ilCtrl, $lng, and $tpl.
|
protected |
protected
| @return |
Definition at line 1863 of file class.ilObjSessionGUI.php.
Referenced by load().
Here is the caller graph for this function:
|
static |
goto
public
| @return |
Definition at line 290 of file class.ilObjSessionGUI.php.
References $ilErr, $lng, and ilObjectGUI\_gotoRepositoryNode().
Here is the call graph for this function:| ilObjSessionGUI::addLocatorItems | ( | ) |
Add session locator.
public
Reimplemented from ilObjectGUI.
Definition at line 1874 of file class.ilObjSessionGUI.php.
References $_GET.
| ilObjSessionGUI::addToDeskObject | ( | ) |
Implements ilDesktopItemHandling.
Definition at line 304 of file class.ilObjSessionGUI.php.
References ilDesktopItemGUI\addToDesktop(), and infoScreenObject().
Here is the call graph for this function:| ilObjSessionGUI::afterSaveCallback | ( | ilObject | $a_obj | ) |
Custom callback after object is created (in parent containert.
| ilObject | $a_obj |
Definition at line 1956 of file class.ilObjSessionGUI.php.
References ilEventItems\addItem(), and ilObject\getRefId().
Here is the call graph for this function:| ilObjSessionGUI::assignFromWaitingListObject | ( | ) |
add from waiting list
public
| @return |
Definition at line 2002 of file class.ilObjSessionGUI.php.
References $_POST, ilObjectGUI\checkPermission(), membersObject(), ilEventParticipants\register(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and ilSessionMembershipMailNotification\TYPE_ACCEPTED_SUBSCRIPTION_MEMBER.
Here is the call graph for this function:| ilObjSessionGUI::assignSubscribersObject | ( | ) |
assign subscribers
public
Definition at line 2093 of file class.ilObjSessionGUI.php.
References $_POST, $ilUser, $lng, ilObjectGUI\checkPermission(), ilParticipants\getInstanceByObjId(), membersObject(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and ilSessionMembershipMailNotification\TYPE_ACCEPTED_SUBSCRIPTION_MEMBER.
Here is the call graph for this function:| ilObjSessionGUI::attendanceListObject | ( | ) |
show attendance list selection
public
Definition at line 1268 of file class.ilObjSessionGUI.php.
References $tpl, ilObjectGUI\checkPermission(), and initAttendanceList().
Here is the call graph for this function:| ilObjSessionGUI::cancelEditObject | ( | ) |
Definition at line 2322 of file class.ilObjSessionGUI.php.
References $ilCtrl, and ilObjectGUI\$tree.
| ilObjSessionGUI::confirmAssignFromWaitingListObject | ( | ) |
Definition at line 2287 of file class.ilObjSessionGUI.php.
References $_POST, ilObjUser\_lookupName(), ilObjectGUI\checkPermission(), ilUtil\getImagePath(), membersObject(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjSessionGUI::confirmAssignSubscribersObject | ( | ) |
Definition at line 2214 of file class.ilObjSessionGUI.php.
References $_POST, ilObjUser\_lookupName(), ilObjectGUI\checkPermission(), ilUtil\getImagePath(), membersObject(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjSessionGUI::confirmDeleteFilesObject | ( | ) |
confirm delete files
public
| @return |
Definition at line 851 of file class.ilObjSessionGUI.php.
References $_POST, $file, editObject(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjSessionGUI::confirmRefuseFromListObject | ( | ) |
Definition at line 2249 of file class.ilObjSessionGUI.php.
References $_POST, ilObjUser\_lookupName(), ilObjectGUI\checkPermission(), ilUtil\getImagePath(), membersObject(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjSessionGUI::confirmRefuseSubscribersObject | ( | ) |
Definition at line 2176 of file class.ilObjSessionGUI.php.
References $_POST, ilObjUser\_lookupName(), ilObjectGUI\checkPermission(), ilUtil\getImagePath(), membersObject(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
create recurring sessions
protected
| bool | $a_activate_lp |
Definition at line 704 of file class.ilObjSessionGUI.php.
References ilObjectGUI\$tree, ilCalendarRecurrenceCalculator\calculateDateList(), ilEventItems\getItems(), IL_CAL_UNIX, IL_CAL_YEAR, ilLPObjSettings\LP_MODE_DEACTIVATED, ilEventItems\setItems(), and ilLPObjSettings\setMode().
Referenced by saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::deleteFilesObject | ( | ) |
delete files
public
| @return |
Definition at line 895 of file class.ilObjSessionGUI.php.
References $_POST, $file, editObject(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjSessionGUI::editObject | ( | ) |
edit object
protected
| @return |
Reimplemented from ilObjectGUI.
Definition at line 768 of file class.ilObjSessionGUI.php.
References $file, and initForm().
Referenced by confirmDeleteFilesObject(), deleteFilesObject(), and updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::eventsListObject | ( | ) |
list sessions of all user
public
| @return |
Definition at line 1369 of file class.ilObjSessionGUI.php.
References $_GET, $_SESSION, $ilErr, $ilUser, ilObjectGUI\$tree, ilObjectGUI\__showButton(), ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), ilUtil\_sortIds(), ilUtil\getImagePath(), ilObjectFactory\getInstanceByRefId(), initContainer(), and ilUtil\switchColor().
Here is the call graph for this function:| ilObjSessionGUI::executeCommand | ( | ) |
execute command
public
Reimplemented from ilObjectGUI.
Definition at line 65 of file class.ilObjSessionGUI.php.
References $_GET, $cmd, $ilCtrl, $ilUser, $ret, ilObjectGUI\addHeaderAction(), ilObjectGUI\checkPermission(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), infoScreen(), ilLearningProgressBaseGUI\LP_CONTEXT_REPOSITORY, and prepareOutput().
Here is the call graph for this function:| ilObjSessionGUI::getAttendanceListUserData | ( | $a_user_id, | |
| $a_filters | |||
| ) |
Get user data for attendance list.
| int | $a_user_id | |
| bool | $a_is_admin | |
| bool | $a_is_tutor | |
| bool | $a_is_member | |
| array | $a_filters |
Definition at line 1343 of file class.ilObjSessionGUI.php.
References ilObjectGUI\$data.
| ilObjSessionGUI::getContainerRefId | ( | ) |
container ref id
Definition at line 2167 of file class.ilObjSessionGUI.php.
References $container_ref_id, and initContainer().
Referenced by materialsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::getCurrentObject | ( | ) |
Get session object.
Definition at line 155 of file class.ilObjSessionGUI.php.
References ilObjectGUI\$object.
Referenced by registerObject(), showJoinRequestButton(), and unregisterObject().
Here is the caller graph for this function:| ilObjSessionGUI::getTabs | ( | $tabs_gui | ) |
Build tabs.
public
Definition at line 1895 of file class.ilObjSessionGUI.php.
References $_GET, $ilCtrl, ilObjectGUI\$tree, ilObject\_lookupType(), and ilLearningProgressAccess\checkAccess().
Here is the call graph for this function:| ilObjSessionGUI::handleFileUpload | ( | ) |
Definition at line 648 of file class.ilObjSessionGUI.php.
References $file, ilObjectGUI\$tree, ilEventItems\getItems(), ilEventItems\setItems(), and ilUtil\stripSlashes().
Referenced by saveObject(), and updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::infoScreen | ( | ) |
info screen
protected
| @return |
Definition at line 442 of file class.ilObjSessionGUI.php.
References $ilCtrl, $ilUser, $location, ilObjectGUI\$tree, ilContainerSorting\_getInstance(), ilObject\_lookupObjId(), ilChangeEvent\_recordReadEvent(), ilObjectGUI\checkPermission(), ilSessionObjectListGUIFactory\factory(), ilObjectActivation\getItemsByEvent(), modifyItemGUI(), and showJoinRequestButton().
Referenced by executeCommand(), and infoScreenObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::infoScreenObject | ( | ) |
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed
Definition at line 327 of file class.ilObjSessionGUI.php.
References infoScreen().
Referenced by addToDeskObject(), and removeFromDeskObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Init attendance list object.
Definition at line 1285 of file class.ilObjSessionGUI.php.
References ilDatePresentation\formatPeriod(), initContainer(), and ilDatePresentation\setUseRelativeDates().
Referenced by attendanceListObject(), and printAttendanceListObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 913 of file class.ilObjSessionGUI.php.
References ilObjectGUI\$tree, ilGroupParticipants\_getInstanceByObjId(), ilCourseParticipants\_getInstanceByObjId(), ilObject\_lookupObjId(), and ilUtil\sendFailure().
Referenced by eventsListObject(), getContainerRefId(), initAttendanceList(), membersObject(), and updateMembersObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Init object creation form.
| string | $a_new_type |
Reimplemented from ilObjectGUI.
Definition at line 554 of file class.ilObjSessionGUI.php.
References initForm().
Here is the call graph for this function:
|
protected |
Init Form.
protected
Definition at line 1496 of file class.ilObjSessionGUI.php.
References $files, $ilUser, $section, ilRecurrenceInputGUI\allowUnlimitedRecurrences(), ilYuiUtil\initDomEvent(), ilMembershipRegistrationSettings\REGISTRATION_LIMITED_USERS, ilFormPropertyGUI\setInfo(), ilDateDurationInputGUI\setStartText(), ilTextInputGUI\setValue(), ilTextAreaInputGUI\setValue(), ilMembershipRegistrationSettings\TYPE_DIRECT, ilMembershipRegistrationSettings\TYPE_NONE, and ilMembershipRegistrationSettings\TYPE_REQUEST.
Referenced by editObject(), initCreateForm(), saveObject(), and updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::joinObject | ( | ) |
Called from info screen.
Definition at line 234 of file class.ilObjSessionGUI.php.
References $_SESSION, $ilUser, ilEventParticipants\_isRegistered(), ilEventParticipants\_register(), ilEventParticipants\_unregister(), ilObjectGUI\checkPermission(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
load settings
protected
| @return |
Definition at line 1694 of file class.ilObjSessionGUI.php.
References $_POST, $ilUser, __toUnix(), IL_CAL_DATE, IL_CAL_FKT_GETDATE, and ilUtil\stripSlashes().
Referenced by saveObject(), and updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
load recurrence settings
protected
Definition at line 1753 of file class.ilObjSessionGUI.php.
References $_POST, IL_CAL_FKT_GETDATE, IL_CAL_FREQ_DAILY, IL_CAL_FREQ_MONTHLY, IL_CAL_FREQ_WEEKLY, IL_CAL_FREQ_YEARLY, and ilUtil\stripSlashes().
Referenced by saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::materialsObject | ( | ) |
show material assignment
protected
| @return |
Definition at line 963 of file class.ilObjSessionGUI.php.
References ilObjectGUI\$objDefinition, ilObjectGUI\$tree, and getContainerRefId().
Here is the call graph for this function:
|
protected |
Show participants table.
Definition at line 1029 of file class.ilObjSessionGUI.php.
References $GLOBALS, $ilUser, ilObjectGUI\$tree, ilObjectGUI\checkPermission(), ilUtil\getImagePath(), ilParticipants\getInstanceByObjId(), initContainer(), setShowHidePrefs(), ilSessionParticipantsTableGUI\TYPE_ADMIN, ilSessionParticipantsTableGUI\TYPE_MEMBER, and ilSessionParticipantsTableGUI\TYPE_TUTOR.
Referenced by assignFromWaitingListObject(), assignSubscribersObject(), confirmAssignFromWaitingListObject(), confirmAssignSubscribersObject(), confirmRefuseFromListObject(), confirmRefuseSubscribersObject(), refuseFromListObject(), refuseSubscribersObject(), and updateMembersObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::modifyItemGUI | ( | $a_item_list_gui, | |
| $a_item_data, | |||
| $a_show_path | |||
| ) |
Modify Item ListGUI for presentation in container.
Definition at line 337 of file class.ilObjSessionGUI.php.
References ilObjectGUI\$tree, ilObjCourse\_lookupAboStatus(), ilObject\_lookupObjId(), ilObjCourseGUI\_modifyItemGUI(), and ilObjectActivation\addListGUIActivationProperty().
Referenced by infoScreen().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented from ilObjectGUI.
Definition at line 163 of file class.ilObjSessionGUI.php.
References ilObjectGUI\getCreationMode().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
print attendance list
protected
Definition at line 1319 of file class.ilObjSessionGUI.php.
References ilObjectGUI\checkPermission(), exit, and initAttendanceList().
Here is the call graph for this function:| ilObjSessionGUI::readMemberData | ( | $a_usr_ids | ) |
Used for waiting list.
Definition at line 1985 of file class.ilObjSessionGUI.php.
| ilObjSessionGUI::refuseFromListObject | ( | ) |
refuse from waiting list
public
Definition at line 2055 of file class.ilObjSessionGUI.php.
References $_POST, ilObjectGUI\checkPermission(), membersObject(), ilWaitingList\removeFromList(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and ilSessionMembershipMailNotification\TYPE_REFUSED_SUBSCRIPTION_MEMBER.
Here is the call graph for this function:| ilObjSessionGUI::refuseSubscribersObject | ( | ) |
refuse subscribers
public
Definition at line 2132 of file class.ilObjSessionGUI.php.
References $_POST, $lng, ilObjectGUI\checkPermission(), ilParticipants\getInstanceByObjId(), membersObject(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and ilSessionMembershipMailNotification\TYPE_REFUSED_SUBSCRIPTION_MEMBER.
Here is the call graph for this function:| ilObjSessionGUI::registerObject | ( | ) |
register to session
public
| @return |
Definition at line 184 of file class.ilObjSessionGUI.php.
References $ilUser, ilObjectGUI\checkPermission(), getCurrentObject(), ilParticipants\getInstanceByObjId(), ilUtil\sendInfo(), ilUtil\sendSuccess(), ilMembershipRegistrationSettings\TYPE_DIRECT, ilMembershipRegistrationSettings\TYPE_NONE, and ilMembershipRegistrationSettings\TYPE_REQUEST.
Here is the call graph for this function:| ilObjSessionGUI::removeFromDeskObject | ( | ) |
Implements ilDesktopItemHandling.
Definition at line 314 of file class.ilObjSessionGUI.php.
References infoScreenObject(), and ilDesktopItemGUI\removeFromDesktop().
Here is the call graph for this function:| ilObjSessionGUI::saveAndAssignMaterialsObject | ( | ) |
Save and assign sessoin materials.
protected
Definition at line 569 of file class.ilObjSessionGUI.php.
References $ilLog, and ilObjectGUI\saveObject().
Here is the call graph for this function:| ilObjSessionGUI::saveMaterialsObject | ( | ) |
save material assignment
public
| @return |
Definition at line 1000 of file class.ilObjSessionGUI.php.
References $_POST, and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjSessionGUI::saveObject | ( | $a_redirect_on_success = true | ) |
save object
protected
| bool | $a_redirect_on_success | Redirect to repository after success. |
Definition at line 591 of file class.ilObjSessionGUI.php.
References $_GET, $ilErr, $ilUser, ilObjectGUI\createObject(), createRecurringSessions(), handleFileUpload(), initForm(), load(), loadRecurrenceSettings(), ilLPObjSettings\LP_MODE_DEACTIVATED, ilUtil\sendFailure(), ilUtil\sendInfo(), and ilLPObjSettings\setMode().
Here is the call graph for this function:| ilObjSessionGUI::sendFileObject | ( | ) |
send file
public
Definition at line 546 of file class.ilObjSessionGUI.php.
References $_GET, $file, and ilUtil\deliverFile().
Here is the call graph for this function:
|
protected |
Send mail to selected users.
Definition at line 1973 of file class.ilObjSessionGUI.php.
References $GLOBALS.
| ilObjSessionGUI::setShowHidePrefs | ( | ) |
set preferences (show/hide tabel content)
public
Definition at line 1207 of file class.ilObjSessionGUI.php.
References $_GET, and $ilUser.
Referenced by membersObject().
Here is the caller graph for this function:
|
protected |
show join request
Definition at line 366 of file class.ilObjSessionGUI.php.
References $_SESSION, $ilUser, ilWaitingList\_isOnList(), ilEventParticipants\_isRegistered(), getCurrentObject(), ilParticipants\getInstanceByObjId(), and ilUtil\sendInfo().
Referenced by infoScreen().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::unregisterObject | ( | ) |
unregister from session
public
Definition at line 268 of file class.ilObjSessionGUI.php.
References $ilUser, ilEventParticipants\_unregister(), ilWaitingList\deleteUserEntry(), getCurrentObject(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjSessionGUI::updateMembersObject | ( | ) |
update participants
public
| @return |
Definition at line 1232 of file class.ilObjSessionGUI.php.
References $_POST, ilObjectGUI\$tree, ilObjectGUI\checkPermission(), initContainer(), membersObject(), ilUtil\sendSuccess(), ilEventParticipants\setUserId(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilObjSessionGUI::updateObject | ( | ) |
update object
protected
| @return |
Reimplemented from ilObjectGUI.
Definition at line 810 of file class.ilObjSessionGUI.php.
References $ilErr, editObject(), handleFileUpload(), initForm(), load(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Definition at line 29 of file class.ilObjSessionGUI.php.
|
protected |
Definition at line 28 of file class.ilObjSessionGUI.php.
Referenced by getContainerRefId().
| ilObjSessionGUI::$ctrl |
Definition at line 25 of file class.ilObjSessionGUI.php.
|
protected |
Definition at line 31 of file class.ilObjSessionGUI.php.
Referenced by initForm().
| ilObjSessionGUI::$lng |
Definition at line 24 of file class.ilObjSessionGUI.php.
Referenced by __construct(), _goto(), assignSubscribersObject(), and refuseSubscribersObject().
| ilObjSessionGUI::$tpl |
Definition at line 26 of file class.ilObjSessionGUI.php.
Referenced by __construct(), and attendanceListObject().