/**
  * Count QcodoInterfaces
  * by FileId Index(es)
  * @param integer $intFileId
  * @return int
  */
 public static function CountByFileId($intFileId)
 {
     // Call QcodoInterface::QueryCount to perform the CountByFileId query
     return QcodoInterface::QueryCount(QQ::Equal(QQN::QcodoInterface()->FileId, $intFileId));
 }