com.silverpeas.socialnetwork.status
Class SocialStatus

java.lang.Object
  extended by com.silverpeas.socialnetwork.status.SocialStatus
All Implemented Interfaces:
SocialStatusInterface

public class SocialStatus
extends Object
implements SocialStatusInterface


Constructor Summary
SocialStatus()
           
 
Method Summary
 List<SocialInformation> getSocialInformationsList(String userid, Date begin, Date end)
          Get list of my socialInformationStatus according to number of Item and the first Index
 List<SocialInformation> getSocialInformationsListOfMyContacts(List<String> myContactsIds, Date begin, Date end)
          Get list of socialInformationStatus of my contacts 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
 

Constructor Detail

SocialStatus

public SocialStatus()
Method Detail

getSocialInformationsList

public List<SocialInformation> getSocialInformationsList(String userid,
                                                         Date begin,
                                                         Date end)
Get list of my socialInformationStatus according to number of Item and the first Index

Specified by:
getSocialInformationsList in interface SocialStatusInterface
Parameters:
userid -
nbElement -
firstIndex -
Returns:
List

getSocialInformationsListOfMyContacts

public List<SocialInformation> getSocialInformationsListOfMyContacts(List<String> myContactsIds,
                                                                     Date begin,
                                                                     Date end)
Get list of socialInformationStatus of my contacts according to number of Item and the first Index

Specified by:
getSocialInformationsListOfMyContacts in interface SocialStatusInterface
Parameters:
myContactsIds -
numberOfElement -
firstIndex -
Returns:
List


Copyright © 2016 Silverpeas. All Rights Reserved.