Package org.dspace.app.ldn.dao.impl
Class NotifyServiceDaoImpl
java.lang.Object
org.dspace.core.AbstractHibernateDAO<NotifyServiceEntity>
org.dspace.app.ldn.dao.impl.NotifyServiceDaoImpl
- All Implemented Interfaces:
NotifyServiceDao,GenericDAO<NotifyServiceEntity>
public class NotifyServiceDaoImpl
extends AbstractHibernateDAO<NotifyServiceEntity>
implements NotifyServiceDao
Implementation of
NotifyServiceDao.- Author:
- Mohamed Eskander (mohamed.eskander at 4science.com)
-
Constructor Summary
Constructors -
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 falseMethods 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
-
NotifyServiceDaoImpl
public NotifyServiceDaoImpl()
-
-
Method Details
-
findByLdnUrl
Description copied from interface:NotifyServiceDaofind the NotifyServiceEntity matched with the provided ldnUrl- Specified by:
findByLdnUrlin interfaceNotifyServiceDao- Parameters:
context- the contextldnUrl- the ldnUrl- Returns:
- the NotifyServiceEntity matched the provided ldnUrl
- Throws:
SQLException- if database error
-
findManualServicesByInboundPattern
public List<NotifyServiceEntity> findManualServicesByInboundPattern(Context context, String pattern) throws SQLException Description copied from interface:NotifyServiceDaofind all NotifyServiceEntity matched the provided inbound pattern from the related notifyServiceInboundPatterns also with 'automatic' equals to false- Specified by:
findManualServicesByInboundPatternin interfaceNotifyServiceDao- Parameters:
context- the contextpattern- the ldnUrl- Returns:
- all NotifyServiceEntity matched the provided pattern
- Throws:
SQLException- if database error
-