Interface NotifyServiceInboundPatternDao

All Superinterfaces:
GenericDAO<NotifyServiceInboundPattern>
All Known Implementing Classes:
NotifyServiceInboundPatternDaoImpl

public interface NotifyServiceInboundPatternDao extends GenericDAO<NotifyServiceInboundPattern>
This is the Data Access Object for the NotifyServiceInboundPattern object
Author:
Mohamed Eskander (mohamed.eskander at 4science.com)
  • 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 context
      notifyServiceEntity - the notifyServiceEntity
      pattern - the pattern
      Returns:
      all notifyServiceInboundPatterns matched with the provided notifyServiceEntity and pattern
      Throws:
      SQLException - if database error
    • findAutomaticPatterns

      List<NotifyServiceInboundPattern> findAutomaticPatterns(Context context) throws SQLException
      find all automatic notifyServiceInboundPatterns
      Parameters:
      context - the context
      Returns:
      all automatic notifyServiceInboundPatterns
      Throws:
      SQLException - if database error