com.atlassian.crowd.security.demo.action
Class AbstractBrowser

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.atlassian.crowd.security.demo.action.BaseAction
          extended by com.atlassian.crowd.security.demo.action.AbstractBrowser
All Implemented Interfaces:
com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, Serializable, Cloneable
Direct Known Subclasses:
BrowseGroups, BrowseUsers

public abstract class AbstractBrowser
extends BaseAction

See Also:
Serialized Form

Field Summary
protected  List results
          Results listObjects.
protected  int resultsPerPage
          Results per page.
protected  int resultsStart
          Results start.
 
Fields inherited from class com.atlassian.crowd.security.demo.action.BaseAction
authenticated, crowdClient, crowdHttpAuthenticator, logger, remoteUser, tab
 
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.
 List getResults()
           
 int getResultsPerPage()
          Gets the results per page.
 int getResultsStart()
          Gets the results start.
 void setResults(List results)
           
 void setResultsPerPage(int resultsPerPage)
          Sets the results per page.
 void setResultsStart(int resultsStart)
          Sets the results start.
 
Methods inherited from class com.atlassian.crowd.security.demo.action.BaseAction
doDefault, getCrowdClient, getCrowdHttpAuthenticator, getDisplayName, getRemoteUser, getSession, getTab, isAuthenticated, setCrowdClient, setCrowdHttpAuthenticator, setTab
 
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, 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

resultsStart

protected int resultsStart
Results start.


resultsPerPage

protected int resultsPerPage
Results per page.


results

protected List results
Results listObjects.

Constructor Detail

AbstractBrowser

public AbstractBrowser()
Method Detail

getResultsStart

public int getResultsStart()
Gets the results start.

Returns:
the results start.

setResultsStart

public void setResultsStart(int resultsStart)
Sets the results start.

Parameters:
resultsStart - the results start.

getNextResultsStart

public int getNextResultsStart()
Gets the next results start.

Returns:
the next results start.

getPreviousResultsStart

public int getPreviousResultsStart()
Gets the previous results start.

Returns:
the previous results start.

getResultsPerPage

public int getResultsPerPage()
Gets the results per page.

Returns:
the results per page.

setResultsPerPage

public void setResultsPerPage(int resultsPerPage)
Sets the results per page.

Parameters:
resultsPerPage - the results per page.

getResults

public List getResults()

setResults

public void setResults(List results)


Copyright © 2013 Atlassian. All Rights Reserved.