public class UsersBeanProperties extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
class |
UsersBeanProperties.PropertyImmutabilityMap
Map of person property to immutability
The Map interface is implemented to allow JSF expressions such as
#{DialogBean.bean.properties.immutability.propertyname}
|
Constructor and Description |
---|
UsersBeanProperties() |
public org.alfresco.service.cmr.repository.NodeService getNodeService()
public org.alfresco.service.cmr.search.SearchService getSearchService()
public MutableAuthenticationService getAuthenticationService()
public PersonService getPersonService()
public ContentUsageService getContentUsageService()
public UserRegistrySynchronizer getUserRegistrySynchronizer()
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- The NodeService to set.public void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
searchService
- the search servicepublic void setAuthenticationService(MutableAuthenticationService authenticationService)
authenticationService
- The AuthenticationService to set.public void setPersonService(PersonService personService)
personService
- The PersonService to set.public void setContentUsageService(ContentUsageService contentUsageService)
contentUsageService
- The ContentUsageService to set.public void setUserRegistrySynchronizer(UserRegistrySynchronizer userRegistrySynchronizer)
userRegistrySynchronizer
- UserRegistrySynchronizerpublic UIRichList getUsersRichList()
public void setUsersRichList(UIRichList usersRichList)
usersRichList
- The usersRichList to set.public String getSearchCriteria()
public void setSearchCriteria(String searchCriteria)
searchCriteria
- The search criteria to selectpublic String getConfirm()
public void setConfirm(String confirm)
confirm
- The confirm password to set.public String getPassword()
public void setPassword(String password)
password
- The password to set.public String getOldPassword()
public void setOldPassword(String oldPassword)
oldPassword
- The old password to set.public Node getPerson()
public void setPerson(Node p)
p
- The person context to set.public Long getUserUsage()
public Long getUserQuota()
public boolean getUsagesEnabled()
public String getPersonDescription()
public String getAvatarUrl()
Copyright © 2005–2017 Alfresco Software. All rights reserved.