com.silverpeas.socialnetwork.myProfil.control
Class ProviderService

java.lang.Object
  extended by com.silverpeas.socialnetwork.myProfil.control.ProviderService

public class ProviderService
extends Object

Author:
Bensalem Nabil;

Constructor Summary
ProviderService()
           
 
Method Summary
 List<SocialInformation> getSocialInformationsList(SocialInformationType socialInformationType, String userId, String classification, Date begin, Date end)
          get the List of social Information of my according the type of social information and the UserId
 List<SocialInformation> getSocialInformationsListOfMyContact(SocialInformationType socialInformationType, String myId, List<String> myContactIds, Date begin, Date end)
          get the List of social Information of my according the type of social information and the UserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderService

public ProviderService()
Method Detail

getSocialInformationsList

public List<SocialInformation> getSocialInformationsList(SocialInformationType socialInformationType,
                                                         String userId,
                                                         String classification,
                                                         Date begin,
                                                         Date end)
get the List of social Information of my according the type of social information and the UserId

Parameters:
socialInformationType -
userId -
classification -
nbElements -
firstIndex -

getSocialInformationsListOfMyContact

public List<SocialInformation> getSocialInformationsListOfMyContact(SocialInformationType socialInformationType,
                                                                    String myId,
                                                                    List<String> myContactIds,
                                                                    Date begin,
                                                                    Date end)
get the List of social Information of my according the type of social information and the UserId

Parameters:
socialInformationType -
myId -
myContactIds -
nbElements -
firstIndex -


Copyright © 2016 Silverpeas. All Rights Reserved.