Uses of Interface
org.spincast.website.models.NewsEntry
Package
Description
-
Uses of NewsEntry in org.spincast.website.models
-
Uses of NewsEntry in org.spincast.website.repositories
Modifier and TypeMethodDescriptionNewsRepository.getNewsEntry
(long newsId) Gets a specific news entry.TemplateFilesRepository.getNewsEntry
(long newsId) Modifier and TypeMethodDescriptionNewsRepository.getNewsEntries
(boolean ascOrder) Gets all the news entries.NewsRepository.getNewsEntries
(int startPos, int endPos, boolean ascOrder) Gets news entries.TemplateFilesRepository.getNewsEntries
(boolean ascOrder) TemplateFilesRepository.getNewsEntries
(int startPos, int endPos, boolean ascOrder) TemplateFilesRepository.getNewsEntriesById()
TemplateFilesRepository.getNewsEntriesLocal()
-
Uses of NewsEntry in org.spincast.website.services
Modifier and TypeMethodDescriptionNewsService.getNewsEntry
(long newsId) Gets a specific news entry.NewsServiceDefault.getNewsEntry
(long newsId) Modifier and TypeMethodDescriptionNewsService.getFeedNewsEntries()
Gets the news entries for the RSS feed.NewsServiceDefault.getFeedNewsEntries()
NewsService.getNewsEntries
(boolean ascOrder) Gets all the news entries.NewsServiceDefault.getNewsEntries
(boolean ascOrder)