Uses of Interface
org.spincast.website.models.NewsEntriesAndTotalNbr
Packages that use NewsEntriesAndTotalNbr
-
Uses of NewsEntriesAndTotalNbr in org.spincast.website.repositories
Methods in org.spincast.website.repositories that return NewsEntriesAndTotalNbrModifier and TypeMethodDescriptionNewsRepository.getNewsEntriesAndTotalNbr(int startPos, int endPos, boolean ascOrder) Gets news entries and the number total of entries in the data source.TemplateFilesRepository.getNewsEntriesAndTotalNbr(int startPos, int endPos, boolean ascOrder) -
Uses of NewsEntriesAndTotalNbr in org.spincast.website.services
Methods in org.spincast.website.services that return NewsEntriesAndTotalNbrModifier and TypeMethodDescriptionNewsService.getNewsEntries(int startPos, int endPos, boolean ascOrder) Gets news entries.NewsServiceDefault.getNewsEntries(int startPos, int endPos, boolean ascOrder)