Uses of Class
org.silverpeas.components.delegatednews.model.DelegatedNews
-
Packages that use DelegatedNews Package Description org.silverpeas.components.delegatednews.dao org.silverpeas.components.delegatednews.notification org.silverpeas.components.delegatednews.service -
-
Uses of DelegatedNews in org.silverpeas.components.delegatednews.dao
Methods in org.silverpeas.components.delegatednews.dao that return types with arguments of type DelegatedNews Modifier and Type Method Description List<DelegatedNews>
DelegatedNewsJpaRepository. findAllOrderedNews()
List<DelegatedNews>
DelegatedNewsRepository. findAllOrderedNews()
List<DelegatedNews>
DelegatedNewsJpaRepository. findByStatus(String status)
List<DelegatedNews>
DelegatedNewsRepository. findByStatus(String status)
-
Uses of DelegatedNews in org.silverpeas.components.delegatednews.notification
Methods in org.silverpeas.components.delegatednews.notification with parameters of type DelegatedNews Modifier and Type Method Description protected String
DelegatedNewsToValidateNotification. getResourceURL(DelegatedNews delegatedNews)
protected void
DelegatedNewsDeniedNotification. perform(DelegatedNews resource)
protected void
DelegatedNewsDeniedNotification. performTemplateData(String language, DelegatedNews resource, org.silverpeas.core.template.SilverpeasTemplate template)
Constructors in org.silverpeas.components.delegatednews.notification with parameters of type DelegatedNews Constructor Description DelegatedNewsDeniedNotification(DelegatedNews delegatedNews, org.silverpeas.core.admin.user.model.User user, String reasonForRefusal)
DelegatedNewsToValidateNotification(DelegatedNews delegatedNews, org.silverpeas.core.admin.user.model.User user, String[] usersToBeNotified, String delegatedNewsComponentId)
DelegatedNewsValidationNotification(DelegatedNews delegatedNews, org.silverpeas.core.admin.user.model.User user)
-
Uses of DelegatedNews in org.silverpeas.components.delegatednews.service
Methods in org.silverpeas.components.delegatednews.service that return DelegatedNews Modifier and Type Method Description DelegatedNews
DelegatedNewsService. getDelegatedNews(String contributionId)
Gets the delegated news matching the specified contribution.DelegatedNews
DelegatedNewsServiceImpl. getDelegatedNews(String contributionId)
DelegatedNews
DelegatedNewsService. updateOrderDelegatedNews(String contributionId, int newsOrder)
Updates the order of the specified delegated news among the other news.DelegatedNews
DelegatedNewsServiceImpl. updateOrderDelegatedNews(String contributionId, int newsOrder)
Methods in org.silverpeas.components.delegatednews.service that return types with arguments of type DelegatedNews Modifier and Type Method Description List<DelegatedNews>
DelegatedNewsService. getAllDelegatedNews()
Gets all the delegated news.List<DelegatedNews>
DelegatedNewsServiceImpl. getAllDelegatedNews()
List<DelegatedNews>
DelegatedNewsService. getAllValidDelegatedNews()
Gets all the validated delegated news.List<DelegatedNews>
DelegatedNewsServiceImpl. getAllValidDelegatedNews()
List<DelegatedNews>
DelegatedNewsService. getDelegatedNews(Collection<String> contributionIds)
Gets the delegated news matching the specified contribution.List<DelegatedNews>
DelegatedNewsServiceImpl. getDelegatedNews(Collection<String> contributionIds)
-