Class SocialInformationService


  • @Service
    @Singleton
    public class SocialInformationService
    extends Object
    Author:
    Bensalem Nabil;
    • Constructor Detail

      • SocialInformationService

        public SocialInformationService()
    • Method Detail

      • getSocialInformationsList

        public List<SocialInformation> getSocialInformationsList​(SocialInformationType socialInformationType,
                                                                 String userId,
                                                                 String classification,
                                                                 Period period)
        get the List of social Information of my according the type of social information and the UserId
        Parameters:
        socialInformationType -
        userId -
        classification -
        period -
      • getSocialInformationsListOfMyContact

        public List<SocialInformation> getSocialInformationsListOfMyContact​(SocialInformationType socialInformationType,
                                                                            String myId,
                                                                            List<String> myContactIds,
                                                                            Period period)
        get the List of social Information of my according the type of social information and the UserId
        Parameters:
        socialInformationType -
        myId -
        myContactIds -
        period -