Package org.dspace.app.ldn.dao
Interface NotifyServiceDao
- All Superinterfaces:
GenericDAO<NotifyServiceEntity>
- All Known Implementing Classes:
NotifyServiceDaoImpl
This is the Data Access Object for the
NotifyServiceEntity object- Author:
- Mohamed Eskander (mohamed.eskander at 4science.com)
-
Method Summary
Modifier and TypeMethodDescriptionfindByLdnUrl(Context context, String ldnUrl) find the NotifyServiceEntity matched with the provided ldnUrlfindManualServicesByInboundPattern(Context context, String pattern) find all NotifyServiceEntity matched the provided inbound pattern from the related notifyServiceInboundPatterns also with 'automatic' equals to false
-
Method Details
-
findByLdnUrl
find the NotifyServiceEntity matched with the provided ldnUrl- Parameters:
context- the contextldnUrl- the ldnUrl- Returns:
- the NotifyServiceEntity matched the provided ldnUrl
- Throws:
SQLException- if database error
-
findManualServicesByInboundPattern
List<NotifyServiceEntity> findManualServicesByInboundPattern(Context context, String pattern) throws SQLException find all NotifyServiceEntity matched the provided inbound pattern from the related notifyServiceInboundPatterns also with 'automatic' equals to false- Parameters:
context- the contextpattern- the ldnUrl- Returns:
- all NotifyServiceEntity matched the provided pattern
- Throws:
SQLException- if database error
-