com.silverpeas.gallery.socialNetwork
Class SocialGallery
java.lang.Object
com.silverpeas.gallery.socialNetwork.SocialGallery
- All Implemented Interfaces:
- com.silverpeas.socialnetwork.provider.SocialGalleryInterface
public class SocialGallery
- extends Object
- implements com.silverpeas.socialnetwork.provider.SocialGalleryInterface
Method Summary |
List<com.silverpeas.socialnetwork.model.SocialInformation> |
getSocialInformationsList(String userId,
com.silverpeas.calendar.Date begin,
com.silverpeas.calendar.Date end)
get the my SocialInformationGallery according to number of Item and the first Index |
List<com.silverpeas.socialnetwork.model.SocialInformation> |
getSocialInformationsListOfMyContacts(String myId,
List<String> myContactsIds,
com.silverpeas.calendar.Date begin,
com.silverpeas.calendar.Date end)
get the SocialInformationGallery of my contatcs according to number of Item and the first Index |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialGallery
public SocialGallery()
getSocialInformationsList
public List<com.silverpeas.socialnetwork.model.SocialInformation> getSocialInformationsList(String userId,
com.silverpeas.calendar.Date begin,
com.silverpeas.calendar.Date end)
- get the my SocialInformationGallery according to number of Item and the first Index
- Specified by:
getSocialInformationsList
in interface com.silverpeas.socialnetwork.provider.SocialGalleryInterface
- Parameters:
userId
- begin
- end
-
- Returns:
- List
getSocialInformationsListOfMyContacts
public List<com.silverpeas.socialnetwork.model.SocialInformation> getSocialInformationsListOfMyContacts(String myId,
List<String> myContactsIds,
com.silverpeas.calendar.Date begin,
com.silverpeas.calendar.Date end)
throws com.stratelia.webactiv.util.exception.SilverpeasException
- get the SocialInformationGallery of my contatcs according to number of Item and the first Index
- Specified by:
getSocialInformationsListOfMyContacts
in interface com.silverpeas.socialnetwork.provider.SocialGalleryInterface
- Parameters:
myId
- myContactsIds
- begin
- end
-
- Returns:
- List
- Throws:
com.stratelia.webactiv.util.exception.SilverpeasException
Copyright © 2016 Silverpeas. All Rights Reserved.