|
||||||||||
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 ProviderSwitchInterface
public void setSocialEventsInterface(SocialEventsInterface socialEventsInterface)
setSocialEventsInterface
in interface ProviderSwitchInterface
socialEventsInterface
- public SocialGalleryInterface getSocialGalleryInterface()
getSocialGalleryInterface
in interface ProviderSwitchInterface
public void setSocialGalleryInterface(SocialGalleryInterface socialGalleryInterface)
setSocialGalleryInterface
in interface ProviderSwitchInterface
socialGalleryInterface
- public SocialCommentGalleryInterface getSocialCommentGalleryInterface()
getSocialCommentGalleryInterface
in interface ProviderSwitchInterface
public void setSocialCommentGalleryInterface(SocialCommentGalleryInterface socialCommentGalleryInterface)
setSocialCommentGalleryInterface
in interface ProviderSwitchInterface
socialCommentGalleryInterface
- public List<SocialInformation> getSocialInformationsList(SocialInformationType socialInformationType, String userId, String classification, Date begin, Date end) throws SocialNetworkException
getSocialInformationsList
in interface ProviderSwitchInterface
socialInformationType
- userId
- classification
- begin
- end
-
SocialNetworkException
public SocialPublicationsInterface getSocialPublicationsInterface()
getSocialPublicationsInterface
in interface ProviderSwitchInterface
public void setSocialPublicationsInterface(SocialPublicationsInterface socialPublicationsInterface)
setSocialPublicationsInterface
in interface ProviderSwitchInterface
socialPublicationsInterface
- public SocialCommentPublicationsInterface getSocialCommentPublicationsInterface()
getSocialCommentPublicationsInterface
in interface ProviderSwitchInterface
public void setSocialCommentPublicationsInterface(SocialCommentPublicationsInterface socialCommentPublicationsInterface)
setSocialCommentPublicationsInterface
in interface ProviderSwitchInterface
socialCommentPublicationsInterface
- public SocialCommentQuickInfosInterface getSocialCommentQuickInfosInterface()
getSocialCommentQuickInfosInterface
in interface ProviderSwitchInterface
public void setSocialCommentQuickInfosInterface(SocialCommentQuickInfosInterface socialCommentQuickInfosInterface)
setSocialCommentQuickInfosInterface
in interface ProviderSwitchInterface
socialCommentQuickInfosInterface
- public SocialStatusInterface getSocialStatusInterface()
getSocialStatusInterface
in interface ProviderSwitchInterface
public void setSocialStatusInterface(SocialStatusInterface socialStatusInterface)
setSocialStatusInterface
in interface ProviderSwitchInterface
socialStatusInterface
- public void setSocialRelationShipsInterface(SocialRelationShipsInterface socialRelationShipsInterface)
setSocialRelationShipsInterface
in interface ProviderSwitchInterface
socialRelationShipsInterface
- 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 ProviderSwitchInterface
socialInformationType
- 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 |