Interface ProfileService


  • public interface ProfileService
    A facade on the various logic component methods to improve backwards compatibility with clients of the older Profile2 apis. See PRFL-551.
    Author:
    Adrian Fish
    • Method Detail

      • getConnectionsForUser

        List<Person> getConnectionsForUser​(String userUuid)