|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProviderSwitchInterface
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 the ids of my contacts |
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 ) |
Method Detail |
---|
List<SocialInformation> getSocialInformationsList(SocialInformationType socialInformationType, String userId, String classification, Date begin, Date end) throws SilverpeasException
socialInformationType
- userId
- classification
- begin
- end
-
SilverpeasException
List<SocialInformation> getSocialInformationsListOfMyContacts(SocialInformationType socialInformationType, String myId, List<String> myContactsIds, Date begin, Date end) throws SilverpeasException
socialInformationType
- myId
- myContactsIds
- the ids of my contactsbegin
- end
-
SilverpeasException
SocialEventsInterface getSocialEventsInterface()
void setSocialEventsInterface(SocialEventsInterface socialEventsInterface)
socialEventsInterface
- SocialGalleryInterface getSocialGalleryInterface()
void setSocialGalleryInterface(SocialGalleryInterface socialGalleryInterface)
socialGalleryInterface
- SocialCommentGalleryInterface getSocialCommentGalleryInterface()
void setSocialCommentGalleryInterface(SocialCommentGalleryInterface socialCommentGalleryInterface)
socialCommentGalleryInterface
- SocialPublicationsInterface getSocialPublicationsInterface()
void setSocialPublicationsInterface(SocialPublicationsInterface socialPublicationsInterface)
socialPublicationsInterface
- SocialCommentPublicationsInterface getSocialCommentPublicationsInterface()
void setSocialCommentPublicationsInterface(SocialCommentPublicationsInterface socialCommentPublicationsInterface)
socialCommentPublicationsInterface
- SocialCommentQuickInfosInterface getSocialCommentQuickInfosInterface()
void setSocialCommentQuickInfosInterface(SocialCommentQuickInfosInterface socialCommentQuickInfosInterface)
socialCommentQuickInfosInterface
- SocialStatusInterface getSocialStatusInterface()
void setSocialStatusInterface(SocialStatusInterface socialStatusInterface)
socialStatusInterface
- SocialRelationShipsInterface getSocialRelationShipsInterface()
void setSocialRelationShipsInterface(SocialRelationShipsInterface socialRelationShipsInterface)
socialRelationShipsInterface
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |