Package org.dspace.app.ldn.dao.impl
Class NotifyServiceInboundPatternDaoImpl
java.lang.Object
org.dspace.core.AbstractHibernateDAO<NotifyServiceInboundPattern>
org.dspace.app.ldn.dao.impl.NotifyServiceInboundPatternDaoImpl
- All Implemented Interfaces:
NotifyServiceInboundPatternDao,GenericDAO<NotifyServiceInboundPattern>
public class NotifyServiceInboundPatternDaoImpl
extends AbstractHibernateDAO<NotifyServiceInboundPattern>
implements NotifyServiceInboundPatternDao
Implementation of
NotifyServiceInboundPatternDao.- Author:
- Mohamed Eskander (mohamed.eskander at 4science.com)
-
Constructor Summary
Constructors -
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 patternMethods inherited from class org.dspace.core.AbstractHibernateDAO
count, count, countLong, create, createQuery, createQuery, delete, executeCriteriaQuery, findAll, findAll, findByID, findByID, findByID, findByX, findMany, findMany, findUnique, getCriteriaBuilder, getCriteriaQuery, getHibernateSession, iterate, list, list, list, list, save, singleResult, singleResult, uniqueResult, uniqueResult
-
Constructor Details
-
NotifyServiceInboundPatternDaoImpl
public NotifyServiceInboundPatternDaoImpl()
-
-
Method Details
-
findByServiceAndPattern
public NotifyServiceInboundPattern findByServiceAndPattern(Context context, NotifyServiceEntity notifyServiceEntity, String pattern) throws SQLException Description copied from interface:NotifyServiceInboundPatternDaofind all notifyServiceInboundPatterns matched with the provided notifyServiceEntity and pattern- Specified by:
findByServiceAndPatternin interfaceNotifyServiceInboundPatternDao- Parameters:
context- the contextnotifyServiceEntity- the notifyServiceEntitypattern- the pattern- Returns:
- all notifyServiceInboundPatterns matched with the provided notifyServiceEntity and pattern
- Throws:
SQLException- if database error
-
findAutomaticPatterns
Description copied from interface:NotifyServiceInboundPatternDaofind all automatic notifyServiceInboundPatterns- Specified by:
findAutomaticPatternsin interfaceNotifyServiceInboundPatternDao- Parameters:
context- the context- Returns:
- all automatic notifyServiceInboundPatterns
- Throws:
SQLException- if database error
-