note description: "[ Constants for User messages. GENERATED DO NOT MODIFY! ]" author: "Origo Team " date: "$Date$" revision: "$Revision$" class O_USER_CONSTANTS feature {NONE} -- Namespace user_namespace: STRING = "origo.user" feature {NONE} -- Message types user_add_bookmark_type: STRING = "add_bookmark" user_authorized_for_community_type: STRING = "authorized_for_community" user_authorized_for_project_type: STRING = "authorized_for_project" user_change_account_enabled_type: STRING = "change_account_enabled" user_change_email_type: STRING = "change_email" user_change_password_type: STRING = "change_password" user_change_profile_visible_type: STRING = "change_profile_visible" user_create_type: STRING = "create" user_disable_account_type: STRING = "disable_account" user_key_generate_type: STRING = "key_generate" user_key_type: STRING = "key" user_key_reply_type: STRING = "key_reply" user_list_bookmark_type: STRING = "list_bookmark" user_list_bookmark_reply_type: STRING = "list_bookmark_reply" user_list_communities_type: STRING = "list_communities" user_list_friends_type: STRING = "list_friends" user_list_friends_reply_type: STRING = "list_friends_reply" user_list_type: STRING = "list" user_list_reported_issues_type: STRING = "list_reported_issues" user_list_reported_issues_reply_type: STRING = "list_reported_issues_reply" user_list_workitem_subscription_type: STRING = "list_workitem_subscription" user_login_authenticated_type: STRING = "login_authenticated" user_login_key_type: STRING = "login_key" user_login_type: STRING = "login" user_my_email_type: STRING = "my_email" user_my_name_type: STRING = "my_name" user_my_password_type: STRING = "my_password" user_process_friendship_request_type: STRING = "process_friendship_request" user_process_friendship_request_reply_type: STRING = "process_friendship_request_reply" user_profile_visible_type: STRING = "profile_visible" user_remove_bookmark_type: STRING = "remove_bookmark" user_remove_friendship_type: STRING = "remove_friendship" user_reported_issues_count_type: STRING = "reported_issues_count" user_reported_issues_count_reply_type: STRING = "reported_issues_count_reply" user_request_friendship_type: STRING = "request_friendship" user_request_friendship_reply_type: STRING = "request_friendship_reply" user_reset_icon_type: STRING = "reset_icon" user_reset_password_type: STRING = "reset_password" user_reset_password_reply_type: STRING = "reset_password_reply" user_retrieve_email_type: STRING = "retrieve_email" user_retrieve_ftp_configuration_type: STRING = "retrieve_ftp_configuration" user_retrieve_information_type: STRING = "retrieve_information" user_retrieve_information_reply_type: STRING = "retrieve_information_reply" user_retrieve_valid_setting_names_type: STRING = "retrieve_valid_setting_names" user_retrieve_valid_setting_names_reply_type: STRING = "retrieve_valid_setting_names_reply" user_retrieve_subversion_configuration_type: STRING = "retrieve_subversion_configuration" user_retrieve_git_configuration_type: STRING = "retrieve_git_configuration" user_retrieve_git_configuration_reply_type: STRING = "retrieve_git_configuration_reply" user_retrieve_password_type: STRING = "retrieve_password" user_retrieve_user_from_email_type: STRING = "retrieve_user_from_email" user_send_message_type: STRING = "send_message" user_send_message_reply_type: STRING = "send_message_reply" user_session_type: STRING = "session" user_set_icon_type: STRING = "set_icon" user_set_information_type: STRING = "set_information" user_set_workitem_subscription_type: STRING = "set_workitem_subscription" user_workitem_subscriptions_type: STRING = "workitem_subscriptions" end