Class SocialInformationProviderSwitcher.SocialInfoContext
- java.lang.Object
-
- org.silverpeas.core.socialnetwork.provider.SocialInformationProviderSwitcher.SocialInfoContext
-
- Enclosing interface:
- SocialInformationProviderSwitcher
public static class SocialInformationProviderSwitcher.SocialInfoContext extends Object
-
-
Constructor Summary
Constructors Constructor Description SocialInfoContext(String userId, Period period)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getBeginDate()
String
getClassification()
List<String>
getContactIds()
Date
getEndDate()
String
getUserId()
SocialInformationProviderSwitcher.SocialInfoContext
withClassification(String classification)
SocialInformationProviderSwitcher.SocialInfoContext
withContactIds(List<String> contactIds)
-
-
-
Method Detail
-
withContactIds
public SocialInformationProviderSwitcher.SocialInfoContext withContactIds(List<String> contactIds)
-
withClassification
public SocialInformationProviderSwitcher.SocialInfoContext withClassification(String classification)
-
getUserId
public String getUserId()
-
getBeginDate
public Date getBeginDate()
-
getEndDate
public Date getEndDate()
-
getClassification
public String getClassification()
-
-