super("Brukere", applicationUserManager, aLogin.getUserType(), true);
UserTypeManager userTypeManager = (UserTypeManager) ModelUtil
.getBean("userTypeManager");
userTypes = userTypeManager.findAll();
userRoleList = new ArrayListModel();
userRoleSelectionList = new SelectionInList((ListModel) userRoleList);
userRoleSelectionList.addPropertyChangeListener(
SelectionInList.PROPERTYNAME_SELECTION_EMPTY,
new EmptyListenerUserRole());
ProductAreaGroupManager productAreaGroupManager = (ProductAreaGroupManager) ModelUtil
.getBean("productAreaGroupManager");
productAreaGroups = productAreaGroupManager.findAll();
userProductAreaGroupList = new ArrayListModel();
userProductAreaGroupSelectionList = new SelectionInList(
(ListModel) userProductAreaGroupList);
userProductAreaGroupSelectionList.addPropertyChangeListener(
SelectionInList.PROPERTYNAME_SELECTION_EMPTY,
new EmptyListenerProductAreaGroup());