Package dev.dsf.fhir.search
Class PageAndCount
java.lang.Object
dev.dsf.fhir.search.PageAndCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()intgetLastPage(int total) intgetPage()intintgetSql()booleanisCountOnly(int total) booleanisLastPage(int total)
-
Constructor Details
-
PageAndCount
public PageAndCount(int page, int count)
-
-
Method Details
-
getSql
-
isCountOnly
public boolean isCountOnly(int total) -
getPage
public int getPage() -
getCount
public int getCount() -
getPageStart
public int getPageStart() -
getPageEnd
public int getPageEnd() -
isLastPage
public boolean isLastPage(int total) -
getLastPage
public int getLastPage(int total)
-