public interface SiteApprovalDAO extends EntityObjectDAO<SiteApproval>
Modifier and Type | Method and Description |
---|---|
List<SiteApproval> |
findAllForProfile(Profile profile) |
List<SiteApproval> |
findAlwaysAllow(User user) |
SiteApproval |
findBySite(User user,
Site site) |
void |
save(SiteApproval siteApproval)
Saves a new DAO object to the persistence store.
|
load, remove, update
void save(SiteApproval siteApproval) throws org.springframework.dao.DataAccessException
siteApproval
- The object to save.org.springframework.dao.DataAccessException
- A persistence exception has occurred.SiteApproval findBySite(User user, Site site)
List<SiteApproval> findAlwaysAllow(User user)
List<SiteApproval> findAllForProfile(Profile profile)
Copyright © 2021 Atlassian. All rights reserved.