Examples of changeSelectedIdentities()


Examples of org.olat.admin.user.bulkChange.UserBulkChangeManager.changeSelectedIdentities()

              try {
                if (runContext.containsKey("validChange") && ((Boolean) runContext.get("validChange")).booleanValue()) {
                  HashMap<String, String> attributeChangeMap = (HashMap<String, String>) runContext.get("attributeChangeMap");
                  HashMap<String, String> roleChangeMap = (HashMap<String, String>) runContext.get("roleChangeMap");
                  if (!(attributeChangeMap.size()==0 && roleChangeMap.size()==0)){
                    ubcMan.changeSelectedIdentities(selectedIdentities, attributeChangeMap, roleChangeMap, notUpdatedIdentities,
                      isAdministrativeUser, getTranslator());
                    hasChanges = true;
                  }
                }
              } catch (Exception any) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.