public interface ChangeLogConsumerDAO extends GrouperDAO
| Modifier and Type | Method and Description |
|---|---|
Set<ChangeLogConsumer> |
findAll()
find all change log consumers
|
ChangeLogConsumer |
findByName(String name,
boolean exceptionIfNotFound)
find a change log consumer by name
|
void |
saveOrUpdate(ChangeLogConsumer changeLogConsumer)
insert or update an change log entry object
|
Set<ChangeLogConsumer> findAll()
ChangeLogConsumer findByName(String name, boolean exceptionIfNotFound)
name - is the consumer nameexceptionIfNotFound - true if exception should be thrown if not foundvoid saveOrUpdate(ChangeLogConsumer changeLogConsumer)
changeLogConsumer - Copyright © 2016 Internet2. All rights reserved.