/**
  * Checks whether the mappings are completely done
  *
  * @return boolean
  */
 protected function isMappingFinished()
 {
     $isMappingFinished = PlentymarketsMappingController::isComplete();
     PlentymarketsConfig::getInstance()->set('IsMappingFinished', (int) $isMappingFinished);
     return $isMappingFinished;
 }