|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.socialnetwork.provider.ProviderSwitch
public class ProviderSwitch
| Constructor Summary | |
|---|---|
ProviderSwitch()
|
|
| Method Summary | |
|---|---|
SocialCommentGalleryInterface |
getSocialCommentGalleryInterface()
return the SocialCommentGallery providor (by using Inversion of Control Containers ) |
SocialCommentPublicationsInterface |
getSocialCommentPublicationsInterface()
return the SocialCommentPublications providor (by using Inversion of Control Containers ) |
SocialCommentQuickInfosInterface |
getSocialCommentQuickInfosInterface()
return the SocialCommentQuickInfos providor (by using Inversion of Control Containers ) |
SocialEventsInterface |
getSocialEventsInterface()
return the SocialEvent providor (by using Inversion of Control Containers ) |
SocialGalleryInterface |
getSocialGalleryInterface()
return the SocialGallery providor (by using Inversion of Control Containers ) |
List<SocialInformation> |
getSocialInformationsList(SocialInformationType socialInformationType,
String userId,
String classification,
Date begin,
Date end)
get my social Informations list according to the social information type and the UserId |
List<SocialInformation> |
getSocialInformationsListOfMyContacts(SocialInformationType socialInformationType,
String myId,
List<String> myContactsIds,
Date begin,
Date end)
get the List of social Informations of my contatcs according to the social information type and my UserId , ids of my contacts ,limit and index |
SocialPublicationsInterface |
getSocialPublicationsInterface()
return the SocialPublications providor (by using Inversion of Control Containers ) |
SocialRelationShipsInterface |
getSocialRelationShipsInterface()
return the SocialRelationShips providor (by using Inversion of Control Containers ) |
SocialStatusInterface |
getSocialStatusInterface()
return SocialStatus providor (by using Inversion of Control Containers ) |
void |
setSocialCommentGalleryInterface(SocialCommentGalleryInterface socialCommentGalleryInterface)
set SocialCommentGallery providor (by using Inversion of Control Containers ) |
void |
setSocialCommentPublicationsInterface(SocialCommentPublicationsInterface socialCommentPublicationsInterface)
set SocialCommentPublications providor (by using Inversion of Control Containers ) |
void |
setSocialCommentQuickInfosInterface(SocialCommentQuickInfosInterface socialCommentQuickInfosInterface)
set SocialCommentQuickInfos providor (by using Inversion of Control Containers ) |
void |
setSocialEventsInterface(SocialEventsInterface socialEventsInterface)
set SocialEvent providor (by using Inversion of Control Containers ) |
void |
setSocialGalleryInterface(SocialGalleryInterface socialGalleryInterface)
set SocialGallery providor (by using Inversion of Control Containers ) |
void |
setSocialPublicationsInterface(SocialPublicationsInterface socialPublicationsInterface)
set SocialPublications providor (by using Inversion of Control Containers ) |
void |
setSocialRelationShipsInterface(SocialRelationShipsInterface socialRelationShipsInterface)
set SocialRelationShips providor (by using Inversion of Control Containers ) |
void |
setSocialStatusInterface(SocialStatusInterface socialStatusInterface)
set SocialStatus providor (by using Inversion of Control Containers ) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProviderSwitch()
| Method Detail |
|---|
public SocialEventsInterface getSocialEventsInterface()
getSocialEventsInterface in interface ProviderSwitchInterfacepublic void setSocialEventsInterface(SocialEventsInterface socialEventsInterface)
setSocialEventsInterface in interface ProviderSwitchInterfacesocialEventsInterface - public SocialGalleryInterface getSocialGalleryInterface()
getSocialGalleryInterface in interface ProviderSwitchInterfacepublic void setSocialGalleryInterface(SocialGalleryInterface socialGalleryInterface)
setSocialGalleryInterface in interface ProviderSwitchInterfacesocialGalleryInterface - public SocialCommentGalleryInterface getSocialCommentGalleryInterface()
getSocialCommentGalleryInterface in interface ProviderSwitchInterfacepublic void setSocialCommentGalleryInterface(SocialCommentGalleryInterface socialCommentGalleryInterface)
setSocialCommentGalleryInterface in interface ProviderSwitchInterfacesocialCommentGalleryInterface -
public List<SocialInformation> getSocialInformationsList(SocialInformationType socialInformationType,
String userId,
String classification,
Date begin,
Date end)
throws SocialNetworkException
getSocialInformationsList in interface ProviderSwitchInterfacesocialInformationType - userId - classification - begin - end -
SocialNetworkExceptionpublic SocialPublicationsInterface getSocialPublicationsInterface()
getSocialPublicationsInterface in interface ProviderSwitchInterfacepublic void setSocialPublicationsInterface(SocialPublicationsInterface socialPublicationsInterface)
setSocialPublicationsInterface in interface ProviderSwitchInterfacesocialPublicationsInterface - public SocialCommentPublicationsInterface getSocialCommentPublicationsInterface()
getSocialCommentPublicationsInterface in interface ProviderSwitchInterfacepublic void setSocialCommentPublicationsInterface(SocialCommentPublicationsInterface socialCommentPublicationsInterface)
setSocialCommentPublicationsInterface in interface ProviderSwitchInterfacesocialCommentPublicationsInterface - public SocialCommentQuickInfosInterface getSocialCommentQuickInfosInterface()
getSocialCommentQuickInfosInterface in interface ProviderSwitchInterfacepublic void setSocialCommentQuickInfosInterface(SocialCommentQuickInfosInterface socialCommentQuickInfosInterface)
setSocialCommentQuickInfosInterface in interface ProviderSwitchInterfacesocialCommentQuickInfosInterface - public SocialStatusInterface getSocialStatusInterface()
getSocialStatusInterface in interface ProviderSwitchInterfacepublic void setSocialStatusInterface(SocialStatusInterface socialStatusInterface)
setSocialStatusInterface in interface ProviderSwitchInterfacesocialStatusInterface - public void setSocialRelationShipsInterface(SocialRelationShipsInterface socialRelationShipsInterface)
setSocialRelationShipsInterface in interface ProviderSwitchInterfacesocialRelationShipsInterface - public SocialRelationShipsInterface getSocialRelationShipsInterface()
getSocialRelationShipsInterface in interface ProviderSwitchInterface
public List<SocialInformation> getSocialInformationsListOfMyContacts(SocialInformationType socialInformationType,
String myId,
List<String> myContactsIds,
Date begin,
Date end)
throws SilverpeasException
getSocialInformationsListOfMyContacts in interface ProviderSwitchInterfacesocialInformationType - myId - myContactsIds - the ids of my contactsbegin - end -
SilverpeasException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||