java.lang.Object | |
↳ | com.atlassian.jira.web.component.multiuserpicker.UserBean |
A bean for pickertable.vm that is used for displaying the user info.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a bean for an existing user
| |||||||||||
Constructs a bean for a non-existing user
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Converst a collection of usernames to an ordered list of user beans
| |||||||||||
Converts a collection of user objects to an oredered list of user beans.
| |||||||||||
Returns user's full name if this bean represents an existing user, empty string otherwise
| |||||||||||
Returns the username
| |||||||||||
Returns true if this bean represents an existing user, false otherwise
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
Constructs a bean for an existing user
username | username |
---|---|
fullName | user's full name |
Constructs a bean for a non-existing user
username | username |
---|
Converst a collection of usernames to an ordered list of user beans
usernames | a collection of usernames |
---|
Converts a collection of user objects to an oredered list of user beans.
users | collection of user objects |
---|
Returns user's full name if this bean represents an existing user, empty string otherwise
Returns true if this bean represents an existing user, false otherwise