Interface ChangeLogConsumerDAO

All Superinterfaces:
GrouperDAO
All Known Implementing Classes:
Hib3ChangeLogConsumerDAO

public interface ChangeLogConsumerDAO extends GrouperDAO
change log consumer data access methods
  • Method Details

    • findAll

      find all change log consumers
      Returns:
      all consumers
    • findByName

      ChangeLogConsumer findByName(String name, boolean exceptionIfNotFound)
      find a change log consumer by name
      Parameters:
      name - is the consumer name
      exceptionIfNotFound - true if exception should be thrown if not found
      Returns:
      the consumer or null or exception
    • saveOrUpdate

      void saveOrUpdate(ChangeLogConsumer changeLogConsumer)
      insert or update an change log entry object
      Parameters:
      changeLogConsumer -