public class UserAPIPagination
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static UserAPIPagination |
instance |
Constructor and Description |
---|
UserAPIPagination() |
UserAPIPagination(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
CuicServer |
getCuicServer() |
void |
setCuicServer(CuicServer api) |
TabularReport |
userAPIgetPage(java.lang.String reportName,
ReportContext rc,
Query query,
SortCriteria[] sort,
int startIndex,
int endIndex) |
int |
userAPIgetRowCount(java.lang.String reportName,
ReportContext rc,
Query query,
SortCriteria sort) |
public static UserAPIPagination instance
public UserAPIPagination()
public UserAPIPagination(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public TabularReport userAPIgetPage(java.lang.String reportName, ReportContext rc, Query query, SortCriteria[] sort, int startIndex, int endIndex) throws java.lang.Exception
java.lang.Exception
public int userAPIgetRowCount(java.lang.String reportName, ReportContext rc, Query query, SortCriteria sort) throws java.lang.Exception
java.lang.Exception