Search in sources :

Example 1 with MapperService

use of org.olat.core.dispatcher.mapper.MapperService in project OpenOLAT by OpenOLAT.

the class MapperZombieSlayerJob method executeWithDB.

@Override
public void executeWithDB(JobExecutionContext arg0) {
    MapperService mapperService = CoreSpringFactory.getImpl(MapperService.class);
    mapperService.slayZombies();
}
Also used : MapperService(org.olat.core.dispatcher.mapper.MapperService)

Example 2 with MapperService

use of org.olat.core.dispatcher.mapper.MapperService in project openolat by klemens.

the class MapperZombieSlayerJob method executeWithDB.

@Override
public void executeWithDB(JobExecutionContext arg0) {
    MapperService mapperService = CoreSpringFactory.getImpl(MapperService.class);
    mapperService.slayZombies();
}
Also used : MapperService(org.olat.core.dispatcher.mapper.MapperService)

Aggregations

MapperService (org.olat.core.dispatcher.mapper.MapperService)2