Class UserProfileComparator

java.lang.Object
org.exoplatform.social.core.profile.UserProfileComparator

public class UserProfileComparator extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    hasChanged(org.exoplatform.social.core.identity.model.Profile profileToUpdate, org.exoplatform.social.core.identity.model.Profile existingProfile, String... keys)
     
    static boolean
    hasChanged(org.exoplatform.social.core.identity.model.Profile profileToUpdate, org.exoplatform.social.core.identity.model.Profile existingProfile, List<String> keys)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • hasChanged

      public static boolean hasChanged(org.exoplatform.social.core.identity.model.Profile profileToUpdate, org.exoplatform.social.core.identity.model.Profile existingProfile, String... keys)
    • hasChanged

      public static boolean hasChanged(org.exoplatform.social.core.identity.model.Profile profileToUpdate, org.exoplatform.social.core.identity.model.Profile existingProfile, List<String> keys)