/**
  * @see	\wcf\system\worker\AbstractRebuildDataWorker::initObjectList
  */
 protected function initObjectList()
 {
     parent::initObjectList();
     $this->objectList->sqlOrderBy = 'like_object.likeObjectID';
 }
 /**
  * @see	\wcf\system\worker\AbstractRebuildDataWorker::initObjectList
  */
 protected function initObjectList()
 {
     parent::initObjectList();
     $this->objectList->sqlOrderBy = 'like_table.objectID, like_table.likeID';
 }
 /**
  * @see	\wcf\system\worker\AbstractRebuildDataWorker::initObjectList
  */
 protected function initObjectList()
 {
     parent::initObjectList();
     $this->objectList->sqlOrderBy = 'entry.entryID';
 }
 /**
  * @see	\wcf\system\worker\AbstractRebuildDataWorker::initObjectList
  */
 protected function initObjectList()
 {
     parent::initObjectList();
     $this->objectList->sqlOrderBy = 'attachment.attachmentID';
     $this->objectList->getConditionBuilder()->add('attachment.isImage = ?', array(1));
 }
 /**
  * @see	\wcf\system\worker\AbstractRebuildDataWorker::initObjectList
  */
 protected function initObjectList()
 {
     parent::initObjectList();
     $this->objectList->sqlOrderBy = 'news.newsID';
 }
 /**
  * @see	\wcf\system\worker\AbstractRebuildDataWorker::initObjectList
  */
 protected function initObjectList()
 {
     parent::initObjectList();
     $this->objectList->sqlOrderBy = 'user_table.userID';
 }