Class AbstractEntityPagerSupport

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.admin.user.AbstractEntityPagerSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable
Direct Known Subclasses:
SearchUserAction

public class AbstractEntityPagerSupport extends BambooActionSupport
See Also:
  • Field Details

    • paginationSupport

      protected bucket.core.actions.PagerPaginationSupport paginationSupport
  • Constructor Details

    • AbstractEntityPagerSupport

      public AbstractEntityPagerSupport()
    • AbstractEntityPagerSupport

      public AbstractEntityPagerSupport(int itemsPerPage)
  • Method Details

    • isTryNext

      public boolean isTryNext()
    • setTryNext

      public void setTryNext(boolean tryNext)
    • getStartIndex

      public int getStartIndex()
    • setStartIndex

      public void setStartIndex(int startIndex)
    • getPaginationSupport

      public bucket.core.actions.PagerPaginationSupport getPaginationSupport()