Interface PublicProfileStrategy

All Known Implementing Classes:
DefaultPublicProfileStrategyImpl

public interface PublicProfileStrategy
This class provides functionality of getting the user's public profile based on public profiler class configured in collection properties.
Author:
Infosys Equinox
  • Method Summary

    Modifier and Type
    Method
    Description
    This method is used to get all the user public profiles from the list of user entities object.
  • Method Details

    • getPublicProfiles

      List<Users> getPublicProfiles(List<UsersEntity> usersEntities)
      This method is used to get all the user public profiles from the list of user entities object.
      Parameters:
      usersEntities - Holds List of UsersEntity object.
      Returns:
      The List of Users object.