com.atlassian.confluence.user.actions
Class BrowseGroupsAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.atlassian.confluence.core.ConfluenceActionSupport
          extended by com.atlassian.confluence.user.actions.AbstractGroupAction
              extended by com.atlassian.confluence.user.actions.BrowseGroupsAction
All Implemented Interfaces:
Administrative, WebInterface, ExternalUserManagementAware, com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, java.io.Serializable

public class BrowseGroupsAction
extends AbstractGroupAction

See Also:
Serialized Form

Field Summary
protected static int GROUPS_PER_PAGE
           
protected  PagerPaginationSupport paginationSupport
           
protected  int startIndex
           
 
Fields inherited from class com.atlassian.confluence.user.actions.AbstractGroupAction
groups, name
 
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, log, permissionManager, permitted, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
BrowseGroupsAction()
           
 
Method Summary
 boolean canRemove(com.atlassian.user.Group group)
           
 java.lang.String doAdd()
           
 PagerPaginationSupport getPaginationSupport()
           
 int getStartIndex()
           
 boolean isRemovable(com.atlassian.user.Group group)
           
 void setStartIndex(int startIndex)
           
 void validate()
           
 
Methods inherited from class com.atlassian.confluence.user.actions.AbstractGroupAction
getGroup, getGroups, getName, setName
 
Methods inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
addActionError, addFieldError, addPermissionTypeTo, addToHistory, doDefault, formatFriendlyDate, getActionName, getActionName, getBootstrapManager, getCancelResult, getDateFormatter, getDefaultResourceBundle, getEventManager, getFriendlyDateFormatter, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageManager, getLanguageUserFriendly, getLocale, getLocaleManager, getLocaleString, getNiceContentType, getPermissionTypes, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPreviousLoginDate, getRandom, getRemoteUser, getSession, getText, getText, getText, getText, getTextStatic, getTextStatic, getTextStrict, getTimeZone, getUser, getUserAccessor, getUserFullName, getUserInterfaceState, getWebInterfaceContext, getWebInterfaceManager, hasPermissionForSpace, isAnonymousUser, isCanceled, isDevMode, isEmailVisible, isExternalUserManagementEnabled, isLabelable, isPermissionCheck, isPermitted, isPermittedAsString, isPrintableVersion, isSharedMode, isUserStatusPluginEnabled, isUsingHSQL, setBootstrapManager, setCancel, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setPermissionCheck, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setSettingsManager, setSpacePermissionManager, setUserAccessor, setWebInterfaceManager
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUPS_PER_PAGE

protected static final int GROUPS_PER_PAGE
See Also:
Constant Field Values

paginationSupport

protected PagerPaginationSupport paginationSupport

startIndex

protected int startIndex
Constructor Detail

BrowseGroupsAction

public BrowseGroupsAction()
Method Detail

validate

public void validate()
Specified by:
validate in interface com.opensymphony.xwork.Validateable
Overrides:
validate in class com.opensymphony.xwork.ActionSupport

doAdd

public java.lang.String doAdd()
                       throws java.lang.Exception
Throws:
java.lang.Exception

getPaginationSupport

public PagerPaginationSupport getPaginationSupport()

canRemove

public boolean canRemove(com.atlassian.user.Group group)
Returns:
true if the group is a local group that can be removed and the currently logged in user has sufficient permissions to remove the group

isRemovable

public boolean isRemovable(com.atlassian.user.Group group)

getStartIndex

public int getStartIndex()

setStartIndex

public void setStartIndex(int startIndex)


Copyright © 2003-2010 Atlassian. All Rights Reserved.