public function __construct($rrootDb, $rdomainDA, $clippingId = 0)
 {
     parent::__construct($rrootDb, $rdomainDA, InnoworkClipping::ITEM_TYPE, $clippingId);
     $this->mKeys['name'] = 'text';
     $this->mKeys['description'] = 'text';
     $this->mSearchResultKeys[] = 'name';
     $this->mSearchResultKeys[] = 'description';
     $this->mViewableSearchResultKeys[] = 'name';
     $this->mViewableSearchResultKeys[] = 'description';
     $this->mSearchOrderBy = 'name';
     $this->mShowDispatcher = 'view';
     $this->mShowEvent = 'showclipping';
 }
 public function innoworkDefaultAclItem($rrootDb, $rdomainDA, $itemId = 0)
 {
     parent::__construct($rrootDb, $rdomainDA, 'defaultaclitem', $itemId);
     $this->mKeys['itemtype'] = 'text';
 }