* delete all shares for a report or panorama * * @param $item_type * @param $item_source * @return bool * @throws Exception */
($item_type, $item_source)
| 303 | * @throws Exception |
| 304 | */ |
| 305 | public function deleteSharesByItem($item_type, $item_source) { |
| 306 | return $this->ShareMapper->deleteSharesByItem($item_type, $item_source); |
| 307 | } |
| 308 | |
| 309 | /** |
| 310 | * delete all shares when a share-receiving-user is deleted |
no outgoing calls
no test coverage detected