Package org.dspace.subscriptions.service
Interface SubscriptionGenerator<T>
-
- All Known Implementing Classes:
ContentGenerator
public interface SubscriptionGenerator<T>Interface Class which will be used to send email notifications to ePerson containing information for all list of objects.- Author:
- Alba Aliu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyForSubscriptions(Context c, EPerson ePerson, List<T> comm, List<T> coll)
-