Uses of Class
org.silverpeas.core.contribution.publication.social.SocialInformationPublication
-
Packages that use SocialInformationPublication Package Description org.silverpeas.core.contribution.publication.dao org.silverpeas.core.contribution.publication.service -
-
Uses of SocialInformationPublication in org.silverpeas.core.contribution.publication.dao
Methods in org.silverpeas.core.contribution.publication.dao that return types with arguments of type SocialInformationPublication Modifier and Type Method Description static SilverpeasList<SocialInformationPublication>
PublicationDAO. getAllPublicationsIDbyUserid(Connection con, String userId, Date begin, Date end)
static List<SocialInformationPublication>
PublicationDAO. getSocialInformationsListOfMyContacts(Connection con, List<String> myContactsIds, List<String> options, Date begin, Date end)
-
Uses of SocialInformationPublication in org.silverpeas.core.contribution.publication.service
Methods in org.silverpeas.core.contribution.publication.service that return types with arguments of type SocialInformationPublication Modifier and Type Method Description List<SocialInformationPublication>
DefaultPublicationService. getAllPublicationsWithStatusbyUserid(String userId, Date begin, Date end)
get my list of SocialInformationPublication according to options and number of Item and the first IndexList<SocialInformationPublication>
PublicationService. getAllPublicationsWithStatusbyUserid(String userId, Date begin, Date end)
List<SocialInformationPublication>
DefaultPublicationService. getSocialInformationsListOfMyContacts(List<String> myContactsIds, List<String> options, Date begin, Date end)
Get list of SocialInformationPublication of my contacts according to options and number of Item and the first Index.List<SocialInformationPublication>
PublicationService. getSocialInformationsListOfMyContacts(List<String> myContactsIds, List<String> options, Date begin, Date end)
Get list of socialInformation of my contacts according to options and number of Item and the first Index
-