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