Class FessMessages

java.lang.Object
org.lastaflute.core.message.UserMessages
org.codelibs.fess.mylasta.action.FessLabels
org.codelibs.fess.mylasta.action.FessMessages
All Implemented Interfaces:
Serializable

public class FessMessages extends FessLabels
The keys for message.
Author:
FreeGen
See Also:
  • Field Details

    • ERRORS_front_header

      public static final String ERRORS_front_header
      The key of the message:
      See Also:
    • ERRORS_front_prefix

      public static final String ERRORS_front_prefix
      The key of the message: <div class="alert alert-warning">
      See Also:
    • ERRORS_front_suffix

      public static final String ERRORS_front_suffix
      The key of the message: </div>
      See Also:
    • ERRORS_HEADER

      public static final String ERRORS_HEADER
      The key of the message: <ul class="has-error">
      See Also:
    • ERRORS_PREFIX

      public static final String ERRORS_PREFIX
      The key of the message: <li><i class="fa fa-exclamation-circle"></i>
      See Also:
    • ERRORS_SUFFIX

      public static final String ERRORS_SUFFIX
      The key of the message: </li>
      See Also:
    • CONSTRAINTS_AssertFalse_MESSAGE

      public static final String CONSTRAINTS_AssertFalse_MESSAGE
      The key of the message: {item} must be false.
      See Also:
    • CONSTRAINTS_AssertTrue_MESSAGE

      public static final String CONSTRAINTS_AssertTrue_MESSAGE
      The key of the message: {item} must be true.
      See Also:
    • CONSTRAINTS_DecimalMax_MESSAGE

      public static final String CONSTRAINTS_DecimalMax_MESSAGE
      The key of the message: {item} must be less than ${inclusive == true ? 'or equal to ' : ''}{value}.
      See Also:
    • CONSTRAINTS_DecimalMin_MESSAGE

      public static final String CONSTRAINTS_DecimalMin_MESSAGE
      The key of the message: {item} must be greater than ${inclusive == true ? 'or equal to ' : ''}{value}.
      See Also:
    • CONSTRAINTS_Digits_MESSAGE

      public static final String CONSTRAINTS_Digits_MESSAGE
      The key of the message: {item} is numeric value out of bounds (<{integer} digits>.<{fraction} digits> expected).
      See Also:
    • CONSTRAINTS_Future_MESSAGE

      public static final String CONSTRAINTS_Future_MESSAGE
      The key of the message: {item} must be in the future.
      See Also:
    • CONSTRAINTS_Max_MESSAGE

      public static final String CONSTRAINTS_Max_MESSAGE
      The key of the message: {item} must be less than or equal to {value}.
      See Also:
    • CONSTRAINTS_Min_MESSAGE

      public static final String CONSTRAINTS_Min_MESSAGE
      The key of the message: {item} must be greater than or equal to {value}.
      See Also:
    • CONSTRAINTS_NotNull_MESSAGE

      public static final String CONSTRAINTS_NotNull_MESSAGE
      The key of the message: {item} may not be null.
      See Also:
    • CONSTRAINTS_Null_MESSAGE

      public static final String CONSTRAINTS_Null_MESSAGE
      The key of the message: {item} must be null.
      See Also:
    • CONSTRAINTS_Past_MESSAGE

      public static final String CONSTRAINTS_Past_MESSAGE
      The key of the message: {item} must be in the past.
      See Also:
    • CONSTRAINTS_Pattern_MESSAGE

      public static final String CONSTRAINTS_Pattern_MESSAGE
      The key of the message: {item} must match "{regexp}".
      See Also:
    • CONSTRAINTS_Size_MESSAGE

      public static final String CONSTRAINTS_Size_MESSAGE
      The key of the message: Size of {item} must be between {min} and {max}.
      See Also:
    • CONSTRAINTS_CreditCardNumber_MESSAGE

      public static final String CONSTRAINTS_CreditCardNumber_MESSAGE
      The key of the message: {item} is invalid credit card number.
      See Also:
    • CONSTRAINTS_EAN_MESSAGE

      public static final String CONSTRAINTS_EAN_MESSAGE
      The key of the message: {item} is invalid {type} barcode.
      See Also:
    • CONSTRAINTS_Email_MESSAGE

      public static final String CONSTRAINTS_Email_MESSAGE
      The key of the message: {item} is not a well-formed email address.
      See Also:
    • CONSTRAINTS_Length_MESSAGE

      public static final String CONSTRAINTS_Length_MESSAGE
      The key of the message: Length of {item} must be between {min} and {max}.
      See Also:
    • CONSTRAINTS_LuhnCheck_MESSAGE

      public static final String CONSTRAINTS_LuhnCheck_MESSAGE
      The key of the message: The check digit for ${value} is invalid, Luhn Modulo 10 checksum failed.
      See Also:
    • CONSTRAINTS_Mod10Check_MESSAGE

      public static final String CONSTRAINTS_Mod10Check_MESSAGE
      The key of the message: The check digit for ${value} is invalid, Modulo 10 checksum failed.
      See Also:
    • CONSTRAINTS_Mod11Check_MESSAGE

      public static final String CONSTRAINTS_Mod11Check_MESSAGE
      The key of the message: The check digit for ${value} is invalid, Modulo 11 checksum failed.
      See Also:
    • CONSTRAINTS_ModCheck_MESSAGE

      public static final String CONSTRAINTS_ModCheck_MESSAGE
      The key of the message: The check digit for ${value} is invalid, ${modType} checksum failed.
      See Also:
    • CONSTRAINTS_NotBlank_MESSAGE

      public static final String CONSTRAINTS_NotBlank_MESSAGE
      The key of the message: {item} may not be empty.
      See Also:
    • CONSTRAINTS_NotEmpty_MESSAGE

      public static final String CONSTRAINTS_NotEmpty_MESSAGE
      The key of the message: {item} may not be empty.
      See Also:
    • CONSTRAINTS_ParametersScriptAssert_MESSAGE

      public static final String CONSTRAINTS_ParametersScriptAssert_MESSAGE
      The key of the message: script expression "{script}" didn't evaluate to true.
      See Also:
    • CONSTRAINTS_Range_MESSAGE

      public static final String CONSTRAINTS_Range_MESSAGE
      The key of the message: {item} must be between {min} and {max}.
      See Also:
    • CONSTRAINTS_SafeHtml_MESSAGE

      public static final String CONSTRAINTS_SafeHtml_MESSAGE
      The key of the message: {item} may have unsafe html content.
      See Also:
    • CONSTRAINTS_ScriptAssert_MESSAGE

      public static final String CONSTRAINTS_ScriptAssert_MESSAGE
      The key of the message: script expression "{script}" didn't evaluate to true.
      See Also:
    • CONSTRAINTS_URL_MESSAGE

      public static final String CONSTRAINTS_URL_MESSAGE
      The key of the message: {item} must be a valid URL.
      See Also:
    • CONSTRAINTS_Required_MESSAGE

      public static final String CONSTRAINTS_Required_MESSAGE
      The key of the message: {item} is required.
      See Also:
    • CONSTRAINTS_TypeInteger_MESSAGE

      public static final String CONSTRAINTS_TypeInteger_MESSAGE
      The key of the message: {item} should be numeric.
      See Also:
    • CONSTRAINTS_TypeLong_MESSAGE

      public static final String CONSTRAINTS_TypeLong_MESSAGE
      The key of the message: {item} should be numeric.
      See Also:
    • CONSTRAINTS_TypeFloat_MESSAGE

      public static final String CONSTRAINTS_TypeFloat_MESSAGE
      The key of the message: {item} should be numeric.
      See Also:
    • CONSTRAINTS_TypeDouble_MESSAGE

      public static final String CONSTRAINTS_TypeDouble_MESSAGE
      The key of the message: {item} should be numeric.
      See Also:
    • CONSTRAINTS_TypeAny_MESSAGE

      public static final String CONSTRAINTS_TypeAny_MESSAGE
      The key of the message: {item} cannot convert as {propertyType}.
      See Also:
    • CONSTRAINTS_UriType_MESSAGE

      public static final String CONSTRAINTS_UriType_MESSAGE
      The key of the message: {item} has wrong URI.
      See Also:
    • CONSTRAINTS_CronExpression_MESSAGE

      public static final String CONSTRAINTS_CronExpression_MESSAGE
      The key of the message: {item} is invalid cron expression.
      See Also:
    • ERRORS_LOGIN_FAILURE

      public static final String ERRORS_LOGIN_FAILURE
      The key of the message: Login failed.
      See Also:
    • ERRORS_APP_ILLEGAL_TRANSITION

      public static final String ERRORS_APP_ILLEGAL_TRANSITION
      The key of the message: Please retry because of illegal transition.
      See Also:
    • ERRORS_APP_DB_ALREADY_DELETED

      public static final String ERRORS_APP_DB_ALREADY_DELETED
      The key of the message: others might be updated, so retry.
      See Also:
    • ERRORS_APP_DB_ALREADY_UPDATED

      public static final String ERRORS_APP_DB_ALREADY_UPDATED
      The key of the message: others might be updated, so retry.
      See Also:
    • ERRORS_APP_DB_ALREADY_EXISTS

      public static final String ERRORS_APP_DB_ALREADY_EXISTS
      The key of the message: already existing data, so retry.
      See Also:
    • ERRORS_APP_DOUBLE_SUBMIT_REQUEST

      public static final String ERRORS_APP_DOUBLE_SUBMIT_REQUEST
      The key of the message: Your request might have been processed before this request. Please check and retry it.
      See Also:
    • ERRORS_login_error

      public static final String ERRORS_login_error
      The key of the message: Username or Password is not correct.
      See Also:
    • ERRORS_sso_login_error

      public static final String ERRORS_sso_login_error
      The key of the message: Failed to process SSO login.
      See Also:
    • ERRORS_could_not_find_log_file

      public static final String ERRORS_could_not_find_log_file
      The key of the message: Could not find {0}.
      See Also:
    • ERRORS_failed_to_start_crawl_process

      public static final String ERRORS_failed_to_start_crawl_process
      The key of the message: Failed to start a crawl process.
      See Also:
    • ERRORS_invalid_design_jsp_file_name

      public static final String ERRORS_invalid_design_jsp_file_name
      The key of the message: Invalid JSP file.
      See Also:
    • ERRORS_design_jsp_file_does_not_exist

      public static final String ERRORS_design_jsp_file_does_not_exist
      The key of the message: JSP file does not exist.
      See Also:
    • ERRORS_design_file_name_is_not_found

      public static final String ERRORS_design_file_name_is_not_found
      The key of the message: The file name is not specified.
      See Also:
    • ERRORS_failed_to_write_design_image_file

      public static final String ERRORS_failed_to_write_design_image_file
      The key of the message: Failed to upload an image file.
      See Also:
    • ERRORS_failed_to_update_jsp_file

      public static final String ERRORS_failed_to_update_jsp_file
      The key of the message: Failed to update a jsp file.
      See Also:
    • ERRORS_design_file_name_is_invalid

      public static final String ERRORS_design_file_name_is_invalid
      The key of the message: The file name is invalid.
      See Also:
    • ERRORS_design_file_is_unsupported_type

      public static final String ERRORS_design_file_is_unsupported_type
      The key of the message: The kind of file is unsupported.
      See Also:
    • ERRORS_failed_to_create_crawling_config_at_wizard

      public static final String ERRORS_failed_to_create_crawling_config_at_wizard
      The key of the message: Failed to create a crawling config.
      See Also:
    • ERRORS_design_editor_disabled

      public static final String ERRORS_design_editor_disabled
      The key of the message: This feature is disabled.
      See Also:
    • ERRORS_not_found_on_file_system

      public static final String ERRORS_not_found_on_file_system
      The key of the message: Not Found: {0}
      See Also:
    • ERRORS_could_not_open_on_system

      public static final String ERRORS_could_not_open_on_system
      The key of the message: Could not open {0}. <br/>Please check if the file is associated with an application.
      See Also:
    • ERRORS_result_size_exceeded

      public static final String ERRORS_result_size_exceeded
      The key of the message: No more results could be displayed.
      See Also:
    • ERRORS_target_file_does_not_exist

      public static final String ERRORS_target_file_does_not_exist
      The key of the message: {0} file does not exist.
      See Also:
    • ERRORS_failed_to_delete_file

      public static final String ERRORS_failed_to_delete_file
      The key of the message: Failed to delete {0} file.
      See Also:
    • ERRORS_docid_not_found

      public static final String ERRORS_docid_not_found
      The key of the message: Not found Doc ID:{0}
      See Also:
    • ERRORS_document_not_found

      public static final String ERRORS_document_not_found
      The key of the message: Not found URL of Doc ID:{0}
      See Also:
    • ERRORS_not_load_from_server

      public static final String ERRORS_not_load_from_server
      The key of the message: Could not load from this server: {0}
      See Also:
    • ERRORS_failed_to_start_job

      public static final String ERRORS_failed_to_start_job
      The key of the message: Failed to start job {0}.
      See Also:
    • ERRORS_failed_to_stop_job

      public static final String ERRORS_failed_to_stop_job
      The key of the message: Failed to stop job {0}.
      See Also:
    • ERRORS_failed_to_download_synonym_file

      public static final String ERRORS_failed_to_download_synonym_file
      The key of the message: Failed to download the Synonym file.
      See Also:
    • ERRORS_failed_to_upload_synonym_file

      public static final String ERRORS_failed_to_upload_synonym_file
      The key of the message: Failed to upload the Synonym file.
      See Also:
    • ERRORS_failed_to_download_stemmeroverride_file

      public static final String ERRORS_failed_to_download_stemmeroverride_file
      The key of the message: Failed to download the Stemmer Override file.
      See Also:
    • ERRORS_failed_to_upload_stemmeroverride_file

      public static final String ERRORS_failed_to_upload_stemmeroverride_file
      The key of the message: Failed to upload the Stemmer Override file.
      See Also:
    • ERRORS_failed_to_download_kuromoji_file

      public static final String ERRORS_failed_to_download_kuromoji_file
      The key of the message: Failed to download the Kuromoji file.
      See Also:
    • ERRORS_failed_to_upload_kuromoji_file

      public static final String ERRORS_failed_to_upload_kuromoji_file
      The key of the message: Failed to upload the Kuromoji file.
      See Also:
    • ERRORS_failed_to_download_protwords_file

      public static final String ERRORS_failed_to_download_protwords_file
      The key of the message: Failed to download the Protwords file.
      See Also:
    • ERRORS_failed_to_upload_protwords_file

      public static final String ERRORS_failed_to_upload_protwords_file
      The key of the message: Failed to upload the Protwords file.
      See Also:
    • ERRORS_failed_to_download_stopwords_file

      public static final String ERRORS_failed_to_download_stopwords_file
      The key of the message: Failed to download the Stopwords file.
      See Also:
    • ERRORS_failed_to_upload_stopwords_file

      public static final String ERRORS_failed_to_upload_stopwords_file
      The key of the message: Failed to upload the Stopwords file.
      See Also:
    • ERRORS_failed_to_download_elevate_file

      public static final String ERRORS_failed_to_download_elevate_file
      The key of the message: Failed to download the Elevate file.
      See Also:
    • ERRORS_failed_to_upload_elevate_file

      public static final String ERRORS_failed_to_upload_elevate_file
      The key of the message: Failed to upload the Elevate file.
      See Also:
    • ERRORS_failed_to_download_badword_file

      public static final String ERRORS_failed_to_download_badword_file
      The key of the message: Failed to download the Badword file.
      See Also:
    • ERRORS_failed_to_upload_badword_file

      public static final String ERRORS_failed_to_upload_badword_file
      The key of the message: Failed to upload the Badword file.
      See Also:
    • ERRORS_failed_to_download_mapping_file

      public static final String ERRORS_failed_to_download_mapping_file
      The key of the message: Failed to download the Mapping file.
      See Also:
    • ERRORS_failed_to_upload_mapping_file

      public static final String ERRORS_failed_to_upload_mapping_file
      The key of the message: Failed to upload the Mapping file.
      See Also:
    • ERRORS_invalid_kuromoji_token

      public static final String ERRORS_invalid_kuromoji_token
      The key of the message: {0} is invalid.
      See Also:
    • ERRORS_invalid_kuromoji_segmentation

      public static final String ERRORS_invalid_kuromoji_segmentation
      The key of the message: The number of segmentations {0} does not the match number of readings {1}.
      See Also:
    • ERRORS_invalid_str_is_included

      public static final String ERRORS_invalid_str_is_included
      The key of the message: "{1}" in "{0}" is invalid.
      See Also:
    • ERRORS_blank_password

      public static final String ERRORS_blank_password
      The key of the message: Password is required.
      See Also:
    • ERRORS_invalid_confirm_password

      public static final String ERRORS_invalid_confirm_password
      The key of the message: Confirm Password does not match.
      See Also:
    • ERRORS_cannot_delete_doc_because_of_running

      public static final String ERRORS_cannot_delete_doc_because_of_running
      The key of the message: Crawler is running. The document cannot be deleted.
      See Also:
    • ERRORS_failed_to_delete_doc_in_admin

      public static final String ERRORS_failed_to_delete_doc_in_admin
      The key of the message: Failed to delete document.
      See Also:
    • ERRORS_failed_to_send_testmail

      public static final String ERRORS_failed_to_send_testmail
      The key of the message: Failed to send the test mail.
      See Also:
    • ERRORS_could_not_find_backup_index

      public static final String ERRORS_could_not_find_backup_index
      The key of the message: Could not find index for backup.
      See Also:
    • ERRORS_no_user_for_changing_password

      public static final String ERRORS_no_user_for_changing_password
      The key of the message: The current password is incorrect.
      See Also:
    • ERRORS_failed_to_change_password

      public static final String ERRORS_failed_to_change_password
      The key of the message: Failed to change your password.
      See Also:
    • ERRORS_unknown_version_for_upgrade

      public static final String ERRORS_unknown_version_for_upgrade
      The key of the message: Unknown version information.
      See Also:
    • ERRORS_failed_to_upgrade_from

      public static final String ERRORS_failed_to_upgrade_from
      The key of the message: Failed to upgrade from {0}: {1}
      See Also:
    • ERRORS_failed_to_reindex

      public static final String ERRORS_failed_to_reindex
      The key of the message: Failed to start reindexing from {0} to {1}
      See Also:
    • ERRORS_failed_to_read_request_file

      public static final String ERRORS_failed_to_read_request_file
      The key of the message: Failed to read request file: {0}
      See Also:
    • ERRORS_invalid_header_for_request_file

      public static final String ERRORS_invalid_header_for_request_file
      The key of the message: Invalid header: {0}
      See Also:
    • ERRORS_could_not_delete_logged_in_user

      public static final String ERRORS_could_not_delete_logged_in_user
      The key of the message: Could not delete logged in user.
      See Also:
    • ERRORS_unauthorized_request

      public static final String ERRORS_unauthorized_request
      The key of the message: Unauthorized request.
      See Also:
    • ERRORS_failed_to_print_thread_dump

      public static final String ERRORS_failed_to_print_thread_dump
      The key of the message: Failed to print thread dump.
      See Also:
    • ERRORS_file_is_not_supported

      public static final String ERRORS_file_is_not_supported
      The key of the message: {0} is not supported.
      See Also:
    • ERRORS_plugin_file_is_not_found

      public static final String ERRORS_plugin_file_is_not_found
      The key of the message: {0} is not found.
      See Also:
    • ERRORS_failed_to_install_plugin

      public static final String ERRORS_failed_to_install_plugin
      The key of the message: Failed to install {0}.
      See Also:
    • ERRORS_failed_to_find_plugins

      public static final String ERRORS_failed_to_find_plugins
      The key of the message: Failed to access available plugins.
      See Also:
    • ERRORS_failed_to_process_sso_request

      public static final String ERRORS_failed_to_process_sso_request
      The key of the message: Failed to process the request: {0}
      See Also:
    • ERRORS_invalid_query_unknown

      public static final String ERRORS_invalid_query_unknown
      The key of the message: The given query has unknown condition.
      See Also:
    • ERRORS_invalid_query_parse_error

      public static final String ERRORS_invalid_query_parse_error
      The key of the message: The given query is invalid.
      See Also:
    • ERRORS_invalid_query_sort_value

      public static final String ERRORS_invalid_query_sort_value
      The key of the message: The given sort ({0}) is invalid.
      See Also:
    • ERRORS_invalid_query_unsupported_sort_field

      public static final String ERRORS_invalid_query_unsupported_sort_field
      The key of the message: The given sort ({0}) is not supported.
      See Also:
    • ERRORS_invalid_query_unsupported_sort_order

      public static final String ERRORS_invalid_query_unsupported_sort_order
      The key of the message: The given sort order ({0}) is not supported.
      See Also:
    • ERRORS_crud_invalid_mode

      public static final String ERRORS_crud_invalid_mode
      The key of the message: Invalid mode(expected value is {0}, but it's {1}).
      See Also:
    • ERRORS_crud_failed_to_create_instance

      public static final String ERRORS_crud_failed_to_create_instance
      The key of the message: Failed to create a new data.
      See Also:
    • ERRORS_crud_failed_to_create_crud_table

      public static final String ERRORS_crud_failed_to_create_crud_table
      The key of the message: Failed to create a new data. ({0})
      See Also:
    • ERRORS_crud_failed_to_update_crud_table

      public static final String ERRORS_crud_failed_to_update_crud_table
      The key of the message: Failed to update the data. ({0})
      See Also:
    • ERRORS_crud_failed_to_delete_crud_table

      public static final String ERRORS_crud_failed_to_delete_crud_table
      The key of the message: Failed to delete the data. ({0})
      See Also:
    • ERRORS_crud_could_not_find_crud_table

      public static final String ERRORS_crud_could_not_find_crud_table
      The key of the message: Could not find the data({0}).
      See Also:
    • ERRORS_property_required

      public static final String ERRORS_property_required
      The key of the message: {0} is required.
      See Also:
    • ERRORS_property_type_integer

      public static final String ERRORS_property_type_integer
      The key of the message: {0} should be numeric.
      See Also:
    • ERRORS_property_type_long

      public static final String ERRORS_property_type_long
      The key of the message: {0} should be numeric.
      See Also:
    • ERRORS_property_type_float

      public static final String ERRORS_property_type_float
      The key of the message: {0} should be numeric.
      See Also:
    • ERRORS_property_type_double

      public static final String ERRORS_property_type_double
      The key of the message: {0} should be numeric.
      See Also:
    • ERRORS_property_type_date

      public static final String ERRORS_property_type_date
      The key of the message: {0} should be date.
      See Also:
    • ERRORS_storage_file_upload_failure

      public static final String ERRORS_storage_file_upload_failure
      The key of the message: Failed to upload {0}.
      See Also:
    • ERRORS_storage_file_not_found

      public static final String ERRORS_storage_file_not_found
      The key of the message: The target file is not found in Storage.
      See Also:
    • ERRORS_storage_file_download_failure

      public static final String ERRORS_storage_file_download_failure
      The key of the message: Failed to download {0}.
      See Also:
    • ERRORS_storage_access_error

      public static final String ERRORS_storage_access_error
      The key of the message: Storage access error: {0}
      See Also:
    • ERRORS_storage_no_upload_file

      public static final String ERRORS_storage_no_upload_file
      The key of the message: Upload file is required.
      See Also:
    • ERRORS_storage_directory_name_is_invalid

      public static final String ERRORS_storage_directory_name_is_invalid
      The key of the message: Directory name is invalid.
      See Also:
    • SUCCESS_update_crawler_params

      public static final String SUCCESS_update_crawler_params
      The key of the message: Updated parameters.
      See Also:
    • SUCCESS_delete_doc_from_index

      public static final String SUCCESS_delete_doc_from_index
      The key of the message: Started a process to delete the document from index.
      See Also:
    • SUCCESS_crawling_info_delete_all

      public static final String SUCCESS_crawling_info_delete_all
      The key of the message: Deleted session data.
      See Also:
    • SUCCESS_start_crawl_process

      public static final String SUCCESS_start_crawl_process
      The key of the message: Started a crawl process.
      See Also:
    • SUCCESS_upload_design_file

      public static final String SUCCESS_upload_design_file
      The key of the message: Uploaded {0}.
      See Also:
    • SUCCESS_update_design_jsp_file

      public static final String SUCCESS_update_design_jsp_file
      The key of the message: Updated {0}.
      See Also:
    • SUCCESS_create_crawling_config_at_wizard

      public static final String SUCCESS_create_crawling_config_at_wizard
      The key of the message: Created a crawling config ({0}).
      See Also:
    • SUCCESS_failure_url_delete_all

      public static final String SUCCESS_failure_url_delete_all
      The key of the message: Deleted failure urls.
      See Also:
    • SUCCESS_delete_file

      public static final String SUCCESS_delete_file
      The key of the message: Deleted {0} file.
      See Also:
    • SUCCESS_job_started

      public static final String SUCCESS_job_started
      The key of the message: Started job {0}.
      See Also:
    • SUCCESS_job_stopped

      public static final String SUCCESS_job_stopped
      The key of the message: Stopped job {0}.
      See Also:
    • SUCCESS_upload_synonym_file

      public static final String SUCCESS_upload_synonym_file
      The key of the message: Uploaded Synonym file.
      See Also:
    • SUCCESS_upload_protwords_file

      public static final String SUCCESS_upload_protwords_file
      The key of the message: Uploaded Protwords file.
      See Also:
    • SUCCESS_upload_stopwords_file

      public static final String SUCCESS_upload_stopwords_file
      The key of the message: Uploaded Stopwords file.
      See Also:
    • SUCCESS_upload_stemmeroverride_file

      public static final String SUCCESS_upload_stemmeroverride_file
      The key of the message: Uploaded Stemmer Override file.
      See Also:
    • SUCCESS_upload_kuromoji_file

      public static final String SUCCESS_upload_kuromoji_file
      The key of the message: Uploaded Kuromoji file.
      See Also:
    • SUCCESS_upload_elevate_word

      public static final String SUCCESS_upload_elevate_word
      The key of the message: Uploaded Additional Word file.
      See Also:
    • SUCCESS_upload_bad_word

      public static final String SUCCESS_upload_bad_word
      The key of the message: Uploaded Bad Word file.
      See Also:
    • SUCCESS_upload_mapping_file

      public static final String SUCCESS_upload_mapping_file
      The key of the message: Uploaded Mapping file.
      See Also:
    • SUCCESS_send_testmail

      public static final String SUCCESS_send_testmail
      The key of the message: Sent the test mail.
      See Also:
    • SUCCESS_job_log_delete_all

      public static final String SUCCESS_job_log_delete_all
      The key of the message: Deleted job logs.
      See Also:
    • SUCCESS_changed_password

      public static final String SUCCESS_changed_password
      The key of the message: Changed your password.
      See Also:
    • SUCCESS_started_data_update

      public static final String SUCCESS_started_data_update
      The key of the message: Started data update process.
      See Also:
    • SUCCESS_reindex_started

      public static final String SUCCESS_reindex_started
      The key of the message: Started reindexing.
      See Also:
    • SUCCESS_bulk_process_started

      public static final String SUCCESS_bulk_process_started
      The key of the message: Bulk process is started.
      See Also:
    • SUCCESS_print_thread_dump

      public static final String SUCCESS_print_thread_dump
      The key of the message: Printed thread dump to log file.
      See Also:
    • SUCCESS_install_plugin

      public static final String SUCCESS_install_plugin
      The key of the message: Installing {0} plugin.
      See Also:
    • SUCCESS_delete_plugin

      public static final String SUCCESS_delete_plugin
      The key of the message: Deleting {0} plugin.
      See Also:
    • SUCCESS_upload_file_to_storage

      public static final String SUCCESS_upload_file_to_storage
      The key of the message: Uploaded {0}
      See Also:
    • SUCCESS_sso_logout

      public static final String SUCCESS_sso_logout
      The key of the message: Logged out.
      See Also:
    • SUCCESS_crud_create_crud_table

      public static final String SUCCESS_crud_create_crud_table
      The key of the message: Created data.
      See Also:
    • SUCCESS_crud_update_crud_table

      public static final String SUCCESS_crud_update_crud_table
      The key of the message: Updated data.
      See Also:
    • SUCCESS_crud_delete_crud_table

      public static final String SUCCESS_crud_delete_crud_table
      The key of the message: Deleted data.
      See Also:
  • Constructor Details

    • FessMessages

      public FessMessages()
  • Method Details

    • addErrorsFrontHeader

      public FessMessages addErrorsFrontHeader(String property)
      Add the created action message for the key 'errors.front_header' with parameters.
       message:
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFrontFooter

      public FessMessages addErrorsFrontFooter(String property)
      Add the created action message for the key 'errors.front_footer' with parameters.
       message:
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFrontPrefix

      public FessMessages addErrorsFrontPrefix(String property)
      Add the created action message for the key 'errors.front_prefix' with parameters.
       message: <div class="alert alert-warning">
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFrontSuffix

      public FessMessages addErrorsFrontSuffix(String property)
      Add the created action message for the key 'errors.front_suffix' with parameters.
       message: </div>
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsHeader

      public FessMessages addErrorsHeader(String property)
      Add the created action message for the key 'errors.header' with parameters.
       message: <ul class="has-error">
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFooter

      public FessMessages addErrorsFooter(String property)
      Add the created action message for the key 'errors.footer' with parameters.
       message: </ul>
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsPrefix

      public FessMessages addErrorsPrefix(String property)
      Add the created action message for the key 'errors.prefix' with parameters.
       message: <li><i class="fa fa-exclamation-circle"></i>
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsSuffix

      public FessMessages addErrorsSuffix(String property)
      Add the created action message for the key 'errors.suffix' with parameters.
       message: </li>
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsAssertFalseMessage

      public FessMessages addConstraintsAssertFalseMessage(String property)
      Add the created action message for the key 'constraints.AssertFalse.message' with parameters.
       message: {item} must be false.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsAssertTrueMessage

      public FessMessages addConstraintsAssertTrueMessage(String property)
      Add the created action message for the key 'constraints.AssertTrue.message' with parameters.
       message: {item} must be true.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsDecimalMaxMessage

      public FessMessages addConstraintsDecimalMaxMessage(String property, String value)
      Add the created action message for the key 'constraints.DecimalMax.message' with parameters.
       message: {item} must be less than ${inclusive == true ? 'or equal to ' : ''}{value}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      value - The parameter value for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsDecimalMinMessage

      public FessMessages addConstraintsDecimalMinMessage(String property, String value)
      Add the created action message for the key 'constraints.DecimalMin.message' with parameters.
       message: {item} must be greater than ${inclusive == true ? 'or equal to ' : ''}{value}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      value - The parameter value for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsDigitsMessage

      public FessMessages addConstraintsDigitsMessage(String property, String fraction, String integer)
      Add the created action message for the key 'constraints.Digits.message' with parameters.
       message: {item} is numeric value out of bounds (<{integer} digits>.<{fraction} digits> expected).
       
      Parameters:
      property - The property name for the message. (NotNull)
      fraction - The parameter fraction for message. (NotNull)
      integer - The parameter integer for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsFutureMessage

      public FessMessages addConstraintsFutureMessage(String property)
      Add the created action message for the key 'constraints.Future.message' with parameters.
       message: {item} must be in the future.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsMaxMessage

      public FessMessages addConstraintsMaxMessage(String property, String value)
      Add the created action message for the key 'constraints.Max.message' with parameters.
       message: {item} must be less than or equal to {value}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      value - The parameter value for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsMinMessage

      public FessMessages addConstraintsMinMessage(String property, String value)
      Add the created action message for the key 'constraints.Min.message' with parameters.
       message: {item} must be greater than or equal to {value}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      value - The parameter value for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsNotNullMessage

      public FessMessages addConstraintsNotNullMessage(String property)
      Add the created action message for the key 'constraints.NotNull.message' with parameters.
       message: {item} may not be null.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsNullMessage

      public FessMessages addConstraintsNullMessage(String property)
      Add the created action message for the key 'constraints.Null.message' with parameters.
       message: {item} must be null.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsPastMessage

      public FessMessages addConstraintsPastMessage(String property)
      Add the created action message for the key 'constraints.Past.message' with parameters.
       message: {item} must be in the past.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsPatternMessage

      public FessMessages addConstraintsPatternMessage(String property, String regexp)
      Add the created action message for the key 'constraints.Pattern.message' with parameters.
       message: {item} must match "{regexp}".
       
      Parameters:
      property - The property name for the message. (NotNull)
      regexp - The parameter regexp for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsSizeMessage

      public FessMessages addConstraintsSizeMessage(String property, String min, String max)
      Add the created action message for the key 'constraints.Size.message' with parameters.
       message: Size of {item} must be between {min} and {max}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      min - The parameter min for message. (NotNull)
      max - The parameter max for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsCreditCardNumberMessage

      public FessMessages addConstraintsCreditCardNumberMessage(String property)
      Add the created action message for the key 'constraints.CreditCardNumber.message' with parameters.
       message: {item} is invalid credit card number.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsEanMessage

      public FessMessages addConstraintsEanMessage(String property, String type)
      Add the created action message for the key 'constraints.EAN.message' with parameters.
       message: {item} is invalid {type} barcode.
       
      Parameters:
      property - The property name for the message. (NotNull)
      type - The parameter type for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsEmailMessage

      public FessMessages addConstraintsEmailMessage(String property)
      Add the created action message for the key 'constraints.Email.message' with parameters.
       message: {item} is not a well-formed email address.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsLengthMessage

      public FessMessages addConstraintsLengthMessage(String property, String min, String max)
      Add the created action message for the key 'constraints.Length.message' with parameters.
       message: Length of {item} must be between {min} and {max}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      min - The parameter min for message. (NotNull)
      max - The parameter max for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsLuhnCheckMessage

      public FessMessages addConstraintsLuhnCheckMessage(String property, String value)
      Add the created action message for the key 'constraints.LuhnCheck.message' with parameters.
       message: The check digit for ${value} is invalid, Luhn Modulo 10 checksum failed.
       
      Parameters:
      property - The property name for the message. (NotNull)
      value - The parameter value for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsMod10CheckMessage

      public FessMessages addConstraintsMod10CheckMessage(String property, String value)
      Add the created action message for the key 'constraints.Mod10Check.message' with parameters.
       message: The check digit for ${value} is invalid, Modulo 10 checksum failed.
       
      Parameters:
      property - The property name for the message. (NotNull)
      value - The parameter value for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsMod11CheckMessage

      public FessMessages addConstraintsMod11CheckMessage(String property, String value)
      Add the created action message for the key 'constraints.Mod11Check.message' with parameters.
       message: The check digit for ${value} is invalid, Modulo 11 checksum failed.
       
      Parameters:
      property - The property name for the message. (NotNull)
      value - The parameter value for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsModCheckMessage

      public FessMessages addConstraintsModCheckMessage(String property, String modType, String value)
      Add the created action message for the key 'constraints.ModCheck.message' with parameters.
       message: The check digit for ${value} is invalid, ${modType} checksum failed.
       
      Parameters:
      property - The property name for the message. (NotNull)
      modType - The parameter modType for message. (NotNull)
      value - The parameter value for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsNotBlankMessage

      public FessMessages addConstraintsNotBlankMessage(String property)
      Add the created action message for the key 'constraints.NotBlank.message' with parameters.
       message: {item} may not be empty.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsNotEmptyMessage

      public FessMessages addConstraintsNotEmptyMessage(String property)
      Add the created action message for the key 'constraints.NotEmpty.message' with parameters.
       message: {item} may not be empty.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsParametersScriptAssertMessage

      public FessMessages addConstraintsParametersScriptAssertMessage(String property, String script)
      Add the created action message for the key 'constraints.ParametersScriptAssert.message' with parameters.
       message: script expression "{script}" didn't evaluate to true.
       
      Parameters:
      property - The property name for the message. (NotNull)
      script - The parameter script for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsRangeMessage

      public FessMessages addConstraintsRangeMessage(String property, String min, String max)
      Add the created action message for the key 'constraints.Range.message' with parameters.
       message: {item} must be between {min} and {max}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      min - The parameter min for message. (NotNull)
      max - The parameter max for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsSafeHtmlMessage

      public FessMessages addConstraintsSafeHtmlMessage(String property)
      Add the created action message for the key 'constraints.SafeHtml.message' with parameters.
       message: {item} may have unsafe html content.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsScriptAssertMessage

      public FessMessages addConstraintsScriptAssertMessage(String property, String script)
      Add the created action message for the key 'constraints.ScriptAssert.message' with parameters.
       message: script expression "{script}" didn't evaluate to true.
       
      Parameters:
      property - The property name for the message. (NotNull)
      script - The parameter script for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsUrlMessage

      public FessMessages addConstraintsUrlMessage(String property)
      Add the created action message for the key 'constraints.URL.message' with parameters.
       message: {item} must be a valid URL.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsRequiredMessage

      public FessMessages addConstraintsRequiredMessage(String property)
      Add the created action message for the key 'constraints.Required.message' with parameters.
       message: {item} is required.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsTypeIntegerMessage

      public FessMessages addConstraintsTypeIntegerMessage(String property)
      Add the created action message for the key 'constraints.TypeInteger.message' with parameters.
       message: {item} should be numeric.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsTypeLongMessage

      public FessMessages addConstraintsTypeLongMessage(String property)
      Add the created action message for the key 'constraints.TypeLong.message' with parameters.
       message: {item} should be numeric.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsTypeFloatMessage

      public FessMessages addConstraintsTypeFloatMessage(String property)
      Add the created action message for the key 'constraints.TypeFloat.message' with parameters.
       message: {item} should be numeric.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsTypeDoubleMessage

      public FessMessages addConstraintsTypeDoubleMessage(String property)
      Add the created action message for the key 'constraints.TypeDouble.message' with parameters.
       message: {item} should be numeric.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsTypeAnyMessage

      public FessMessages addConstraintsTypeAnyMessage(String property, String propertyType)
      Add the created action message for the key 'constraints.TypeAny.message' with parameters.
       message: {item} cannot convert as {propertyType}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      propertyType - The parameter propertyType for message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsUriTypeMessage

      public FessMessages addConstraintsUriTypeMessage(String property)
      Add the created action message for the key 'constraints.UriType.message' with parameters.
       message: {item} has wrong URI.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addConstraintsCronExpressionMessage

      public FessMessages addConstraintsCronExpressionMessage(String property)
      Add the created action message for the key 'constraints.CronExpression.message' with parameters.
       message: {item} is invalid cron expression.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsLoginFailure

      public FessMessages addErrorsLoginFailure(String property)
      Add the created action message for the key 'errors.login.failure' with parameters.
       message: Login failed.
       comment:
       /- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
       five framework-embedded messages (don't change key names)
       - - - - - - - - - -/
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsAppIllegalTransition

      public FessMessages addErrorsAppIllegalTransition(String property)
      Add the created action message for the key 'errors.app.illegal.transition' with parameters.
       message: Please retry because of illegal transition.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsAppDbAlreadyDeleted

      public FessMessages addErrorsAppDbAlreadyDeleted(String property)
      Add the created action message for the key 'errors.app.db.already.deleted' with parameters.
       message: others might be updated, so retry.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsAppDbAlreadyUpdated

      public FessMessages addErrorsAppDbAlreadyUpdated(String property)
      Add the created action message for the key 'errors.app.db.already.updated' with parameters.
       message: others might be updated, so retry.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsAppDbAlreadyExists

      public FessMessages addErrorsAppDbAlreadyExists(String property)
      Add the created action message for the key 'errors.app.db.already.exists' with parameters.
       message: already existing data, so retry.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsAppDoubleSubmitRequest

      public FessMessages addErrorsAppDoubleSubmitRequest(String property)
      Add the created action message for the key 'errors.app.double.submit.request' with parameters.
       message: Your request might have been processed before this request. Please check and retry it.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsLoginError

      public FessMessages addErrorsLoginError(String property)
      Add the created action message for the key 'errors.login_error' with parameters.
       message: Username or Password is not correct.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsSsoLoginError

      public FessMessages addErrorsSsoLoginError(String property)
      Add the created action message for the key 'errors.sso_login_error' with parameters.
       message: Failed to process SSO login.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsCouldNotFindLogFile

      public FessMessages addErrorsCouldNotFindLogFile(String property, String arg0)
      Add the created action message for the key 'errors.could_not_find_log_file' with parameters.
       message: Could not find {0}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToStartCrawlProcess

      public FessMessages addErrorsFailedToStartCrawlProcess(String property)
      Add the created action message for the key 'errors.failed_to_start_crawl_process' with parameters.
       message: Failed to start a crawl process.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsInvalidDesignJspFileName

      public FessMessages addErrorsInvalidDesignJspFileName(String property)
      Add the created action message for the key 'errors.invalid_design_jsp_file_name' with parameters.
       message: Invalid JSP file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsDesignJspFileDoesNotExist

      public FessMessages addErrorsDesignJspFileDoesNotExist(String property)
      Add the created action message for the key 'errors.design_jsp_file_does_not_exist' with parameters.
       message: JSP file does not exist.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsDesignFileNameIsNotFound

      public FessMessages addErrorsDesignFileNameIsNotFound(String property)
      Add the created action message for the key 'errors.design_file_name_is_not_found' with parameters.
       message: The file name is not specified.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToWriteDesignImageFile

      public FessMessages addErrorsFailedToWriteDesignImageFile(String property)
      Add the created action message for the key 'errors.failed_to_write_design_image_file' with parameters.
       message: Failed to upload an image file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToUpdateJspFile

      public FessMessages addErrorsFailedToUpdateJspFile(String property)
      Add the created action message for the key 'errors.failed_to_update_jsp_file' with parameters.
       message: Failed to update a jsp file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsDesignFileNameIsInvalid

      public FessMessages addErrorsDesignFileNameIsInvalid(String property)
      Add the created action message for the key 'errors.design_file_name_is_invalid' with parameters.
       message: The file name is invalid.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsDesignFileIsUnsupportedType

      public FessMessages addErrorsDesignFileIsUnsupportedType(String property)
      Add the created action message for the key 'errors.design_file_is_unsupported_type' with parameters.
       message: The kind of file is unsupported.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToCreateCrawlingConfigAtWizard

      public FessMessages addErrorsFailedToCreateCrawlingConfigAtWizard(String property)
      Add the created action message for the key 'errors.failed_to_create_crawling_config_at_wizard' with parameters.
       message: Failed to create a crawling config.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsDesignEditorDisabled

      public FessMessages addErrorsDesignEditorDisabled(String property)
      Add the created action message for the key 'errors.design_editor_disabled' with parameters.
       message: This feature is disabled.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsNotFoundOnFileSystem

      public FessMessages addErrorsNotFoundOnFileSystem(String property, String arg0)
      Add the created action message for the key 'errors.not_found_on_file_system' with parameters.
       message: Not Found: {0}
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsCouldNotOpenOnSystem

      public FessMessages addErrorsCouldNotOpenOnSystem(String property, String arg0)
      Add the created action message for the key 'errors.could_not_open_on_system' with parameters.
       message: Could not open {0}. <br/>Please check if the file is associated with an application.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsResultSizeExceeded

      public FessMessages addErrorsResultSizeExceeded(String property)
      Add the created action message for the key 'errors.result_size_exceeded' with parameters.
       message: No more results could be displayed.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsTargetFileDoesNotExist

      public FessMessages addErrorsTargetFileDoesNotExist(String property, String arg0)
      Add the created action message for the key 'errors.target_file_does_not_exist' with parameters.
       message: {0} file does not exist.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToDeleteFile

      public FessMessages addErrorsFailedToDeleteFile(String property, String arg0)
      Add the created action message for the key 'errors.failed_to_delete_file' with parameters.
       message: Failed to delete {0} file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsDocidNotFound

      public FessMessages addErrorsDocidNotFound(String property, String arg0)
      Add the created action message for the key 'errors.docid_not_found' with parameters.
       message: Not found Doc ID:{0}
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsDocumentNotFound

      public FessMessages addErrorsDocumentNotFound(String property, String arg0)
      Add the created action message for the key 'errors.document_not_found' with parameters.
       message: Not found URL of Doc ID:{0}
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsNotLoadFromServer

      public FessMessages addErrorsNotLoadFromServer(String property, String arg0)
      Add the created action message for the key 'errors.not_load_from_server' with parameters.
       message: Could not load from this server: {0}
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToStartJob

      public FessMessages addErrorsFailedToStartJob(String property, String arg0)
      Add the created action message for the key 'errors.failed_to_start_job' with parameters.
       message: Failed to start job {0}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToStopJob

      public FessMessages addErrorsFailedToStopJob(String property, String arg0)
      Add the created action message for the key 'errors.failed_to_stop_job' with parameters.
       message: Failed to stop job {0}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToDownloadSynonymFile

      public FessMessages addErrorsFailedToDownloadSynonymFile(String property)
      Add the created action message for the key 'errors.failed_to_download_synonym_file' with parameters.
       message: Failed to download the Synonym file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToUploadSynonymFile

      public FessMessages addErrorsFailedToUploadSynonymFile(String property)
      Add the created action message for the key 'errors.failed_to_upload_synonym_file' with parameters.
       message: Failed to upload the Synonym file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToDownloadStemmeroverrideFile

      public FessMessages addErrorsFailedToDownloadStemmeroverrideFile(String property)
      Add the created action message for the key 'errors.failed_to_download_stemmeroverride_file' with parameters.
       message: Failed to download the Stemmer Override file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToUploadStemmeroverrideFile

      public FessMessages addErrorsFailedToUploadStemmeroverrideFile(String property)
      Add the created action message for the key 'errors.failed_to_upload_stemmeroverride_file' with parameters.
       message: Failed to upload the Stemmer Override file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToDownloadKuromojiFile

      public FessMessages addErrorsFailedToDownloadKuromojiFile(String property)
      Add the created action message for the key 'errors.failed_to_download_kuromoji_file' with parameters.
       message: Failed to download the Kuromoji file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToUploadKuromojiFile

      public FessMessages addErrorsFailedToUploadKuromojiFile(String property)
      Add the created action message for the key 'errors.failed_to_upload_kuromoji_file' with parameters.
       message: Failed to upload the Kuromoji file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToDownloadProtwordsFile

      public FessMessages addErrorsFailedToDownloadProtwordsFile(String property)
      Add the created action message for the key 'errors.failed_to_download_protwords_file' with parameters.
       message: Failed to download the Protwords file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToUploadProtwordsFile

      public FessMessages addErrorsFailedToUploadProtwordsFile(String property)
      Add the created action message for the key 'errors.failed_to_upload_protwords_file' with parameters.
       message: Failed to upload the Protwords file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToDownloadStopwordsFile

      public FessMessages addErrorsFailedToDownloadStopwordsFile(String property)
      Add the created action message for the key 'errors.failed_to_download_stopwords_file' with parameters.
       message: Failed to download the Stopwords file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToUploadStopwordsFile

      public FessMessages addErrorsFailedToUploadStopwordsFile(String property)
      Add the created action message for the key 'errors.failed_to_upload_stopwords_file' with parameters.
       message: Failed to upload the Stopwords file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToDownloadElevateFile

      public FessMessages addErrorsFailedToDownloadElevateFile(String property)
      Add the created action message for the key 'errors.failed_to_download_elevate_file' with parameters.
       message: Failed to download the Elevate file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToUploadElevateFile

      public FessMessages addErrorsFailedToUploadElevateFile(String property)
      Add the created action message for the key 'errors.failed_to_upload_elevate_file' with parameters.
       message: Failed to upload the Elevate file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToDownloadBadwordFile

      public FessMessages addErrorsFailedToDownloadBadwordFile(String property)
      Add the created action message for the key 'errors.failed_to_download_badword_file' with parameters.
       message: Failed to download the Badword file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToUploadBadwordFile

      public FessMessages addErrorsFailedToUploadBadwordFile(String property)
      Add the created action message for the key 'errors.failed_to_upload_badword_file' with parameters.
       message: Failed to upload the Badword file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToDownloadMappingFile

      public FessMessages addErrorsFailedToDownloadMappingFile(String property)
      Add the created action message for the key 'errors.failed_to_download_mapping_file' with parameters.
       message: Failed to download the Mapping file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToUploadMappingFile

      public FessMessages addErrorsFailedToUploadMappingFile(String property)
      Add the created action message for the key 'errors.failed_to_upload_mapping_file' with parameters.
       message: Failed to upload the Mapping file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsInvalidKuromojiToken

      public FessMessages addErrorsInvalidKuromojiToken(String property, String arg0)
      Add the created action message for the key 'errors.invalid_kuromoji_token' with parameters.
       message: {0} is invalid.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsInvalidKuromojiSegmentation

      public FessMessages addErrorsInvalidKuromojiSegmentation(String property, String arg0, String arg1)
      Add the created action message for the key 'errors.invalid_kuromoji_segmentation' with parameters.
       message: The number of segmentations {0} does not the match number of readings {1}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      arg1 - The parameter arg1 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsInvalidStrIsIncluded

      public FessMessages addErrorsInvalidStrIsIncluded(String property, String arg0, String arg1)
      Add the created action message for the key 'errors.invalid_str_is_included' with parameters.
       message: "{1}" in "{0}" is invalid.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      arg1 - The parameter arg1 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsBlankPassword

      public FessMessages addErrorsBlankPassword(String property)
      Add the created action message for the key 'errors.blank_password' with parameters.
       message: Password is required.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsInvalidConfirmPassword

      public FessMessages addErrorsInvalidConfirmPassword(String property)
      Add the created action message for the key 'errors.invalid_confirm_password' with parameters.
       message: Confirm Password does not match.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsCannotDeleteDocBecauseOfRunning

      public FessMessages addErrorsCannotDeleteDocBecauseOfRunning(String property)
      Add the created action message for the key 'errors.cannot_delete_doc_because_of_running' with parameters.
       message: Crawler is running. The document cannot be deleted.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToDeleteDocInAdmin

      public FessMessages addErrorsFailedToDeleteDocInAdmin(String property)
      Add the created action message for the key 'errors.failed_to_delete_doc_in_admin' with parameters.
       message: Failed to delete document.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToSendTestmail

      public FessMessages addErrorsFailedToSendTestmail(String property)
      Add the created action message for the key 'errors.failed_to_send_testmail' with parameters.
       message: Failed to send the test mail.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsCouldNotFindBackupIndex

      public FessMessages addErrorsCouldNotFindBackupIndex(String property)
      Add the created action message for the key 'errors.could_not_find_backup_index' with parameters.
       message: Could not find index for backup.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsNoUserForChangingPassword

      public FessMessages addErrorsNoUserForChangingPassword(String property)
      Add the created action message for the key 'errors.no_user_for_changing_password' with parameters.
       message: The current password is incorrect.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToChangePassword

      public FessMessages addErrorsFailedToChangePassword(String property)
      Add the created action message for the key 'errors.failed_to_change_password' with parameters.
       message: Failed to change your password.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsUnknownVersionForUpgrade

      public FessMessages addErrorsUnknownVersionForUpgrade(String property)
      Add the created action message for the key 'errors.unknown_version_for_upgrade' with parameters.
       message: Unknown version information.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToUpgradeFrom

      public FessMessages addErrorsFailedToUpgradeFrom(String property, String arg0, String arg1)
      Add the created action message for the key 'errors.failed_to_upgrade_from' with parameters.
       message: Failed to upgrade from {0}: {1}
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      arg1 - The parameter arg1 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToReindex

      public FessMessages addErrorsFailedToReindex(String property, String arg0, String arg1)
      Add the created action message for the key 'errors.failed_to_reindex' with parameters.
       message: Failed to start reindexing from {0} to {1}
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      arg1 - The parameter arg1 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToReadRequestFile

      public FessMessages addErrorsFailedToReadRequestFile(String property, String arg0)
      Add the created action message for the key 'errors.failed_to_read_request_file' with parameters.
       message: Failed to read request file: {0}
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsInvalidHeaderForRequestFile

      public FessMessages addErrorsInvalidHeaderForRequestFile(String property, String arg0)
      Add the created action message for the key 'errors.invalid_header_for_request_file' with parameters.
       message: Invalid header: {0}
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsCouldNotDeleteLoggedInUser

      public FessMessages addErrorsCouldNotDeleteLoggedInUser(String property)
      Add the created action message for the key 'errors.could_not_delete_logged_in_user' with parameters.
       message: Could not delete logged in user.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsUnauthorizedRequest

      public FessMessages addErrorsUnauthorizedRequest(String property)
      Add the created action message for the key 'errors.unauthorized_request' with parameters.
       message: Unauthorized request.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToPrintThreadDump

      public FessMessages addErrorsFailedToPrintThreadDump(String property)
      Add the created action message for the key 'errors.failed_to_print_thread_dump' with parameters.
       message: Failed to print thread dump.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFileIsNotSupported

      public FessMessages addErrorsFileIsNotSupported(String property, String arg0)
      Add the created action message for the key 'errors.file_is_not_supported' with parameters.
       message: {0} is not supported.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsPluginFileIsNotFound

      public FessMessages addErrorsPluginFileIsNotFound(String property, String arg0)
      Add the created action message for the key 'errors.plugin_file_is_not_found' with parameters.
       message: {0} is not found.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToInstallPlugin

      public FessMessages addErrorsFailedToInstallPlugin(String property, String arg0)
      Add the created action message for the key 'errors.failed_to_install_plugin' with parameters.
       message: Failed to install {0}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToFindPlugins

      public FessMessages addErrorsFailedToFindPlugins(String property)
      Add the created action message for the key 'errors.failed_to_find_plugins' with parameters.
       message: Failed to access available plugins.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsFailedToProcessSsoRequest

      public FessMessages addErrorsFailedToProcessSsoRequest(String property, String arg0)
      Add the created action message for the key 'errors.failed_to_process_sso_request' with parameters.
       message: Failed to process the request: {0}
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsInvalidQueryUnknown

      public FessMessages addErrorsInvalidQueryUnknown(String property)
      Add the created action message for the key 'errors.invalid_query_unknown' with parameters.
       message: The given query has unknown condition.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsInvalidQueryParseError

      public FessMessages addErrorsInvalidQueryParseError(String property)
      Add the created action message for the key 'errors.invalid_query_parse_error' with parameters.
       message: The given query is invalid.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsInvalidQuerySortValue

      public FessMessages addErrorsInvalidQuerySortValue(String property, String arg0)
      Add the created action message for the key 'errors.invalid_query_sort_value' with parameters.
       message: The given sort ({0}) is invalid.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsInvalidQueryUnsupportedSortField

      public FessMessages addErrorsInvalidQueryUnsupportedSortField(String property, String arg0)
      Add the created action message for the key 'errors.invalid_query_unsupported_sort_field' with parameters.
       message: The given sort ({0}) is not supported.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsInvalidQueryUnsupportedSortOrder

      public FessMessages addErrorsInvalidQueryUnsupportedSortOrder(String property, String arg0)
      Add the created action message for the key 'errors.invalid_query_unsupported_sort_order' with parameters.
       message: The given sort order ({0}) is not supported.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsCrudInvalidMode

      public FessMessages addErrorsCrudInvalidMode(String property, String arg0, String arg1)
      Add the created action message for the key 'errors.crud_invalid_mode' with parameters.
       message: Invalid mode(expected value is {0}, but it's {1}).
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      arg1 - The parameter arg1 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsCrudFailedToCreateInstance

      public FessMessages addErrorsCrudFailedToCreateInstance(String property)
      Add the created action message for the key 'errors.crud_failed_to_create_instance' with parameters.
       message: Failed to create a new data.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsCrudFailedToCreateCrudTable

      public FessMessages addErrorsCrudFailedToCreateCrudTable(String property, String arg0)
      Add the created action message for the key 'errors.crud_failed_to_create_crud_table' with parameters.
       message: Failed to create a new data. ({0})
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsCrudFailedToUpdateCrudTable

      public FessMessages addErrorsCrudFailedToUpdateCrudTable(String property, String arg0)
      Add the created action message for the key 'errors.crud_failed_to_update_crud_table' with parameters.
       message: Failed to update the data. ({0})
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsCrudFailedToDeleteCrudTable

      public FessMessages addErrorsCrudFailedToDeleteCrudTable(String property, String arg0)
      Add the created action message for the key 'errors.crud_failed_to_delete_crud_table' with parameters.
       message: Failed to delete the data. ({0})
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsCrudCouldNotFindCrudTable

      public FessMessages addErrorsCrudCouldNotFindCrudTable(String property, String arg0)
      Add the created action message for the key 'errors.crud_could_not_find_crud_table' with parameters.
       message: Could not find the data({0}).
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsPropertyRequired

      public FessMessages addErrorsPropertyRequired(String property, String arg0)
      Add the created action message for the key 'errors.property_required' with parameters.
       message: {0} is required.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsPropertyTypeInteger

      public FessMessages addErrorsPropertyTypeInteger(String property, String arg0)
      Add the created action message for the key 'errors.property_type_integer' with parameters.
       message: {0} should be numeric.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsPropertyTypeLong

      public FessMessages addErrorsPropertyTypeLong(String property, String arg0)
      Add the created action message for the key 'errors.property_type_long' with parameters.
       message: {0} should be numeric.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsPropertyTypeFloat

      public FessMessages addErrorsPropertyTypeFloat(String property, String arg0)
      Add the created action message for the key 'errors.property_type_float' with parameters.
       message: {0} should be numeric.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsPropertyTypeDouble

      public FessMessages addErrorsPropertyTypeDouble(String property, String arg0)
      Add the created action message for the key 'errors.property_type_double' with parameters.
       message: {0} should be numeric.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsPropertyTypeDate

      public FessMessages addErrorsPropertyTypeDate(String property, String arg0)
      Add the created action message for the key 'errors.property_type_date' with parameters.
       message: {0} should be date.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsStorageFileUploadFailure

      public FessMessages addErrorsStorageFileUploadFailure(String property, String arg0)
      Add the created action message for the key 'errors.storage_file_upload_failure' with parameters.
       message: Failed to upload {0}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsStorageFileNotFound

      public FessMessages addErrorsStorageFileNotFound(String property)
      Add the created action message for the key 'errors.storage_file_not_found' with parameters.
       message: The target file is not found in Storage.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsStorageFileDownloadFailure

      public FessMessages addErrorsStorageFileDownloadFailure(String property, String arg0)
      Add the created action message for the key 'errors.storage_file_download_failure' with parameters.
       message: Failed to download {0}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsStorageAccessError

      public FessMessages addErrorsStorageAccessError(String property, String arg0)
      Add the created action message for the key 'errors.storage_access_error' with parameters.
       message: Storage access error: {0}
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsStorageNoUploadFile

      public FessMessages addErrorsStorageNoUploadFile(String property)
      Add the created action message for the key 'errors.storage_no_upload_file' with parameters.
       message: Upload file is required.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addErrorsStorageDirectoryNameIsInvalid

      public FessMessages addErrorsStorageDirectoryNameIsInvalid(String property)
      Add the created action message for the key 'errors.storage_directory_name_is_invalid' with parameters.
       message: Directory name is invalid.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessUpdateCrawlerParams

      public FessMessages addSuccessUpdateCrawlerParams(String property)
      Add the created action message for the key 'success.update_crawler_params' with parameters.
       message: Updated parameters.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessDeleteDocFromIndex

      public FessMessages addSuccessDeleteDocFromIndex(String property)
      Add the created action message for the key 'success.delete_doc_from_index' with parameters.
       message: Started a process to delete the document from index.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessCrawlingInfoDeleteAll

      public FessMessages addSuccessCrawlingInfoDeleteAll(String property)
      Add the created action message for the key 'success.crawling_info_delete_all' with parameters.
       message: Deleted session data.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessStartCrawlProcess

      public FessMessages addSuccessStartCrawlProcess(String property)
      Add the created action message for the key 'success.start_crawl_process' with parameters.
       message: Started a crawl process.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessUploadDesignFile

      public FessMessages addSuccessUploadDesignFile(String property, String arg0)
      Add the created action message for the key 'success.upload_design_file' with parameters.
       message: Uploaded {0}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessUpdateDesignJspFile

      public FessMessages addSuccessUpdateDesignJspFile(String property, String arg0)
      Add the created action message for the key 'success.update_design_jsp_file' with parameters.
       message: Updated {0}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessCreateCrawlingConfigAtWizard

      public FessMessages addSuccessCreateCrawlingConfigAtWizard(String property, String arg0)
      Add the created action message for the key 'success.create_crawling_config_at_wizard' with parameters.
       message: Created a crawling config ({0}).
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessFailureUrlDeleteAll

      public FessMessages addSuccessFailureUrlDeleteAll(String property)
      Add the created action message for the key 'success.failure_url_delete_all' with parameters.
       message: Deleted failure urls.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessDeleteFile

      public FessMessages addSuccessDeleteFile(String property, String arg0)
      Add the created action message for the key 'success.delete_file' with parameters.
       message: Deleted {0} file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessJobStarted

      public FessMessages addSuccessJobStarted(String property, String arg0)
      Add the created action message for the key 'success.job_started' with parameters.
       message: Started job {0}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessJobStopped

      public FessMessages addSuccessJobStopped(String property, String arg0)
      Add the created action message for the key 'success.job_stopped' with parameters.
       message: Stopped job {0}.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessUploadSynonymFile

      public FessMessages addSuccessUploadSynonymFile(String property)
      Add the created action message for the key 'success.upload_synonym_file' with parameters.
       message: Uploaded Synonym file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessUploadProtwordsFile

      public FessMessages addSuccessUploadProtwordsFile(String property)
      Add the created action message for the key 'success.upload_protwords_file' with parameters.
       message: Uploaded Protwords file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessUploadStopwordsFile

      public FessMessages addSuccessUploadStopwordsFile(String property)
      Add the created action message for the key 'success.upload_stopwords_file' with parameters.
       message: Uploaded Stopwords file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessUploadStemmeroverrideFile

      public FessMessages addSuccessUploadStemmeroverrideFile(String property)
      Add the created action message for the key 'success.upload_stemmeroverride_file' with parameters.
       message: Uploaded Stemmer Override file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessUploadKuromojiFile

      public FessMessages addSuccessUploadKuromojiFile(String property)
      Add the created action message for the key 'success.upload_kuromoji_file' with parameters.
       message: Uploaded Kuromoji file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessUploadElevateWord

      public FessMessages addSuccessUploadElevateWord(String property)
      Add the created action message for the key 'success.upload_elevate_word' with parameters.
       message: Uploaded Additional Word file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessUploadBadWord

      public FessMessages addSuccessUploadBadWord(String property)
      Add the created action message for the key 'success.upload_bad_word' with parameters.
       message: Uploaded Bad Word file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessUploadMappingFile

      public FessMessages addSuccessUploadMappingFile(String property)
      Add the created action message for the key 'success.upload_mapping_file' with parameters.
       message: Uploaded Mapping file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessSendTestmail

      public FessMessages addSuccessSendTestmail(String property)
      Add the created action message for the key 'success.send_testmail' with parameters.
       message: Sent the test mail.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessJobLogDeleteAll

      public FessMessages addSuccessJobLogDeleteAll(String property)
      Add the created action message for the key 'success.job_log_delete_all' with parameters.
       message: Deleted job logs.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessChangedPassword

      public FessMessages addSuccessChangedPassword(String property)
      Add the created action message for the key 'success.changed_password' with parameters.
       message: Changed your password.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessStartedDataUpdate

      public FessMessages addSuccessStartedDataUpdate(String property)
      Add the created action message for the key 'success.started_data_update' with parameters.
       message: Started data update process.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessReindexStarted

      public FessMessages addSuccessReindexStarted(String property)
      Add the created action message for the key 'success.reindex_started' with parameters.
       message: Started reindexing.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessBulkProcessStarted

      public FessMessages addSuccessBulkProcessStarted(String property)
      Add the created action message for the key 'success.bulk_process_started' with parameters.
       message: Bulk process is started.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessPrintThreadDump

      public FessMessages addSuccessPrintThreadDump(String property)
      Add the created action message for the key 'success.print_thread_dump' with parameters.
       message: Printed thread dump to log file.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessInstallPlugin

      public FessMessages addSuccessInstallPlugin(String property, String arg0)
      Add the created action message for the key 'success.install_plugin' with parameters.
       message: Installing {0} plugin.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessDeletePlugin

      public FessMessages addSuccessDeletePlugin(String property, String arg0)
      Add the created action message for the key 'success.delete_plugin' with parameters.
       message: Deleting {0} plugin.
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessUploadFileToStorage

      public FessMessages addSuccessUploadFileToStorage(String property, String arg0)
      Add the created action message for the key 'success.upload_file_to_storage' with parameters.
       message: Uploaded {0}
       
      Parameters:
      property - The property name for the message. (NotNull)
      arg0 - The parameter arg0 for message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessSsoLogout

      public FessMessages addSuccessSsoLogout(String property)
      Add the created action message for the key 'success.sso_logout' with parameters.
       message: Logged out.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessCrudCreateCrudTable

      public FessMessages addSuccessCrudCreateCrudTable(String property)
      Add the created action message for the key 'success.crud_create_crud_table' with parameters.
       message: Created data.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessCrudUpdateCrudTable

      public FessMessages addSuccessCrudUpdateCrudTable(String property)
      Add the created action message for the key 'success.crud_update_crud_table' with parameters.
       message: Updated data.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)
    • addSuccessCrudDeleteCrudTable

      public FessMessages addSuccessCrudDeleteCrudTable(String property)
      Add the created action message for the key 'success.crud_delete_crud_table' with parameters.
       message: Deleted data.
       
      Parameters:
      property - The property name for the message. (NotNull)
      Returns:
      this. (NotNull)