public interface ResourceSetRepository
Modifier and Type | Method and Description |
---|---|
Collection<ResourceSet> |
getAll() |
Collection<ResourceSet> |
getAllForClient(String clientId) |
Collection<ResourceSet> |
getAllForOwner(String owner) |
Collection<ResourceSet> |
getAllForOwnerAndClient(String owner,
String clientId) |
ResourceSet |
getById(Long id) |
void |
remove(ResourceSet rs) |
ResourceSet |
save(ResourceSet rs) |
ResourceSet save(ResourceSet rs)
ResourceSet getById(Long id)
void remove(ResourceSet rs)
Collection<ResourceSet> getAllForOwner(String owner)
Collection<ResourceSet> getAllForOwnerAndClient(String owner, String clientId)
Collection<ResourceSet> getAll()
Collection<ResourceSet> getAllForClient(String clientId)
Copyright © 2018. All rights reserved.