public class ListQueryParameterObject extends AuthorizationCheck
Modifier and Type | Field and Description |
---|---|
protected String |
databaseType |
protected int |
firstResult |
protected int |
maxResults |
protected String |
orderBy |
protected Object |
parameter |
authDefaultPerm, authGroupIds, authPerms, authResourceId, authResourceIdQueryParam, authResourceType, authUserId, isAuthorizationCheckEnabled
Constructor and Description |
---|
ListQueryParameterObject() |
ListQueryParameterObject(Object parameter,
int firstResult,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseType() |
int |
getFirstResult() |
int |
getFirstRow() |
int |
getLastRow() |
int |
getMaxResults() |
String |
getOrderBy() |
Object |
getParameter() |
void |
setDatabaseType(String databaseType) |
void |
setFirstResult(int firstResult) |
void |
setMaxResults(int maxResults) |
void |
setOrderBy(String orderBy) |
void |
setParameter(Object parameter) |
getAuthDefaultPerm, getAuthGroupIds, getAuthPerms, getAuthResourceId, getAuthResourceIdQueryParam, getAuthResourceType, getAuthUserId, isAuthorizationCheckEnabled, setAuthDefaultPerm, setAuthGroupIds, setAuthorizationCheckEnabled, setAuthPerms, setAuthResourceId, setAuthResourceIdQueryParam, setAuthResourceType, setAuthUserId
protected int maxResults
protected int firstResult
protected String orderBy
protected Object parameter
protected String databaseType
public ListQueryParameterObject()
public ListQueryParameterObject(Object parameter, int firstResult, int maxResults)
public int getFirstResult()
public int getFirstRow()
public int getLastRow()
public int getMaxResults()
public Object getParameter()
public void setFirstResult(int firstResult)
public void setMaxResults(int maxResults)
public void setParameter(Object parameter)
public String getOrderBy()
public void setDatabaseType(String databaseType)
public String getDatabaseType()
public void setOrderBy(String orderBy)
Copyright © 2015. All rights reserved.