public abstract class AbstractJSONPaginedAction extends PollenActionSupport
| Modifier and Type | Field and Description |
|---|---|
protected String |
filters |
protected org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean |
pager |
SAFE_LANGUAGES, serviceContext, serviceFactory, transaction| Constructor and Description |
|---|
AbstractJSONPaginedAction() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getFilterObject() |
String |
getFilters() |
abstract Integer |
getPage() |
abstract Integer |
getRecords() |
abstract Integer |
getRows() |
String |
getSidx() |
abstract Integer |
getTotal() |
void |
setFilters(String filters) |
void |
setPage(Integer page) |
void |
setRows(Integer rows) |
void |
setSidx(String sidx) |
void |
setSord(String sord) |
addFlashError, addFlashMessage, addFlashWarning, clearFlashErrors, clearFlashMessages, getApplicationUrl, getApplicationVersion, getConfiguration, getCurrentDateTime, getCurrentUrl, getFavoriteService, getFlashErrors, getFlashMessages, getFlashWarnings, getJqueryTheme, getPageLogo, getParameters, getPollCommentService, getPollenApplicationContext, getPollenSession, getPollenUserAccount, getPollFeedService, getPollResultsService, getPollService, getPollUri, getPollUrlService, getPreventRuleService, getSafeLanguage, getSecurityService, getService, getServiceContext, getSkin, getTransaction, getUserSecurityContext, getUserService, getVoteCountingStrategy, getVoteCountingStrategyProvider, getVoteService, hasAnyErrors, hasFlashErrors, hasFlashMessages, hasFlashWarnings, isGetMethod, isUserAdmin, isUserLoggued, setParameters, setPollenUserSecurityContext, setServletRequestaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validateprotected org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager
protected String filters
public abstract Integer getRows()
public abstract Integer getPage()
public abstract Integer getTotal()
public abstract Integer getRecords()
public void setRows(Integer rows)
public void setPage(Integer page)
public void setSord(String sord)
public String getSidx()
public void setSidx(String sidx)
public String getFilters()
public void setFilters(String filters)
protected Object getFilterObject() throws org.apache.struts2.json.JSONException
org.apache.struts2.json.JSONExceptionCopyright © 2009-2012 CodeLutin. All Rights Reserved.