Uses of Class
org.silverpeas.components.quickinfo.model.News
Packages that use News
Package
Description
-
Uses of News in org.silverpeas.components.quickinfo
Methods in org.silverpeas.components.quickinfo that return types with arguments of type NewsModifier and TypeMethodDescriptionNewsByStatus.getDrafts()NewsByStatus.getNoMoreVisibles()NewsByStatus.getNotYetVisibles()NewsByStatus.getVisibles()Constructor parameters in org.silverpeas.components.quickinfo with type arguments of type News -
Uses of News in org.silverpeas.components.quickinfo.model
Methods in org.silverpeas.components.quickinfo.model that return NewsModifier and TypeMethodDescriptionNews.Builder.build()Builds aNewsinstance from the properties that were previously set with this builder.DefaultQuickInfoService.copyNews(News newsToCopy, org.silverpeas.core.admin.component.model.PasteDetail pasteDetail) QuickInfoService.copyNews(News newsToCopy, org.silverpeas.core.admin.component.model.PasteDetail pasteDetail) Creating new news from an existing one.DefaultQuickInfoService.getNewsByForeignId(String foreignId) QuickInfoService.getNewsByForeignId(String id) Methods in org.silverpeas.components.quickinfo.model that return types with arguments of type NewsModifier and TypeMethodDescriptionDefaultQuickInfoService.getAllNews(String componentId) QuickInfoService.getAllNews(String componentId) DefaultQuickInfoService.getContributionById(org.silverpeas.core.contribution.model.ContributionIdentifier contributionId) QuickInfoService.getContributionById(org.silverpeas.core.contribution.model.ContributionIdentifier contributionId) DefaultQuickInfoService.getNewsForTicker(String userId) QuickInfoService.getNewsForTicker(String userId) DefaultQuickInfoService.getPlatformNews(String userId) QuickInfoService.getPlatformNews(String userId) DefaultQuickInfoService.getUnreadBlockingNews(String userId) QuickInfoService.getUnreadBlockingNews(String userId) DefaultQuickInfoService.getVisibleNews(String componentId) QuickInfoService.getVisibleNews(String componentId) Methods in org.silverpeas.components.quickinfo.model with parameters of type NewsModifier and TypeMethodDescriptionstatic News.BuilderGets a builder ofNewsinstances from data of another one.DefaultQuickInfoService.copyNews(News newsToCopy, org.silverpeas.core.admin.component.model.PasteDetail pasteDetail) QuickInfoService.copyNews(News newsToCopy, org.silverpeas.core.admin.component.model.PasteDetail pasteDetail) Creating new news from an existing one.voidDefaultQuickInfoService.update(News news, List<org.silverpeas.core.pdc.pdc.model.PdcPosition> positions, Collection<org.silverpeas.core.io.upload.UploadedFile> uploadedFiles, boolean forcePublishing) voidQuickInfoService.update(News news, List<org.silverpeas.core.pdc.pdc.model.PdcPosition> positions, Collection<org.silverpeas.core.io.upload.UploadedFile> uploadedFiles, boolean forcePublishing) Constructors in org.silverpeas.components.quickinfo.model with parameters of type News -
Uses of News in org.silverpeas.components.quickinfo.notification
Methods in org.silverpeas.components.quickinfo.notification with parameters of type NewsModifier and TypeMethodDescriptionprotected NewsEventNewsEventNotifier.createResourceEventFrom(org.silverpeas.core.notification.system.ResourceEvent.Type type, News... resource) protected voidAbstractNewsUserNotification.performNotificationResource(String language, News resource, org.silverpeas.core.notification.user.model.NotificationResourceData notificationResourceData) protected voidAbstractNewsUserNotification.performTemplateData(String language, News resource, org.silverpeas.core.template.SilverpeasTemplate template) booleanInitialize the reminder for the given news if possible.Constructors in org.silverpeas.components.quickinfo.notification with parameters of type NewsModifierConstructorDescriptionprotectedAbstractNewsUserNotification(News resource, org.silverpeas.core.notification.user.client.constant.NotifAction action) NewsManualUserNotification(News resource, org.silverpeas.core.admin.user.model.User sender) QuickInfoSubscriptionUserNotification(News resource, org.silverpeas.core.notification.user.client.constant.NotifAction action) -
Uses of News in org.silverpeas.components.quickinfo.repository
Methods in org.silverpeas.components.quickinfo.repository that return NewsMethods in org.silverpeas.components.quickinfo.repository that return types with arguments of type NewsModifier and TypeMethodDescriptionNewsRepository.getBlockingNews()NewsRepository.getByComponentId(String componentId) NewsRepository.getByComponentIds(List<String> componentIds) NewsRepository.getTickerNews() -
Uses of News in org.silverpeas.components.quickinfo.service
Methods in org.silverpeas.components.quickinfo.service with parameters of type News