/**
  * Manages the constants by setting the new values put in the fields, and
  * linking the pages of the model site with the duplicated one's.
  */
 public function run()
 {
     ConstantManagerUtility::manageTemplateConstants($this->getModelPageUid(), $this->getDuplicatedPageUid(), $this->getFieldsValues(), $this->getDuplicationData('pagesUidAssociation'));
 }