/**
  * @param Ess_M2ePro_Model_Processing_Request $processingRequest
  * @throws Ess_M2ePro_Model_Exception_Logic
  */
 public function unsetProcessingLocks(Ess_M2ePro_Model_Processing_Request $processingRequest)
 {
     parent::unsetProcessingLocks($processingRequest);
     $this->getListingProduct()->deleteObjectLocks(NULL, $processingRequest->getHash());
     $this->getListingProduct()->getListing()->deleteObjectLocks(NULL, $processingRequest->getHash());
 }