Interface NotifyServiceDao

All Superinterfaces:
GenericDAO<NotifyServiceEntity>
All Known Implementing Classes:
NotifyServiceDaoImpl

public interface NotifyServiceDao extends GenericDAO<NotifyServiceEntity>
This is the Data Access Object for the NotifyServiceEntity object
Author:
Mohamed Eskander (mohamed.eskander at 4science.com)
  • Method Details

    • findByLdnUrl

      NotifyServiceEntity findByLdnUrl(Context context, String ldnUrl) throws SQLException
      find the NotifyServiceEntity matched with the provided ldnUrl
      Parameters:
      context - the context
      ldnUrl - 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 context
      pattern - the ldnUrl
      Returns:
      all NotifyServiceEntity matched the provided pattern
      Throws:
      SQLException - if database error