/**
  * @see SubmissionFileDAODelegate::getLocaleFieldNames()
  */
 function getLocaleFieldNames()
 {
     $localeFieldNames = parent::getLocaleFieldNames();
     $localeFieldNames[] = 'name';
     return $localeFieldNames;
 }
 /**
  * @copydoc DAO::getLocaleFieldNames()
  */
 function getLocaleFieldNames()
 {
     return array_merge(parent::getLocaleFieldNames(), array('creator', 'subject', 'description', 'publisher', 'sponsor', 'source'));
 }