Class ApogeeStatistiquesDAO
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.core.datasource.AbstractMyBatisDAO
org.ametys.plugins.odfsync.apogee.AbstractApogeeDAO
org.ametys.plugins.odfsync.apogee.ApogeeStatistiquesDAO
- All Implemented Interfaces:
LogEnabled,PluginAware,Component,Configurable,Contextualizable,Serviceable
Data access to Apogée statistics.
-
Field Summary
FieldsFields inherited from class org.ametys.plugins.odfsync.apogee.AbstractApogeeDAO
DATASOURCE_REQUEST_ATTRFields inherited from class org.ametys.core.datasource.AbstractMyBatisDAO
_manager -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ametys.plugins.odfsync.apogee.AbstractApogeeDAO
_configureDatasource, _executeSearch, _getDataSourceId, _getMyBatisConfiguration, _getRequest, _prepareSqlRequest, contextualizeMethods inherited from class org.ametys.core.datasource.AbstractMyBatisDAO
configure, getSession, getSession, reload, service, setPluginInfoMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Avalon ROLE
-
-
Constructor Details
-
ApogeeStatistiquesDAO
public ApogeeStatistiquesDAO()
-
-
Method Details
-
getStatistiquesBacGeneral
public List<Map<String,Object>> getStatistiquesBacGeneral(String dataSourceId, Map<String, Object> sccParams, Map<String, Object> params) Get statistics on general baccalaureate.- Parameters:
dataSourceId- The id of data source. Can not be null.sccParams- the parameters values of the synchronizable collectionparams- The parameters for search criteria: List of steps- Returns:
- The number of groups in the course part for the given year
-