public interface GrouperFileDAO extends GrouperDAO
| Modifier and Type | Method and Description |
|---|---|
void |
delete(GrouperFile grouperFile)
delete the object from the database
|
GrouperFile |
findById(String id,
boolean exceptionIfNotFound) |
void |
saveOrUpdate(GrouperFile grouperFile)
save the object to the database
|
GrouperFile findById(String id, boolean exceptionIfNotFound)
id - exceptionIfNotFound - void saveOrUpdate(GrouperFile grouperFile)
grouperFile - void delete(GrouperFile grouperFile)
grouperFile - Copyright © 2016 Internet2. All rights reserved.