public class MockUserPropertyManager extends Object implements UserPropertyManager
| Constructor and Description |
|---|
MockUserPropertyManager() |
| Modifier and Type | Method and Description |
|---|---|
com.opensymphony.module.propertyset.PropertySet |
createOrGetForKey(String key) |
com.opensymphony.module.propertyset.PropertySet |
createOrGetForUser(ApplicationUser user) |
com.opensymphony.module.propertyset.PropertySet |
getPropertySet(ApplicationUser user)
Get the property set associated with a user.
|
com.opensymphony.module.propertyset.PropertySet |
getPropertySetForUserKey(String userkey)
Get the property set associated with a user.
|
@Nonnull public com.opensymphony.module.propertyset.PropertySet getPropertySet(ApplicationUser user)
UserPropertyManagergetPropertySet in interface UserPropertyManageruser - the user that the property set is associated with.@Nonnull public com.opensymphony.module.propertyset.PropertySet getPropertySetForUserKey(String userkey)
UserPropertyManagergetPropertySetForUserKey in interface UserPropertyManageruserkey - the key for the user that the property set is associated with.public com.opensymphony.module.propertyset.PropertySet createOrGetForUser(ApplicationUser user)
public com.opensymphony.module.propertyset.PropertySet createOrGetForKey(String key)
Copyright © 2002-2018 Atlassian. All Rights Reserved.