Exemplo n.º 1
0
 public final List listPeopleVisibleByRights(Integer rightsLevel) throws BasicException {
   return m_peoplevisibleByRights.list(rightsLevel);
 }
Exemplo n.º 2
0
 /**
  * @param role
  * @return
  * @throws BasicException
  */
 public final List<String> getPermissions(String role) throws BasicException {
   return m_permissionlist.list(role);
 }
Exemplo n.º 3
0
 /**
  * @return
  * @throws BasicException
  */
 public final List listPeopleVisible() throws BasicException {
   return m_peoplevisible.list();
 }