Package org.silverpeas.core.web.look
Interface PublicationHelper
-
public interface PublicationHelper
- Author:
- ehugonnet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PublicationDetail>
getPublications(String spaceId, int nbPublis)
List<PublicationDetail>
getPublications(String spaceId, List<String> excluded, int nbPublis)
List<PublicationDetail>
getUpdatedPublications(String spaceId, int since, int nbPublis)
Get the last publications of a space updated since a specified date.void
setMainSessionController(MainSessionController mainSC)
-
-
-
Method Detail
-
getPublications
List<PublicationDetail> getPublications(String spaceId, int nbPublis)
-
getPublications
List<PublicationDetail> getPublications(String spaceId, List<String> excluded, int nbPublis)
-
getUpdatedPublications
List<PublicationDetail> getUpdatedPublications(String spaceId, int since, int nbPublis)
Get the last publications of a space updated since a specified date.- Parameters:
spaceId
- the id of the space.since
- the number of days to be taken into account. If 0 or negativ, no limit is taken.nbPublis
- the max number of publications returned.- Returns:
- the last publications of a space updated since a specified date.
-
setMainSessionController
void setMainSessionController(MainSessionController mainSC)
-
-