Package org.dspace.eperson.dao
Interface SubscriptionParameterDAO
- All Superinterfaces:
GenericDAO<SubscriptionParameter>
- All Known Implementing Classes:
SubscriptionParameterDAOImpl
Database Access Object interface class for the SubscriptionParamter object.
The implementation of this class is responsible for all database calls for the SubscriptionParameter object and is
autowired by spring
This class should only be accessed from a single service and should never be exposed outside of the API
- Author:
- Alba Aliu at atis.al
-
Method Summary