/**
  * Execute action for a single entry
  * @param ENTRY $entry
  * @access private
  */
 protected function _entry_run($entry)
 {
     $entry->set_state(Queued, true);
 }
 /**
  * Execute action for a single entry
  * @param ENTRY $entry
  * @access private
  */
 protected function _entry_run($entry)
 {
     $entry->set_state(Visible, true);
 }
 /**
  * Execute action for a single entry
  * @param ENTRY $entry
  * @access private
  */
 protected function _entry_run($entry)
 {
     $entry->set_state(Abandoned, true);
 }