Package com.skava.strategy
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 TypeMethodDescriptiongetPublicProfiles
(List<UsersEntity> usersEntities) This method is used to get all the user public profiles from the list of user entities object.
-
Method Details
-
getPublicProfiles
This method is used to get all the user public profiles from the list of user entities object.- Parameters:
usersEntities
- HoldsList
ofUsersEntity
object.- Returns:
- The
List
ofUsers
object.
-