public interface SystemScopeRepository
Modifier and Type | Method and Description |
---|---|
Set<SystemScope> |
getAll() |
SystemScope |
getById(Long id) |
SystemScope |
getByValue(String value) |
void |
remove(SystemScope scope) |
SystemScope |
save(SystemScope scope) |
Set<SystemScope> getAll()
SystemScope getById(Long id)
SystemScope getByValue(String value)
void remove(SystemScope scope)
SystemScope save(SystemScope scope)
Copyright © 2018. All rights reserved.