Uses of Interface
de.trustable.ca3s.core.repository.TimedElementNotificationRepository
-
Packages that use TimedElementNotificationRepository Package Description de.trustable.ca3s.core.service.impl de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of TimedElementNotificationRepository in de.trustable.ca3s.core.service.impl
Constructors in de.trustable.ca3s.core.service.impl with parameters of type TimedElementNotificationRepository Constructor Description TimedElementNotificationServiceImpl(TimedElementNotificationRepository timedElementNotificationRepository) -
Uses of TimedElementNotificationRepository in de.trustable.ca3s.core.web.rest
Constructors in de.trustable.ca3s.core.web.rest with parameters of type TimedElementNotificationRepository Constructor Description TimedElementNotificationResource(TimedElementNotificationService timedElementNotificationService, TimedElementNotificationRepository timedElementNotificationRepository)
-