/**
  * Filter the query by a related CcListenerCount object
  *
  * @param     CcListenerCount $ccListenerCount  the related object to use as filter
  * @param     string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
  *
  * @return    CcTimestampQuery The current query, for fluid interface
  */
 public function filterByCcListenerCount($ccListenerCount, $comparison = null)
 {
     return $this->addUsingAlias(CcTimestampPeer::ID, $ccListenerCount->getDbTimestampId(), $comparison);
 }