@Service public class DummyResourceSetService extends Object implements ResourceSetService
Constructor and Description |
---|
DummyResourceSetService() |
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) |
public DummyResourceSetService()
public ResourceSet saveNew(ResourceSet rs)
saveNew
in interface ResourceSetService
public ResourceSet getById(Long id)
getById
in interface ResourceSetService
public ResourceSet update(ResourceSet oldRs, ResourceSet newRs)
update
in interface ResourceSetService
public void remove(ResourceSet rs)
remove
in interface ResourceSetService
public Collection<ResourceSet> getAllForOwner(String owner)
getAllForOwner
in interface ResourceSetService
public Collection<ResourceSet> getAllForOwnerAndClient(String owner, String authClientId)
getAllForOwnerAndClient
in interface ResourceSetService
public Collection<ResourceSet> getAllForClient(ClientDetailsEntity client)
getAllForClient
in interface ResourceSetService
Copyright © 2018. All rights reserved.