|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwebwork.action.ActionSupport
com.atlassian.jira.action.JiraActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.ProjectActionSupport
com.atlassian.jira.web.action.IssueActionSupport
com.atlassian.jira.web.action.admin.user.ViewUser
com.atlassian.jira.web.action.admin.user.UserProperty
public abstract class UserProperty
This represents a key:value pair property for a user. For example phonenumber:+61 2 9288 5467 Key will be stored through with a META_PROPERTY_PREFIX User: donna Date: Jun 14, 2006 Time: 11:52:00 AM
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.atlassian.jira.util.I18nHelper |
|---|
I18nHelper.BeanFactory |
| Field Summary | |
|---|---|
protected String |
key
|
protected static String |
KEY_PARAM_NAME
|
protected String |
value
|
protected static String |
VALUE_PARAM_NAME
|
| Fields inherited from class com.atlassian.jira.web.action.admin.user.ViewUser |
|---|
name, user |
| Fields inherited from class com.atlassian.jira.web.action.IssueActionSupport |
|---|
attachmentManager |
| Fields inherited from class com.atlassian.jira.web.action.ProjectActionSupport |
|---|
projectManager |
| Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport |
|---|
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilters |
| Fields inherited from class com.atlassian.jira.action.JiraActionSupport |
|---|
log |
| Fields inherited from class webwork.action.ActionSupport |
|---|
command, errorMap, errorMessages |
| Fields inherited from interface webwork.action.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
UserProperty()
|
|
| Method Summary | |
|---|---|
String |
getKey()
|
String |
getTrueKey()
|
String |
getValue()
|
void |
setKey(String key)
|
void |
setValue(String value)
|
| Methods inherited from class com.atlassian.jira.web.action.admin.user.ViewUser |
|---|
doExecute, doValidation, getName, getUser, getUserProperties, isRemoteUserPermittedToEditSelectedUser, retrieveUserMetaProperties, setName |
| Methods inherited from class com.atlassian.jira.web.action.ProjectActionSupport |
|---|
getBrowseableProjects, getBrowseableProjectsInCategory, getSelectedProjectId, setSelectedProject, setSelectedProject |
| Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
|---|
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getApplicationProperties, getDefaultResourceBundle, getDelegator, getJiraLocaleUtils, getLocale, getResult, getText, getText, getText, getText, getText, getText, getText, getText0, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isEnterprise, isIndexing, isProfessional, isProfessionalOrEnterprise, isStandard, removeKeyOrAddError |
| Methods inherited from class webwork.action.ActionSupport |
|---|
addError, addErrorMessage, doDefault, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.jira.util.ErrorCollection |
|---|
addError, addErrorMessage, addErrorMessages, addErrors, getErrorMessages, getErrors, hasAnyErrors, setErrorMessages |
| Methods inherited from interface webwork.action.CommandDriven |
|---|
setCommand |
| Field Detail |
|---|
protected String key
protected String value
protected static final String KEY_PARAM_NAME
protected static final String VALUE_PARAM_NAME
| Constructor Detail |
|---|
public UserProperty()
| Method Detail |
|---|
public String getTrueKey()
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||