viewNames.add(v.getName());
}
}
List <String> accountErrors = new ArrayList<String>();
IAccountManagement accountManagement = MapperRegistry.getInstance().getAccountManagement();
for (Account a: accountManagement.getAccounts(user.getId())) {
allViews = viewManagement.findViews(a);
for (View v: allViews) {
Account acc = v.getAccount();
Account replaceAccount = findReplaceAccount(sessionId, user, acc);
if (replaceAccount == null) {