public abstract class UserProfileComparator extends Object
| Constructor and Description |
|---|
UserProfileComparator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasChanged(org.exoplatform.social.core.identity.model.Profile profile,
String key,
List<Map<String,String>> newValue)
Compare the old value stored by property 'key' with the new one.
|
boolean |
hasChanged(org.exoplatform.social.core.identity.model.Profile profile,
String key,
String newValue)
Compare the old value stored by property 'key' with the new one.
|
public boolean hasChanged(org.exoplatform.social.core.identity.model.Profile profile,
String key,
String newValue)
profile - user's profile before updatekey - the property to be updatednewValue - public boolean hasChanged(org.exoplatform.social.core.identity.model.Profile profile,
String key,
List<Map<String,String>> newValue)
profile - user's profile before updatekey - the property to be updatednewValue - Copyright © 2003–2016 eXo Platform SAS. All rights reserved.