SchedConfStatisticsDAO Class Reference
[SchedConf]

Operations for retrieving scheduled conference statistics. More...

List of all members.

Public Member Functions

 getIssueStatistics ($schedConfId, $dateStart=null, $dateEnd=null)
 getPaperStatistics ($schedConfId, $trackIds=null, $dateStart=null, $dateEnd=null)
 getRegistrationStatistics ($schedConfId, $dateStart=null, $dateEnd=null)
 getReviewerStatistics ($schedConfId, $trackIds, $dateStart=null, $dateEnd=null)
 getUserStatistics ($schedConfId, $dateStart=null, $dateEnd=null)


Detailed Description

Operations for retrieving scheduled conference statistics.

Definition at line 23 of file SchedConfStatisticsDAO.inc.php.


Member Function Documentation

SchedConfStatisticsDAO.getIssueStatistics ( schedConfId,
dateStart = null,
dateEnd = null 
)

Get statistics about issues in the system. Returns a map of name => value pairs.

Parameters:
$schedConfId int The scheduled conference to fetch statistics for
$dateStart date The publish date to search from; optional
$dateEnd date The publish date to search to; optional
Returns:
array

Definition at line 241 of file SchedConfStatisticsDAO.inc.php.

SchedConfStatisticsDAO.getPaperStatistics ( schedConfId,
trackIds = null,
dateStart = null,
dateEnd = null 
)

Get statistics about papers in the system. Returns a map of name => value pairs.

Parameters:
$schedConfId int The scheduled conference to fetch statistics for
$trackId int The track to query stats for (optional)
$dateStart date The submit date to search from; optional
$dateEnd date The submit date to search to; optional
Returns:
array

Definition at line 33 of file SchedConfStatisticsDAO.inc.php.

SchedConfStatisticsDAO.getRegistrationStatistics ( schedConfId,
dateStart = null,
dateEnd = null 
)

Get statistics about registrations.

Parameters:
$schedConfId int The scheduled conference to fetch statistics for
$dateStart date optional
$dateEnd date optional
Returns:
array

Definition at line 199 of file SchedConfStatisticsDAO.inc.php.

SchedConfStatisticsDAO.getReviewerStatistics ( schedConfId,
trackIds,
dateStart = null,
dateEnd = null 
)

Get statistics about reviewers in the system. Returns a map of name => value pairs.

Parameters:
$schedConfId int The scheduled conference to fetch statistics for
$dateStart date The publish date to search from; optional
$dateEnd date The publish date to search to; optional
Returns:
array

Definition at line 282 of file SchedConfStatisticsDAO.inc.php.

SchedConfStatisticsDAO.getUserStatistics ( schedConfId,
dateStart = null,
dateEnd = null 
)

Get statistics about users in the system. Returns a map of name => value pairs.

Parameters:
$schedConfId int The scheduled conference to fetch statistics for
$dateStart date optional
$dateEnd date optional
Returns:
array

Definition at line 153 of file SchedConfStatisticsDAO.inc.php.


The documentation for this class was generated from the following file:
Generated on 25 Jul 2013 for Open Conference Systems by  doxygen 1.4.7