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();
}
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();
}
Aggregations