Package org.dspace.app.ldn.dao
Interface NotifyServiceInboundPatternDao
- All Superinterfaces:
GenericDAO<NotifyServiceInboundPattern>
- All Known Implementing Classes:
NotifyServiceInboundPatternDaoImpl
This is the Data Access Object for the
NotifyServiceInboundPattern object- Author:
- Mohamed Eskander (mohamed.eskander at 4science.com)
-
Method Summary
Modifier and TypeMethodDescriptionfindAutomaticPatterns(Context context) find all automatic notifyServiceInboundPatternsfindByServiceAndPattern(Context context, NotifyServiceEntity notifyServiceEntity, String pattern) find all notifyServiceInboundPatterns matched with the provided notifyServiceEntity and pattern
-
Method Details
-
findByServiceAndPattern
NotifyServiceInboundPattern findByServiceAndPattern(Context context, NotifyServiceEntity notifyServiceEntity, String pattern) throws SQLException find all notifyServiceInboundPatterns matched with the provided notifyServiceEntity and pattern- Parameters:
context- the contextnotifyServiceEntity- the notifyServiceEntitypattern- the pattern- Returns:
- all notifyServiceInboundPatterns matched with the provided notifyServiceEntity and pattern
- Throws:
SQLException- if database error
-
findAutomaticPatterns
find all automatic notifyServiceInboundPatterns- Parameters:
context- the context- Returns:
- all automatic notifyServiceInboundPatterns
- Throws:
SQLException- if database error
-