Interface ISocialProfileProvider

    • Method Detail

      • setSocialNetwork

        void setSocialNetwork​(ISocialNetwork socialNetwork)
        Sets the social network information on the scope of execution, that will be used by the others methods to extract all informations necessary.
        Parameters:
        socialNetwork - the social network object that contains all informations about it.
        Since:
        6.1.0
      • getSocialProfileInformationById

        ISocialProfile getSocialProfileInformationById​(java.lang.String userId)
                                                throws PortalException
        Finds the social profile information by the given user id.
        Parameters:
        userId - the user id.
        Returns:
        the social profile information by the given user id.
        Throws:
        PortalException
        Since:
        6.1.0
      • getSocialProfileInformationsByKeyword

        java.util.List<ISocialProfile> getSocialProfileInformationsByKeyword​(java.lang.String keyword)
                                                                      throws PortalException
        Finds the social profile information based on a given keyword.
        Parameters:
        keyword - the keyword.
        Returns:
        the social profile information based on a given keyword.
        Throws:
        PortalException
        Since:
        6.1.0