public interface ResourceSetService
Modifier and Type | Method and Description |
---|---|
Collection<ResourceSet> |
getAllForClient(ClientDetailsEntity client) |
Collection<ResourceSet> |
getAllForOwner(String owner) |
Collection<ResourceSet> |
getAllForOwnerAndClient(String owner,
String authClientId) |
ResourceSet |
getById(Long id) |
void |
remove(ResourceSet rs) |
ResourceSet |
saveNew(ResourceSet rs) |
ResourceSet |
update(ResourceSet oldRs,
ResourceSet newRs) |
ResourceSet saveNew(ResourceSet rs)
ResourceSet getById(Long id)
ResourceSet update(ResourceSet oldRs, ResourceSet newRs)
void remove(ResourceSet rs)
Collection<ResourceSet> getAllForOwner(String owner)
Collection<ResourceSet> getAllForOwnerAndClient(String owner, String authClientId)
Collection<ResourceSet> getAllForClient(ClientDetailsEntity client)
Copyright © 2018. All rights reserved.