4 include_once
'./Services/DidacticTemplate/classes/class.ilDidacticTemplateAction.php';
47 $this->pattern = $patterns;
65 $this->filter_type = $a_type;
86 $query =
'INSERT INTO didactic_tpl_abr (action_id,filter_type) '.
97 $pattern->setParentType(self::PATTERN_PARENT_TYPE);
107 public function delete()
113 $query =
'DELETE FROM didactic_tpl_abr '.
114 'WHERE action_id = '.$ilDB->quote($this->
getActionId(),
'integer');
115 $ilDB->manipulate(
$query);
136 foreach($roles as $role_id => $role)
150 global $rbacadmin, $rbacreview;
153 $assign = $rbacreview->isAssignable($a_role_id, $source->getRefId()) ?
'y' :
'n';
156 $rbacadmin->revokeSubtreePermissions($source->getRefId(), $a_role_id);
159 $rbacadmin->deleteSubtreeTemplates($source->getRefId(), $a_role_id);
161 $rbacadmin->assignRoleToFolder(
178 foreach($roles as $role_id => $role)
193 global $rbacreview, $rbacadmin;
198 if($rbacreview->getRoleFolderOfRole($a_role_id) == $source->getRefId())
204 $rbacadmin->deleteLocalRole($a_role_id, $source->getRefId());
207 include_once
'./Services/AccessControl/classes/class.ilObjRole.php';
209 $role->changeExistingObjects(
225 return self::TYPE_BLOCK_ROLE;
239 case self::FILTER_SOURCE_OBJ_ID:
240 $writer->
xmlStartTag(
'roleFilter',array(
'source' =>
'objId'));
244 case self::FILTER_SOURCE_TITLE:
245 $writer->
xmlStartTag(
'roleFilter',array(
'source' =>
'title'));
251 $pattern->toXml($writer);
288 $query =
'SELECT * FROM didactic_tpl_abr '.
289 'WHERE action_id = '.$ilDB->quote($this->
getActionId());
297 include_once
'./Services/DidacticTemplate/classes/class.ilDidacticTemplateFilterPatternFactory.php';
read()
read action data ilDB $ilDB
getFilterType()
Get filter type.
const PATTERN_PARENT_TYPE
Description of ilDidacticTemplateBlockRoleAction.
static lookupPatternsByParentId($a_parent_id, $a_parent_type)
Get patterns by template id.
addFilterPattern(ilDidacticTemplateFilterPattern $pattern)
Add filter.
getFilterPattern()
Get filter pattern.
xmlStartTag($tag, $attrs=NULL, $empty=FALSE, $encode=TRUE, $escape=TRUE)
Writes a starttag.
static _lookupTitle($a_id)
lookup object title
__construct($action_id=0)
Constructor.
xmlEndTag($tag)
Writes an endtag.
const DB_FETCHMODE_OBJECT
toXml(ilXmlWriter $writer)
Export to xml.
deleteLocalPolicy($a_role_id, $source)
Delete local policy.
filterRoles(ilObject $source)
Filter roles.
setFilterType($a_type)
Set filter type.
blockRole($a_role_id, $source)
Blo k role.
const FILTER_SOURCE_TITLE
initSourceObject()
Init the source object.
setFilterPatterns(Array $patterns)
Set filter patterns.
Abstract class for template actions.
const MODE_UNPROTECTED_DELETE_LOCAL_POLICIES
const FILTER_SOURCE_OBJ_ID
Represents a filter pattern for didactic template actions.
getActionId()
Get action id.
getType()
Get action type.