|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork.ActionSupport
com.atlassian.crowd.console.action.BaseAction
com.atlassian.crowd.console.action.AbstractBrowser<T>
public abstract class AbstractBrowser<T>
| Field Summary | |
|---|---|
protected java.util.List<T> |
results
Results listObjects. |
protected int |
resultsPerPage
Results per page. |
protected int |
resultsStart
Results start. |
| Fields inherited from class com.atlassian.crowd.console.action.BaseAction |
|---|
actionMessageAlertColor, ALERT_BLUE, ALERT_GREEN, ALERT_RED, ALERT_YELLOW, applicationManager, applicationService, clientProperties, crowdLicenseManager, directoryManager, initialLoad, logger, propertyManager, tab, tokenAuthenticationManager |
| Fields inherited from class com.opensymphony.xwork.ActionSupport |
|---|
LOG |
| Fields inherited from interface com.opensymphony.xwork.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
AbstractBrowser()
|
|
| Method Summary | |
|---|---|
int |
getNextResultsStart()
Gets the next results start. |
int |
getPreviousResultsStart()
Gets the previous results start. |
java.util.List<T> |
getResults()
|
int |
getResultsPerPage()
Gets the results per page. |
int |
getResultsStart()
Gets the results start. |
void |
setResults(java.util.List<T> results)
|
void |
setResultsPerPage(int resultsPerPage)
Sets the results per page. |
void |
setResultsStart(int resultsStart)
Sets the results start. |
| Methods inherited from class com.opensymphony.xwork.ActionSupport |
|---|
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int resultsStart
protected int resultsPerPage
protected java.util.List<T> results
| Constructor Detail |
|---|
public AbstractBrowser()
| Method Detail |
|---|
public int getResultsStart()
public void setResultsStart(int resultsStart)
resultsStart - the results start.public int getNextResultsStart()
public int getPreviousResultsStart()
public int getResultsPerPage()
public void setResultsPerPage(int resultsPerPage)
resultsPerPage - the results per page.public java.util.List<T> getResults()
public void setResults(java.util.List<T> results)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||