Package org.dspace.eperson.dao
Interface SubscriptionParameterDAO
-
- All Superinterfaces:
GenericDAO<SubscriptionParameter>
- All Known Implementing Classes:
SubscriptionParameterDAOImpl
public interface SubscriptionParameterDAO extends GenericDAO<SubscriptionParameter>
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
-
Methods inherited from interface org.dspace.core.GenericDAO
create, delete, findAll, findAll, findByID, findByID, findMany, findUnique, save
-
-