Uses of Class
org.silverpeas.components.delegatednews.model.DelegatedNews
Packages that use DelegatedNews
Package
Description
-
Uses of DelegatedNews in org.silverpeas.components.delegatednews.dao
Methods in org.silverpeas.components.delegatednews.dao that return types with arguments of type DelegatedNewsModifier and TypeMethodDescriptionDelegatedNewsJpaRepository.findAllOrderedNews()DelegatedNewsRepository.findAllOrderedNews()DelegatedNewsJpaRepository.findByStatus(String status) DelegatedNewsRepository.findByStatus(String status) -
Uses of DelegatedNews in org.silverpeas.components.delegatednews.notification
Methods in org.silverpeas.components.delegatednews.notification with parameters of type DelegatedNewsModifier and TypeMethodDescriptionprotected StringDelegatedNewsToValidateNotification.getResourceURL(DelegatedNews delegatedNews) protected voidDelegatedNewsDeniedNotification.perform(DelegatedNews resource) protected voidDelegatedNewsDeniedNotification.performTemplateData(String language, DelegatedNews resource, org.silverpeas.core.template.SilverpeasTemplate template) Constructors in org.silverpeas.components.delegatednews.notification with parameters of type DelegatedNewsModifierConstructorDescriptionDelegatedNewsDeniedNotification(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 DelegatedNewsModifier and TypeMethodDescriptionDelegatedNewsService.getDelegatedNews(String contributionId) Gets the delegated news matching the specified contribution.DelegatedNewsServiceImpl.getDelegatedNews(String contributionId) DelegatedNewsService.updateOrderDelegatedNews(String contributionId, int newsOrder) Updates the order of the specified delegated news among the other news.DelegatedNewsServiceImpl.updateOrderDelegatedNews(String contributionId, int newsOrder) Methods in org.silverpeas.components.delegatednews.service that return types with arguments of type DelegatedNewsModifier and TypeMethodDescriptionDelegatedNewsService.getAllDelegatedNews()Gets all the delegated news.DelegatedNewsServiceImpl.getAllDelegatedNews()DelegatedNewsService.getAllValidDelegatedNews()Gets all the validated delegated news.DelegatedNewsServiceImpl.getAllValidDelegatedNews()DelegatedNewsService.getDelegatedNews(Collection<String> contributionIds) Gets the delegated news matching the specified contribution.DelegatedNewsServiceImpl.getDelegatedNews(Collection<String> contributionIds)