Uses of Interface
NTNU.IDATT1002.service.PageableService
| Package | Description |
|---|---|
| NTNU.IDATT1002.controllers |
Controllers providing interaction with views and services.
|
| NTNU.IDATT1002.service |
Service classes providing high level behaviour,
connecting the controllers with the business logic.
|
-
Uses of PageableService in NTNU.IDATT1002.controllers
Methods in NTNU.IDATT1002.controllers that return PageableService Modifier and Type Method Description protected PageableService<Image>Explore. getService()Return anImageServiceto use inPaginatedContent.protected PageableService<Album>ExploreAlbums. getService()Return anAlbumServiceto use inPaginatedContent.protected abstract PageableService<T>PaginatedContent. getService() -
Uses of PageableService in NTNU.IDATT1002.service
Classes in NTNU.IDATT1002.service that implement PageableService Modifier and Type Class Description classAlbumServiceAlbum Service.classImageServiceImage service