Interface PagedTrs
- All Known Implementing Classes:
InmemPagedTrs
public interface PagedTrs
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getBaseResource
(Integer page) Get a page from the paged BasegetChangeLog
(Integer page) Get a ChangeLog page
-
Method Details
-
getBaseResource
Get a page from the paged Base- Parameters:
page
- Base page number- Returns:
- Base resource with the populated Page
-
getChangeLog
Get a ChangeLog page- Parameters:
page
- ChangeLog page number- Returns:
- ChangeLog page with the populated link to the previous ChangeLog page.
-
getChangeLogLast
ChangeLog getChangeLogLast() -
basePageCount
int basePageCount()- Returns:
- number of the Base pages
-
changelogPageCount
int changelogPageCount()- Returns:
- number of the ChangeLog pages
-