public interface AclItemService
Modifier and Type | Method and Description |
---|---|
void |
addAuthority(AuthorityDTO authority)
add an authority with its items
|
Boolean |
deleteAuthority(String authority)
delete an item
|
Boolean |
deleteItem(Integer id)
delete an item
|
Set<Integer> |
getAclItems(Set<AuthorityView> authorities)
the set of items permitted
|
List<?> |
getAuthorityItems(List<Integer> authorityItemsId)
getAuthorityItems
|
List<?> |
getFreeItems(List<Integer> authorityItemsID)
getFreeItems
|
List<?> |
getItems()
getItems
|
List<?> getItems()
getItems
Set<Integer> getAclItems(Set<AuthorityView> authorities)
void addAuthority(AuthorityDTO authority)
authority
- a AuthorityDTO
object.Copyright © 2015. All Rights Reserved.