/**
  * @return void
  */
 public function initializeAction()
 {
     parent::initializeAction();
     $this->initFeUser();
     $this->initListIdentifier();
     $this->buildConfigurationBuilder();
     $this->buildAndInitSessionPersistenceManager();
     $this->resetSessionOnResetParameter();
     $this->resetOnEmptySubmit();
     $this->dataBackend = $this->dataBackendFactory->getDataBackendInstanceByListIdentifier($this->listIdentifier);
 }