Interface SocialInformationProviderSwitcher
-
- All Known Implementing Classes:
DefaultSocialInformationProviderSwitcher
public interface SocialInformationProviderSwitcher
A provider of social information by the type of such information to get. It delegates the task to the concrete social information provider that works on the type passed as argument.- Author:
- Bensalem Nabil
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SocialInformationProviderSwitcher.SocialInfoContext
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SocialInformation>
getSocialInformationsList(SocialInformationType socialInformationType, SocialInformationProviderSwitcher.SocialInfoContext context)
List<SocialInformation>
getSocialInformationsListOfMyContacts(SocialInformationType socialInformationType, SocialInformationProviderSwitcher.SocialInfoContext context)
-
-
-
Method Detail
-
getSocialInformationsList
List<SocialInformation> getSocialInformationsList(SocialInformationType socialInformationType, SocialInformationProviderSwitcher.SocialInfoContext context)
-
getSocialInformationsListOfMyContacts
List<SocialInformation> getSocialInformationsListOfMyContacts(SocialInformationType socialInformationType, SocialInformationProviderSwitcher.SocialInfoContext context)
-
-