org.alfresco.web.bean.users
Class SpaceUsersBean

java.lang.Object
  extended by org.alfresco.web.bean.dialog.BaseDialogBean
      extended by org.alfresco.web.bean.users.UserMembersBean
          extended by org.alfresco.web.bean.users.SpaceUsersBean
All Implemented Interfaces:
java.io.Serializable, IContextListener, FilterViewSupport, IDialogBean

public class SpaceUsersBean
extends UserMembersBean

Concrete implementation providing access to users of the current space.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.alfresco.web.bean.users.UserMembersBean
UserMembersBean.PermissionWrapper
 
Field Summary
 
Fields inherited from class org.alfresco.web.bean.users.UserMembersBean
browseBean
 
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
isFinished, navigator, parameters
 
Constructor Summary
SpaceUsersBean()
           
 
Method Summary
protected  java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome)
          Performs the actual processing for the wizard.
 java.lang.Object getActionsContext()
          Returns the object to use as the context for the main and more actions that may be configured by the dialog
 java.lang.String getCancelButtonLabel()
          Returns the label to use for the cancel button
 java.lang.String getContainerSubTitle()
          Returns the subtitle to be used for the dialog
 java.lang.String getContainerTitle()
          Returns the title to be used for the dialog
 Node getNode()
          Returns the node that is being acted upon
 
Methods inherited from class org.alfresco.web.bean.users.UserMembersBean
addRole, areaChanged, cancel, contextUpdated, filterModeChanged, finishOK, getAuthorityService, getFilterItems, getFilterMode, getHasChangePermissions, getNodeService, getOwnableService, getOwner, getPermissionService, getPersonAuthority, getPersonName, getPersonRolesDataModel, getPersonService, getSearchService, getUsers, getUsersRichList, inheritPermissionsValueChanged, isInheritPermissions, removeOK, removeRole, roleListToString, setAuthorityService, setBrowseBean, setFilterMode, setInheritPermissions, setNodeService, setOwnableService, setPermissionService, setPersonAuthority, setPersonName, setPersonService, setSearchService, setupUserAction, setUsersRichList, spaceChanged
 
Methods inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getAdditionalButtons, getCheckOutCheckInService, getContainerDescription, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getRuleService, getTransactionService, init, isFinished, restored, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceUsersBean

public SpaceUsersBean()
Method Detail

getNode

public Node getNode()
Description copied from class: UserMembersBean
Returns the node that is being acted upon

Specified by:
getNode in class UserMembersBean
Returns:
The space to work against

finishImpl

protected java.lang.String finishImpl(javax.faces.context.FacesContext context,
                                      java.lang.String outcome)
                               throws java.lang.Exception
Description copied from class: BaseDialogBean
Performs the actual processing for the wizard. NOTE: This method is called within the context of a transaction so no transaction handling is required

Specified by:
finishImpl in class BaseDialogBean
Parameters:
context - FacesContext
outcome - The default outcome
Returns:
The outcome
Throws:
java.lang.Exception

getActionsContext

public java.lang.Object getActionsContext()
Description copied from interface: IDialogBean
Returns the object to use as the context for the main and more actions that may be configured by the dialog

Specified by:
getActionsContext in interface IDialogBean
Overrides:
getActionsContext in class BaseDialogBean
Returns:
Object to use as the context for actions

getContainerTitle

public java.lang.String getContainerTitle()
Description copied from interface: IDialogBean
Returns the title to be used for the dialog

If this returns null the DialogManager will lookup the title via the dialog configuration

Specified by:
getContainerTitle in interface IDialogBean
Overrides:
getContainerTitle in class BaseDialogBean
Returns:
The title or null if the title is to be acquired via configuration

getContainerSubTitle

public java.lang.String getContainerSubTitle()
Description copied from interface: IDialogBean
Returns the subtitle to be used for the dialog

If this returns null the DialogManager will lookup the subtitle via the dialog configuration

Specified by:
getContainerSubTitle in interface IDialogBean
Overrides:
getContainerSubTitle in class BaseDialogBean
Returns:
The subtitle or null if the subtitle is to be acquired via configuration

getCancelButtonLabel

public java.lang.String getCancelButtonLabel()
Description copied from interface: IDialogBean
Returns the label to use for the cancel button

Specified by:
getCancelButtonLabel in interface IDialogBean
Overrides:
getCancelButtonLabel in class BaseDialogBean
Returns:
The cancel button label


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.