|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AclItemService
Contract to manage acl items
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
List<?> getItems()
getItems
Boolean deleteItem(Integer id)
id - a Integer object.
Boolean object.Boolean deleteAuthority(String authority)
authority - a String object.
Boolean object.Set<Integer> getAclItems(Set<AuthorityView> authorities)
authorities - a Set object.
Set object.List<?> getAuthorityItems(List<Integer> authorityItemsId)
getAuthorityItems
authorityItemsId - a List object.
List object.List<?> getFreeItems(List<Integer> authorityItemsID)
getFreeItems
authorityItemsID - a List object.
List object.void addAuthority(AuthorityDTO authority)
authority - a AuthorityDTO object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||