|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISocialProfile | |
---|---|
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 | |
---|---|
ISocialProfile |
DouiSourceSocialProfileProvider.getSocialProfileInformationById(String userId)
Returns the social profile information associated
to the given user in the given social network . |
Methods in lumis.doui.socialprofile.integration that return types with arguments of type ISocialProfile | |
---|---|
List<ISocialProfile> |
DouiSourceSocialProfileProvider.getSocialProfileInformationsByKeyword(String keyword)
Returns a list of social profile information
associated with the given keyword. |
Uses of ISocialProfile in lumis.socialnetwork.socialprofile |
---|
Methods in lumis.socialnetwork.socialprofile that return ISocialProfile | |
---|---|
ISocialProfile |
ISocialProfileManager.getSocialProfileById(String userId,
ISocialNetwork socialNetwork)
Get an instance of ISocialProfile 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 | |
---|---|
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 of ISocialProfile list of profiles identifier
existing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |