java.lang.Object | |
↳ | com.atlassian.jira.issue.customfields.converters.UserConverterImpl |
Known Direct Subclasses |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the String representation of the User to be passed to and from the database tier.
| |||||||||||
Get the String representation of the User to be passed to and from the presentation tier as an HTTP parameter.
| |||||||||||
Get the String representation of the User.
| |||||||||||
Get the User Object from the user name.
| |||||||||||
Get the User Object from the user name even when the user is unknown.
| |||||||||||
Get the User Object from its database string representation.
| |||||||||||
Get the User Object from its presentation string representation.
| |||||||||||
Get the User Object from the user name.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||||||||||
From interface
com.atlassian.jira.issue.customfields.converters.UserConverter
|
Get the String representation of the User to be passed to and from the database tier.
user | the User |
---|
Get the String representation of the User to be passed to and from the presentation tier as an HTTP parameter.
user | the User |
---|
Get the String representation of the User.
user | the User |
---|
Get the User Object from the user name. This will return null if the stringValue is empty.
stringValue | User name |
---|
FieldValidationException |
---|
Get the User Object from the user name even when the user is unknown. This is usefull in places where the user needs to be shown, even though they may have disappeared remotely, say from LDAP. This will return null if the stringValue is empty.
stringValue | User name |
---|
FieldValidationException |
---|
Get the User Object from its database string representation. If a null stringValue is passed, then a null User object is returned, but it is guaranteed to return a non-null User in all other cases. This is usefull in places where the user needs to be shown, even though they may have disappeared remotely, say from LDAP.
stringValue | database string representation |
---|
Get the User Object from its presentation string representation. This will return null if the stringValue is empty.
stringValue | presentation string representation (username) |
---|
FieldValidationException |
---|
Get the User Object from the user name. This will return null if the stringValue is empty.
stringValue | User name |
---|
FieldValidationException |
---|