ILIAS
Release_4_4_x_branch Revision 61816
|
Portfolio view gui base class. More...
Public Member Functions | |
__construct ($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0) | |
Constructor. | |
setAdditional ($a_additional) | |
Set Additonal Information (used in public profile?) | |
getAdditional () | |
Get Additonal Information. | |
setPermaLink ($a_link) | |
Set custom perma link (used in public profile?) | |
updateCustom (ilPropertyFormGUI $a_form) | |
Insert custom update form values into object. | |
getPageGUIClassName () | |
view () | |
Show list of portfolio pages. | |
initPageForm ($a_mode="create") | |
Init portfolio page form. | |
savePage () | |
Create new portfolio page. | |
savePortfolioPagesOrdering () | |
Save ordering of portfolio pages. | |
confirmPortfolioPageDeletion () | |
Confirm portfolio deletion. | |
deletePortfolioPages () | |
Delete portfolio pages. | |
preview ($a_return=false, $a_content=false, $a_show_notes=true) | |
Show user page. | |
export () | |
copyPageForm ($a_form=null) | |
Select target portfolio for page(s) copy. | |
copyPage () | |
initCopyPageForm () | |
setContentStyleSheet ($a_tpl=null) | |
editStyleProperties () | |
initStylePropertiesForm () | |
createStyle () | |
editStyle () | |
deleteStyle () | |
saveStyleSettings () | |
Public Member Functions inherited from ilObject2GUI | |
& | executeCommand () |
execute command | |
delete () | |
Display delete confirmation form (repository/workspace switch) | |
confirmedDelete () | |
Delete objects (repository/workspace switch) | |
getHTML () | |
withReferences () | |
Final/Private declaration of unchanged parent methods. | |
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 | |
isVisible () | |
trash () | |
undelete () | |
cancelDelete () | |
removeFromSystem () | |
cloneAll () | |
getType () | |
Functions that must be overwritten. | |
create () | |
Deleted in ilObject. | |
save () | |
edit () | |
update () | |
cancel () | |
importFile () | |
Import. | |
Public Member Functions inherited from ilObjectGUI | |
ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true) | |
Constructor public. | |
getAdminTabs (&$tabs_gui) | |
administration tabs show only permissions and trash folder | |
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 | |
editObject () | |
edit object | |
updateObject () | |
updates object entry in object_data | |
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 | renderFullscreenHeader ($a_portfolio, $a_tpl, $a_user_id, $a_export=false) |
Render banner, user name. |
Protected Member Functions | |
addLocatorItems () | |
Functions to be overwritten. | |
determinePageCall () | |
handlePageCall ($a_cmd) | |
setSettingsSubTabs ($a_active) | |
initEditCustomForm (ilPropertyFormGUI $a_form) | |
Add custom fields to update form. | |
getEditFormCustomValues (array &$a_values) | |
Add values to custom edit fields. | |
getPageInstance ($a_page_id=null, $a_portfolio_id=null) | |
getPageGUIInstance ($a_page_id) | |
addPage () | |
Show portfolio page creation form. | |
addBlog () | |
Show portfolio blog page creation form. | |
initBlogForm () | |
saveBlog () | |
initCopyPageFormOptions (ilFormPropertyGUI $a_tgt) | |
Protected Member Functions inherited from ilObject2GUI | |
afterConstructor () | |
Do anything that should be done after constructor in here. | |
assignObject () | |
create object instance as internal property (repository/workspace switch) | |
getAccessHandler () | |
Get access handler. | |
setLocator () | |
set Locator | |
deleteConfirmation () | |
Display delete confirmation form (workspace specific) | |
deleteConfirmedObjects () | |
Delete objects (workspace specific) | |
prepareOutput () | |
prepare output | |
setTitleAndDescription () | |
called by prepare output | |
showUpperIcon () | |
omitLocator ($a_omit=true) | |
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 | |
getCenterColumnHTML () | |
Get center column. | |
getRightColumnHTML () | |
Display right column. | |
setColumnSettings ($column_gui) | |
May be overwritten in subclasses. | |
checkPermission ($a_perm, $a_cmd="") | |
showPossibleSubObjects () | |
show possible subobjects (pulldown menu) | |
redirectToRefId () | |
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. | |
fillCloneSearchTemplate ($a_tpl_varname, $a_type) | |
searchCloneSource () | |
buildCloneSelect ($existing_objs) | |
addAdminLocatorItems () | |
setTabs () | |
create tabs (repository/workspace switch) | |
getReturnLocation () | |
Deprecated functions. | |
setReturnLocation () | |
showActions () | |
getTitlesByRefId () | |
getTabs () | |
__showButton () | |
hitsperpageObject () | |
__initTableGUI () | |
__setTableGUIBasicData () | |
initCreationForms ($a_new_type) | |
Init creation froms. | |
putObjectInTree (ilObject $a_obj, $a_parent_node_id=null) | |
Add object to tree at given position. | |
checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_node_id=null) | |
Check permission. | |
initHeaderAction ($a_sub_type=null, $a_sub_id=null) | |
Add header action menu. | |
redrawHeaderAction () | |
Updating icons after ajax call. | |
getPermanentLinkWidget ($a_append=null, $a_center=false) | |
handleAutoRating (ilObject $a_new_obj) | |
Activate rating automatically if parent container setting. | |
Protected Member Functions inherited from ilObjectGUI | |
insertHeaderAction ($a_list_gui) | |
Insert header action into main template. | |
addHeaderAction () | |
Add header action menu. | |
redrawHeaderActionObject () | |
Ajax call: redraw action header only. | |
showMountWebfolderIcon () | |
setAdminTabs () | |
set admin tabs public | |
addAdminLocatorItems ($a_do_not_add_object=false) | |
should be overwritten to add object specific items (repository items are preloaded) | |
getCreationFormsHTML (array $a_forms) | |
Get HTML for creation forms (accordion) | |
initCreateForm ($a_new_type) | |
Init object creation form. | |
initDidacticTemplate (ilPropertyFormGUI $form) | |
Show didactic template types. | |
addDidacticTemplateOptions (array &$a_options) | |
Add custom templates. | |
getDidacticTemplateVar ($a_type) | |
Get didactic template setting from creation screen. | |
afterSave (ilObject $a_new_object) | |
Post (successful) object creation hook. | |
initEditForm () | |
Init object edit form. | |
getEditFormValues () | |
Get values for edit form. | |
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 | |
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= '') | |
__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 | |
checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
Check permission and redirect on error. | |
enableDragDropFileUpload () | |
Enables the file upload into this object by dropping files. |
Protected Attributes | |
$user_id | |
$additional = array() | |
$perma_link | |
$page_id | |
$page_mode | |
Protected Attributes inherited from ilObject2GUI | |
$object_id | |
$node_id | |
$creation_forms = array() | |
$id_type = array() | |
$parent_id | |
$access_handler |
Additional Inherited Members | |
Data Fields inherited from ilObject2GUI | |
$tree | |
const | OBJECT_ID = 0 |
const | REPOSITORY_NODE_ID = 1 |
const | WORKSPACE_NODE_ID = 2 |
const | REPOSITORY_OBJECT_ID = 3 |
const | WORKSPACE_OBJECT_ID = 4 |
const | PORTFOLIO_OBJECT_ID = 5 |
Portfolio view gui base class.
Definition at line 16 of file class.ilObjPortfolioBaseGUI.php.
ilObjPortfolioBaseGUI::__construct | ( | $a_id = 0 , |
|
$a_id_type = self::REPOSITORY_NODE_ID , |
|||
$a_parent_node_id = 0 |
|||
) |
Constructor.
int | $a_id | |
int | $a_id_type | |
int | $a_parent_node_id |
Reimplemented from ilObject2GUI.
Definition at line 24 of file class.ilObjPortfolioBaseGUI.php.
References $ilUser.
|
protected |
Show portfolio blog page creation form.
Definition at line 438 of file class.ilObjPortfolioBaseGUI.php.
References initBlogForm().
|
protected |
Functions to be overwritten.
Reimplemented from ilObject2GUI.
Definition at line 36 of file class.ilObjPortfolioBaseGUI.php.
References ilObject\_lookupTitle(), getPageGUIClassName(), getPageInstance(), and ilPortfolioPage\TYPE_BLOG.
Referenced by ilObjPortfolioGUI\addLocator().
|
protected |
Show portfolio page creation form.
Definition at line 325 of file class.ilObjPortfolioBaseGUI.php.
References initPageForm().
ilObjPortfolioBaseGUI::confirmPortfolioPageDeletion | ( | ) |
Confirm portfolio deletion.
Definition at line 489 of file class.ilObjPortfolioBaseGUI.php.
References $_POST, ilObject\_lookupTitle(), getPageInstance(), ilUtil\sendInfo(), and ilPortfolioPage\TYPE_BLOG.
ilObjPortfolioBaseGUI::copyPage | ( | ) |
Definition at line 820 of file class.ilObjPortfolioBaseGUI.php.
References $_POST, $page_id, copyPageForm(), getPageInstance(), initCopyPageForm(), and ilUtil\sendSuccess().
ilObjPortfolioBaseGUI::copyPageForm | ( | $a_form = null | ) |
Select target portfolio for page(s) copy.
Definition at line 793 of file class.ilObjPortfolioBaseGUI.php.
References $_POST, $page_id, initCopyPageForm(), and ilUtil\sendInfo().
Referenced by copyPage().
ilObjPortfolioBaseGUI::createStyle | ( | ) |
Definition at line 976 of file class.ilObjPortfolioBaseGUI.php.
ilObjPortfolioBaseGUI::deletePortfolioPages | ( | ) |
Delete portfolio pages.
Definition at line 525 of file class.ilObjPortfolioBaseGUI.php.
References $_POST, ilObject2GUI\checkPermissionBool(), getPageInstance(), and ilUtil\sendSuccess().
ilObjPortfolioBaseGUI::deleteStyle | ( | ) |
Definition at line 986 of file class.ilObjPortfolioBaseGUI.php.
|
protected |
Definition at line 60 of file class.ilObjPortfolioBaseGUI.php.
References $_REQUEST, and ilObject2GUI\checkPermissionBool().
Referenced by ilObjPortfolioTemplateGUI\executeCommand(), and ilObjPortfolioGUI\executeCommand().
ilObjPortfolioBaseGUI::editStyle | ( | ) |
Definition at line 981 of file class.ilObjPortfolioBaseGUI.php.
ilObjPortfolioBaseGUI::editStyleProperties | ( | ) |
Definition at line 903 of file class.ilObjPortfolioBaseGUI.php.
References ilObject2GUI\checkPermission(), initStylePropertiesForm(), and setSettingsSubTabs().
ilObjPortfolioBaseGUI::export | ( | ) |
Definition at line 780 of file class.ilObjPortfolioBaseGUI.php.
References ilUtil\deliverFile().
ilObjPortfolioBaseGUI::getAdditional | ( | ) |
Get Additonal Information.
Definition at line 144 of file class.ilObjPortfolioBaseGUI.php.
References $additional.
Referenced by ilObjPortfolioTemplateGUI\getPageGUIInstance(), and ilObjPortfolioGUI\getPageGUIInstance().
|
protected |
Add values to custom edit fields.
array | $a_values |
Reimplemented from ilObjectGUI.
Reimplemented in ilObjPortfolioGUI, and ilObjPortfolioTemplateGUI.
Definition at line 217 of file class.ilObjPortfolioBaseGUI.php.
|
abstract |
Reimplemented in ilObjPortfolioGUI, and ilObjPortfolioTemplateGUI.
Referenced by ilPortfolioPageTableGUI\__construct(), and addLocatorItems().
|
abstractprotected |
Reimplemented in ilObjPortfolioGUI, and ilObjPortfolioTemplateGUI.
Referenced by handlePageCall(), and preview().
|
abstractprotected |
Reimplemented in ilObjPortfolioGUI, and ilObjPortfolioTemplateGUI.
Referenced by addLocatorItems(), confirmPortfolioPageDeletion(), copyPage(), deletePortfolioPages(), savePage(), and savePortfolioPagesOrdering().
|
protected |
Definition at line 85 of file class.ilObjPortfolioBaseGUI.php.
References $ret, ilPortfolioPageGUI\EMBEDDED_NO_OUTPUT, ilObjStyleSheet\getEffectiveContentStyleId(), getPageGUIInstance(), ilObject2GUI\getType(), preview(), and setContentStyleSheet().
Referenced by ilObjPortfolioTemplateGUI\executeCommand(), and ilObjPortfolioGUI\executeCommand().
|
abstractprotected |
Reimplemented in ilObjPortfolioGUI, and ilObjPortfolioTemplateGUI.
Referenced by addBlog().
ilObjPortfolioBaseGUI::initCopyPageForm | ( | ) |
Definition at line 860 of file class.ilObjPortfolioBaseGUI.php.
References initCopyPageFormOptions(), and ilFormPropertyGUI\setRequired().
Referenced by copyPage(), and copyPageForm().
|
abstractprotected |
Reimplemented in ilObjPortfolioGUI, and ilObjPortfolioTemplateGUI.
Referenced by initCopyPageForm().
|
protected |
Add custom fields to update form.
ilPropertyFormGUI | $a_form |
Reimplemented from ilObjectGUI.
Reimplemented in ilObjPortfolioTemplateGUI.
Definition at line 178 of file class.ilObjPortfolioBaseGUI.php.
References $file, $img, ilPropertyFormGUI\addItem(), ilFileInputGUI\setPersonalWorkspaceQuotaCheck(), and setSettingsSubTabs().
Referenced by ilObjPortfolioGUI\initEditForm().
ilObjPortfolioBaseGUI::initPageForm | ( | $a_mode = "create" | ) |
Init portfolio page form.
string | $a_mode |
Definition at line 347 of file class.ilObjPortfolioBaseGUI.php.
References ilPageLayout\activeLayouts(), ilPageLayout\MODULE_PORTFOLIO, ilTextInputGUI\setMaxLength(), ilFormPropertyGUI\setRequired(), and ilRadioOption\setTitle().
Referenced by addPage(), and savePage().
ilObjPortfolioBaseGUI::initStylePropertiesForm | ( | ) |
Definition at line 914 of file class.ilObjPortfolioBaseGUI.php.
References $_GET, $ilSetting, ilObjStyleSheet\_getStandardStyles(), ilObjStyleSheet\_lookupStandard(), ilObject\_lookupTitle(), ilSelectInputGUI\setOptions(), and ilNonEditableValueGUI\setValue().
Referenced by editStyleProperties().
ilObjPortfolioBaseGUI::preview | ( | $a_return = false , |
|
$a_content = false , |
|||
$a_show_notes = true |
|||
) |
Show user page.
Reimplemented in ilObjPortfolioTemplateGUI.
Definition at line 547 of file class.ilObjPortfolioBaseGUI.php.
References $_GET, $_REQUEST, ilObject2GUI\$parent_id, $perma_link, ilObject2GUI\$tree, $user_id, ilLink\_getStaticLink(), ilObject2\_lookupTitle(), ilObject2GUI\checkPermissionBool(), exit, ilPortfolioPage\getAllPages(), ilPermanentLinkGUI\getHTML(), getPageGUIInstance(), ilObject2GUI\getType(), renderFullscreenHeader(), setContentStyleSheet(), and ilPortfolioPage\TYPE_BLOG.
Referenced by ilObjPortfolioGUI\executeCommand(), and handlePageCall().
|
static |
Render banner, user name.
object | $a_tpl | |
int | $a_user_id | |
bool | $a_export_path |
Definition at line 737 of file class.ilObjPortfolioBaseGUI.php.
References $t, ilObjUser\_getPersonalPicturePath(), and ilObjUser\_lookupName().
Referenced by ilPortfolioHTMLExport\buildExportTemplate(), and preview().
|
abstractprotected |
Reimplemented in ilObjPortfolioGUI, and ilObjPortfolioTemplateGUI.
ilObjPortfolioBaseGUI::savePage | ( | ) |
Create new portfolio page.
Definition at line 402 of file class.ilObjPortfolioBaseGUI.php.
References ilObject2GUI\checkPermissionBool(), getPageInstance(), initPageForm(), ilUtil\sendSuccess(), and ilPortfolioPage\TYPE_PAGE.
ilObjPortfolioBaseGUI::savePortfolioPagesOrdering | ( | ) |
Save ordering of portfolio pages.
Definition at line 460 of file class.ilObjPortfolioBaseGUI.php.
References $_POST, ilObject2GUI\checkPermissionBool(), ilPortfolioPage\fixOrdering(), getPageInstance(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
ilObjPortfolioBaseGUI::saveStyleSettings | ( | ) |
Definition at line 991 of file class.ilObjPortfolioBaseGUI.php.
References $_POST, $ilSetting, ilObjStyleSheet\_lookupStandard(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
ilObjPortfolioBaseGUI::setAdditional | ( | $a_additional | ) |
Set Additonal Information (used in public profile?)
array | $a_additional | Additonal Information |
Definition at line 134 of file class.ilObjPortfolioBaseGUI.php.
ilObjPortfolioBaseGUI::setContentStyleSheet | ( | $a_tpl = null | ) |
Definition at line 884 of file class.ilObjPortfolioBaseGUI.php.
References ilObjectGUI\$tpl, and ilObjStyleSheet\getContentStylePath().
Referenced by handlePageCall(), and preview().
ilObjPortfolioBaseGUI::setPermaLink | ( | $a_link | ) |
Set custom perma link (used in public profile?)
string | $a_link |
Definition at line 154 of file class.ilObjPortfolioBaseGUI.php.
|
protected |
Definition at line 164 of file class.ilObjPortfolioBaseGUI.php.
Referenced by editStyleProperties(), and initEditCustomForm().
ilObjPortfolioBaseGUI::updateCustom | ( | ilPropertyFormGUI | $a_form | ) |
Insert custom update form values into object.
ilPropertyFormGUI | $a_form |
Reimplemented from ilObjectGUI.
Reimplemented in ilObjPortfolioGUI, and ilObjPortfolioTemplateGUI.
Definition at line 225 of file class.ilObjPortfolioBaseGUI.php.
References ilPropertyFormGUI\getInput(), and ilPropertyFormGUI\getItemByPostVar().
ilObjPortfolioBaseGUI::view | ( | ) |
Show list of portfolio pages.
Reimplemented from ilObject2GUI.
Definition at line 258 of file class.ilObjPortfolioBaseGUI.php.
References $ilSetting, ilObjectGUI\$ref_id, ilObject2GUI\$tree, ilObject\_getAllReferences(), ilObject2GUI\checkPermissionBool(), ilObjExercise\findUserFiles(), and ilUtil\sendInfo().
|
protected |
Definition at line 19 of file class.ilObjPortfolioBaseGUI.php.
Referenced by getAdditional().
|
protected |
Definition at line 21 of file class.ilObjPortfolioBaseGUI.php.
Referenced by copyPage(), and copyPageForm().
|
protected |
Definition at line 22 of file class.ilObjPortfolioBaseGUI.php.
|
protected |
Definition at line 20 of file class.ilObjPortfolioBaseGUI.php.
Referenced by preview().
|
protected |
Definition at line 18 of file class.ilObjPortfolioBaseGUI.php.
Referenced by ilObjPortfolioGUI\downloadExcSubFile(), and preview().