Package org.dspace.coarnotify.service
Interface SubmissionNotifyService
- All Known Implementing Classes:
SubmissionNotifyServiceImpl
public interface SubmissionNotifyService
Service interface class for the Creative Submission COAR Notify.
The implementation of this class is responsible for all business logic calls for the Creative Submission COAR Notify
and is autowired by spring
- Author:
- Mohamed Eskander (mohamed.eskander at 4science.com)
-
Method Summary
Modifier and TypeMethodDescriptionfindAll()Find all configured COAR NotifiesFind the COARE Notify corresponding to the provided ID found in the configuration
-
Method Details
-
findOne
Find the COARE Notify corresponding to the provided ID found in the configuration- Parameters:
id- - the ID of the COAR Notify to be found- Returns:
- the corresponding COAR Notify if found or null when not found
-
findAll
List<NotifySubmissionConfiguration> findAll()Find all configured COAR Notifies- Returns:
- all configured COAR Notifies
-