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:
WebInterface, ExternalUserManagementAware, MessageHolderAware, 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  PaginationSupport paginationSupport
           
protected  int startIndex
           
protected static java.lang.String TERM_DELIM_CHARS
           
 
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, messageHolder, 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
protected  java.lang.String appendWildcard(java.lang.String s)
           
 boolean canModifyGroups()
           
 boolean canRemove(com.atlassian.user.Group group)
           
 java.lang.String doAdd()
           
 java.lang.String doSearch()
           
 java.lang.String execute()
           
 PaginationSupport getPaginationSupport()
           
 int getResultsPerPage()
           
 java.util.List<com.atlassian.core.util.PairType> getResultsPerPageOptions()
           
 java.lang.String getSearchTerm()
           
 int getStartIndex()
           
 boolean isRemovable(com.atlassian.user.Group group)
           
 void setResultsPerPage(int resultsPerPage)
          Change the pageSize
 void setSearchEntitiesManager(SearchEntitiesManager searchEntitiesManager)
           
 void setSearchTerm(java.lang.String searchTerm)
           
 void setStartIndex(int startIndex)
           
 void setWritableDirectoryForGroupsExistsCriteria(DefaultWritableDirectoryForGroupsExistsCriteria writableDirectoryForGroupsExistsCriteria)
           
 void validate()
           
 
Methods inherited from class com.atlassian.confluence.user.actions.AbstractGroupAction
getGroup, getName, isPermitted, setName
 
Methods inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
addActionError, addActionMessage, addFieldError, addPermissionTypeTo, addToHistory, doDefault, formatFriendlyDate, getActionName, getActionName, getAuthenticatedUser, getBootstrapManager, getCancel, getCancelResult, getContext, getDateFormatSetting, getDateFormatter, getDefaultResourceBundle, getDocLink, getEventManager, getFriendlyDateFormatter, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageManager, getLanguageUserFriendly, getLocale, getLocaleManager, getLocaleString, getMessageHolder, getNiceContentType, getPermissionTypes, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPreviousLoginDate, getRemoteUser, getSession, getSystemInformationService, getText, getText, getText, getText, getTextStatic, getTextStatic, getTextStrict, getTimeZone, getUser, getUserAccessor, getUserByName, getUserFullName, getUserInterfaceState, getUserLocaleDefaultDatePattern, getUserProfilePicUrl, getWebInterfaceContext, getWebInterfaceManager, hasPermissionForSpace, isAnonymousUser, isCanceled, isDevMode, isEmailVisible, isExternalUserManagementEnabled, isLabelable, isPermissionCheck, isPermittedAsString, isPrintableVersion, isSharedMode, isUserStatusPluginEnabled, isUsingHSQL, setApiDateFormatService, setBootstrapManager, setCancel, setContentUiSupport, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setLoginManager, setMessageHolder, setPermissionCheck, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setSettingsManager, setSpacePermissionManager, setSystemInformationService, setUserAccessor, setWebInterfaceManager
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, 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

TERM_DELIM_CHARS

protected static final java.lang.String TERM_DELIM_CHARS
See Also:
Constant Field Values

paginationSupport

protected PaginationSupport paginationSupport

startIndex

protected int startIndex
Constructor Detail

BrowseGroupsAction

public BrowseGroupsAction()
Method Detail

validate

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

execute

public java.lang.String execute()
Specified by:
execute in interface com.opensymphony.xwork.Action
Overrides:
execute in class com.opensymphony.xwork.ActionSupport

doAdd

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

doSearch

public java.lang.String doSearch()

appendWildcard

protected java.lang.String appendWildcard(java.lang.String s)

getPaginationSupport

public PaginationSupport 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)

getResultsPerPage

public int getResultsPerPage()

setResultsPerPage

public void setResultsPerPage(int resultsPerPage)
Change the pageSize

Parameters:
resultsPerPage - Number to show per page

getResultsPerPageOptions

public java.util.List<com.atlassian.core.util.PairType> getResultsPerPageOptions()

canModifyGroups

public boolean canModifyGroups()

getStartIndex

public int getStartIndex()

setStartIndex

public void setStartIndex(int startIndex)

getSearchTerm

public java.lang.String getSearchTerm()

setSearchTerm

public void setSearchTerm(java.lang.String searchTerm)

setSearchEntitiesManager

public void setSearchEntitiesManager(SearchEntitiesManager searchEntitiesManager)

setWritableDirectoryForGroupsExistsCriteria

public void setWritableDirectoryForGroupsExistsCriteria(DefaultWritableDirectoryForGroupsExistsCriteria writableDirectoryForGroupsExistsCriteria)


Copyright © 2003-2014 Atlassian. All Rights Reserved.