Uses of Interface
lumis.socialnetwork.socialprofile.ISocialProfile
-
Packages that use ISocialProfile Package Description lumis.doui.socialprofile.integration lumis.socialnetwork.socialprofile This package contains classes to provide information about Social Profile Information. -
-
Uses of ISocialProfile in lumis.doui.socialprofile.integration
Methods in lumis.doui.socialprofile.integration that return ISocialProfile Modifier and Type Method Description ISocialProfile
DouiSourceSocialProfileProvider. getSocialProfileInformationById(String userId)
Returns thesocial profile information
associated to the given user in the givensocial network
.Methods in lumis.doui.socialprofile.integration that return types with arguments of type ISocialProfile Modifier and Type Method Description List<ISocialProfile>
DouiSourceSocialProfileProvider. getSocialProfileInformationsByKeyword(String keyword)
Returns a list ofsocial profile information
associated with the given keyword. -
Uses of ISocialProfile in lumis.socialnetwork.socialprofile
Methods in lumis.socialnetwork.socialprofile that return ISocialProfile Modifier and Type Method Description ISocialProfile
ISocialProfileManager. getSocialProfileById(String userId, ISocialNetwork socialNetwork)
Get an instance ofISocialProfile
based in Social Profile identifier.ISocialProfile
ISocialProfileProvider. getSocialProfileInformationById(String userId)
Finds the social profile information by the given user id.Methods in lumis.socialnetwork.socialprofile that return types with arguments of type ISocialProfile Modifier and Type Method Description List<ISocialProfile>
ISocialProfileProvider. getSocialProfileInformationsByKeyword(String keyword)
Finds the social profile information based on a given keyword.List<ISocialProfile>
ISocialProfileManager. getSocialProfilesByKeyword(String userId, ISocialNetwork socialNetwork)
Get a list ofISocialProfile
list of profiles identifier existing.
-