public class TimerServiceImpl extends Object implements TimerService
| Constructor and Description |
|---|
TimerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
add(Timer timer) |
void |
edit(Integer id,
Timer timer) |
List<Timer> |
getTimerActive() |
TimerRepository |
getTimerRepository() |
void |
remove(Integer id) |
public TimerRepository getTimerRepository()
public List<Timer> getTimerActive()
getTimerActive in interface TimerServicepublic Integer add(Timer timer)
add in interface TimerServicepublic void remove(Integer id)
remove in interface TimerServicepublic void edit(Integer id, Timer timer)
edit in interface TimerServiceCopyright © 2020. All rights reserved.