Uses of Class
usecase.section.SectionPage
-
Packages that use SectionPage Package Description usecase.section Package contenente la logica relativa alle sezioni -
-
Uses of SectionPage in usecase.section
Methods in usecase.section that return SectionPage Modifier and Type Method Description SectionPage
SectionService. getSection(@NotNull String sectionName)
Ritorna un entità sezione con un nome specificoSectionPage
SectionService. showSection(int id)
Ritorna un entità sezione dato un certo idMethods in usecase.section that return types with arguments of type SectionPage Modifier and Type Method Description Map<Integer,SectionPage>
SectionService. getSectionsMap()
Ritorna una mappa di tutte le sezioni esistentiList<SectionPage>
SectionService. getTopSections()
Ritorna una lista delle sezioni con più followsList<SectionPage>
SectionService. getTrendingSections()
Ritorna una lista delle sezioni con più follows negli ultimi 7 giorniList<SectionPage>
SectionService. showSections()
Ritorna una lista di tutte le sezioni esistenti
-