Uses of Interface
org.silverpeas.core.socialnetwork.model.SocialInformation
-
-
Uses of SocialInformation in org.silverpeas.core.comment.socialnetwork
Classes in org.silverpeas.core.comment.socialnetwork that implement SocialInformation Modifier and Type Class Description class
SocialInformationComment
Methods in org.silverpeas.core.comment.socialnetwork that return types with arguments of type SocialInformation Modifier and Type Method Description List<SocialInformation>
SocialPublicationComment. getSocialInformationList(String userId, Date begin, Date end)
List<SocialInformation>
SocialPublicationComment. getSocialInformationListOfMyContacts(String myId, List<String> myContactsIds, Date begin, Date end)
-
Uses of SocialInformation in org.silverpeas.core.contribution.publication.social
Classes in org.silverpeas.core.contribution.publication.social that implement SocialInformation Modifier and Type Class Description class
SocialInformationPublication
Methods in org.silverpeas.core.contribution.publication.social that return types with arguments of type SocialInformation Modifier and Type Method Description List<SocialInformation>
SocialPublications. getSocialInformationList(String userId, Date begin, Date end)
List<SocialInformation>
SocialPublications. getSocialInformationListOfMyContacts(String myId, List<String> myContactsIds, Date begin, Date end)
-
Uses of SocialInformation in org.silverpeas.core.personalorganizer.socialnetwork
Classes in org.silverpeas.core.personalorganizer.socialnetwork that implement SocialInformation Modifier and Type Class Description class
SocialInformationEvent
Methods in org.silverpeas.core.personalorganizer.socialnetwork that return types with arguments of type SocialInformation Modifier and Type Method Description List<SocialInformation>
SocialEvent. getSocialInformationList(String userId, Date begin, Date end)
List<SocialInformation>
SocialEvent. getSocialInformationsList(String userId, String classification, Date begin, Date end)
-
Uses of SocialInformation in org.silverpeas.core.socialnetwork.model
Classes in org.silverpeas.core.socialnetwork.model that implement SocialInformation Modifier and Type Class Description class
AbstractSocialInformation
Methods in org.silverpeas.core.socialnetwork.model with parameters of type SocialInformation Modifier and Type Method Description protected int
AbstractSocialInformation. compareByUrl(SocialInformation socialInfo)
int
AbstractSocialInformation. compareTo(SocialInformation socialInfo)
Indicates whether some other SocialInformation date is before the date of this one. -
Uses of SocialInformation in org.silverpeas.core.socialnetwork.provider
-
Uses of SocialInformation in org.silverpeas.core.socialnetwork.relationship
Classes in org.silverpeas.core.socialnetwork.relationship that implement SocialInformation Modifier and Type Class Description class
SocialInformationRelationShip
Methods in org.silverpeas.core.socialnetwork.relationship that return types with arguments of type SocialInformation Modifier and Type Method Description List<SocialInformation>
RelationShipDao. getAllMyRelationShips(Connection con, String userId, Date begin, Date end)
Gets from the data source all the social information that were emitted between the two specified dates and that are about the relationships of the relationships of the specified user.List<SocialInformation>
RelationShipService. getAllMyRelationShips(String userId, Date begin, Date end)
List<SocialInformation>
RelationShipService. getAllRelationShipsOfContacts(List<String> myContactsIds, Date begin, Date end)
List<SocialInformation>
SocialRelationShips. getSocialInformationList(String userId, Date begin, Date end)
List<SocialInformation>
SocialRelationShips. getSocialInformationListOfMyContacts(String myId, List<String> myContactsIds, Date begin, Date end)
-
Uses of SocialInformation in org.silverpeas.core.socialnetwork.status
Classes in org.silverpeas.core.socialnetwork.status that implement SocialInformation Modifier and Type Class Description class
SocialInformationStatus
Methods in org.silverpeas.core.socialnetwork.status that return types with arguments of type SocialInformation Modifier and Type Method Description List<SocialInformation>
StatusDao. getAllStatus(Connection connection, int userId, Date begin, Date end)
List<SocialInformation>
StatusService. getAllStatus(int userId, Date begin, Date end)
List<SocialInformation>
SocialStatus. getSocialInformationList(String userid, Date begin, Date end)
List<SocialInformation>
SocialStatus. getSocialInformationListOfMyContacts(String myId, List<String> myContactsIds, Date begin, Date end)
-
Uses of SocialInformation in org.silverpeas.core.web.calendar.socialnetwork
Classes in org.silverpeas.core.web.calendar.socialnetwork that implement SocialInformation Modifier and Type Class Description class
CalendarEventOccurrenceSocialInformation
-
Uses of SocialInformation in org.silverpeas.web.socialnetwork.myprofil.control
Methods in org.silverpeas.web.socialnetwork.myprofil.control that return types with arguments of type SocialInformation Modifier and Type Method Description Map<Date,List<SocialInformation>>
SocialNetworkService. getSocialInformation(SocialInformationType type, Period period)
get my wall : the List of my social information according to the type of social informationMap<Date,List<SocialInformation>>
SocialNetworkService. getSocialInformationOfMyContact(String myContactId, SocialInformationType type, Period period)
get my contact wall : the List of social information of the contacts of user in parameter, according to the type of social informationMap<Date,List<SocialInformation>>
SocialNetworkService. getSocialInformationOfMyContacts(SocialInformationType type, Period period)
get my feed : the List of my social information and those of my contacts, according to the type of social informationList<SocialInformation>
SocialInformationService. getSocialInformationsList(SocialInformationType socialInformationType, String userId, String classification, Period period)
get the List of social Information of my according the type of social information and the UserIdList<SocialInformation>
SocialInformationService. getSocialInformationsListOfMyContact(SocialInformationType socialInformationType, String myId, List<String> myContactIds, Period period)
get the List of social Information of my according the type of social information and the UserId -
Uses of SocialInformation in org.silverpeas.web.usercalendar.socialnetwork
Methods in org.silverpeas.web.usercalendar.socialnetwork that return types with arguments of type SocialInformation Modifier and Type Method Description List<SocialInformation>
DefaultUserCalendarEventOccurrenceSocialProvider. getLastSocialInformationsListOfMyContacts(String userId, List<String> myContactsIds, Date begin, Date end)
List<SocialInformation>
DefaultUserCalendarEventOccurrenceSocialProvider. getMyLastSocialInformationsList(String userId, Date begin, Date end)
List<SocialInformation>
DefaultUserCalendarEventOccurrenceSocialProvider. getSocialInformationList(String userId, Date begin, Date end)
List<SocialInformation>
DefaultUserCalendarEventOccurrenceSocialProvider. getSocialInformationListOfMyContacts(String userId, List<String> myContactsIds, Date begin, Date end)
List<SocialInformation>
DefaultUserCalendarEventOccurrenceSocialProvider. getSocialInformationsList(String userId, String classification, Date begin, Date end)
-