Package org.dspace.coarnotify
Class SubmissionNotifyServiceImpl
java.lang.Object
org.dspace.coarnotify.SubmissionNotifyServiceImpl
- All Implemented Interfaces:
SubmissionNotifyService
Service implementation of
SubmissionNotifyService- Author:
- Mohamed Eskander (mohamed.eskander at 4science.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAll()Find all configured COAR NotifiesFind the COARE Notify corresponding to the provided ID found in the configuration
-
Constructor Details
-
SubmissionNotifyServiceImpl
protected SubmissionNotifyServiceImpl()
-
-
Method Details
-
findOne
Description copied from interface:SubmissionNotifyServiceFind the COARE Notify corresponding to the provided ID found in the configuration- Specified by:
findOnein interfaceSubmissionNotifyService- Parameters:
id- - the ID of the COAR Notify to be found- Returns:
- the corresponding COAR Notify if found or null when not found
-
findAll
Description copied from interface:SubmissionNotifyServiceFind all configured COAR Notifies- Specified by:
findAllin interfaceSubmissionNotifyService- Returns:
- all configured COAR Notifies
-