Uses of Class
de.trustable.ca3s.core.domain.TimedElementNotification
-
Packages that use TimedElementNotification Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.service Service layer beans.de.trustable.ca3s.core.service.impl de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of TimedElementNotification in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type TimedElementNotification Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<TimedElementNotification,Certificate>TimedElementNotification_. certificatestatic javax.persistence.metamodel.SingularAttribute<TimedElementNotification,String>TimedElementNotification_. customMessagestatic javax.persistence.metamodel.SingularAttribute<TimedElementNotification,Long>TimedElementNotification_. idstatic javax.persistence.metamodel.SingularAttribute<TimedElementNotification,Instant>TimedElementNotification_. notifyOnstatic javax.persistence.metamodel.SingularAttribute<TimedElementNotification,TimedElementNotificationType>TimedElementNotification_. typeMethods in de.trustable.ca3s.core.domain that return TimedElementNotification Modifier and Type Method Description TimedElementNotificationTimedElementNotification. certificate(Certificate certificate)TimedElementNotificationTimedElementNotification. customMessage(String customMessage)TimedElementNotificationTimedElementNotification. id(Long id)TimedElementNotificationTimedElementNotification. notifyOn(Instant notifyOn)TimedElementNotificationTimedElementNotification. type(TimedElementNotificationType type) -
Uses of TimedElementNotification in de.trustable.ca3s.core.service
Methods in de.trustable.ca3s.core.service that return TimedElementNotification Modifier and Type Method Description TimedElementNotificationTimedElementNotificationService. save(TimedElementNotification timedElementNotification)Save a timedElementNotification.TimedElementNotificationTimedElementNotificationService. update(TimedElementNotification timedElementNotification)Updates a timedElementNotification.Methods in de.trustable.ca3s.core.service that return types with arguments of type TimedElementNotification Modifier and Type Method Description List<TimedElementNotification>TimedElementNotificationService. findAll()Get all the timedElementNotifications.Optional<TimedElementNotification>TimedElementNotificationService. findOne(Long id)Get the "id" timedElementNotification.Optional<TimedElementNotification>TimedElementNotificationService. partialUpdate(TimedElementNotification timedElementNotification)Partially updates a timedElementNotification.Methods in de.trustable.ca3s.core.service with parameters of type TimedElementNotification Modifier and Type Method Description Optional<TimedElementNotification>TimedElementNotificationService. partialUpdate(TimedElementNotification timedElementNotification)Partially updates a timedElementNotification.TimedElementNotificationTimedElementNotificationService. save(TimedElementNotification timedElementNotification)Save a timedElementNotification.TimedElementNotificationTimedElementNotificationService. update(TimedElementNotification timedElementNotification)Updates a timedElementNotification. -
Uses of TimedElementNotification in de.trustable.ca3s.core.service.impl
Methods in de.trustable.ca3s.core.service.impl that return TimedElementNotification Modifier and Type Method Description TimedElementNotificationTimedElementNotificationServiceImpl. save(TimedElementNotification timedElementNotification)TimedElementNotificationTimedElementNotificationServiceImpl. update(TimedElementNotification timedElementNotification)Methods in de.trustable.ca3s.core.service.impl that return types with arguments of type TimedElementNotification Modifier and Type Method Description List<TimedElementNotification>TimedElementNotificationServiceImpl. findAll()Optional<TimedElementNotification>TimedElementNotificationServiceImpl. findOne(Long id)Optional<TimedElementNotification>TimedElementNotificationServiceImpl. partialUpdate(TimedElementNotification timedElementNotification)Methods in de.trustable.ca3s.core.service.impl with parameters of type TimedElementNotification Modifier and Type Method Description Optional<TimedElementNotification>TimedElementNotificationServiceImpl. partialUpdate(TimedElementNotification timedElementNotification)TimedElementNotificationTimedElementNotificationServiceImpl. save(TimedElementNotification timedElementNotification)TimedElementNotificationTimedElementNotificationServiceImpl. update(TimedElementNotification timedElementNotification) -
Uses of TimedElementNotification in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type TimedElementNotification Modifier and Type Method Description org.springframework.http.ResponseEntity<TimedElementNotification>TimedElementNotificationResource. createTimedElementNotification(@Valid TimedElementNotification timedElementNotification)POST /timed-element-notifications: Create a new timedElementNotification.List<TimedElementNotification>TimedElementNotificationResource. getAllTimedElementNotifications()GET /timed-element-notifications: get all the timedElementNotifications.org.springframework.http.ResponseEntity<TimedElementNotification>TimedElementNotificationResource. getTimedElementNotification(Long id)GET /timed-element-notifications/:id: get the "id" timedElementNotification.org.springframework.http.ResponseEntity<TimedElementNotification>TimedElementNotificationResource. updateTimedElementNotification(Long id, @Valid TimedElementNotification timedElementNotification)PUT /timed-element-notifications/:id: Updates an existing timedElementNotification.Methods in de.trustable.ca3s.core.web.rest with parameters of type TimedElementNotification Modifier and Type Method Description org.springframework.http.ResponseEntity<TimedElementNotification>TimedElementNotificationResource. createTimedElementNotification(@Valid TimedElementNotification timedElementNotification)POST /timed-element-notifications: Create a new timedElementNotification.org.springframework.http.ResponseEntity<TimedElementNotification>TimedElementNotificationResource. updateTimedElementNotification(Long id, @Valid TimedElementNotification timedElementNotification)PUT /timed-element-notifications/:id: Updates an existing timedElementNotification.
-