|
@@ -11,6 +11,18 @@ public class FessMessages extends FessLabels {
|
|
/** The serial version UID for object serialization. (Default) */
|
|
/** The serial version UID for object serialization. (Default) */
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
+ /** The key of the message: <font color="red"><ul> */
|
|
|
|
+ public static final String ERRORS_HEADER = "{errors.header}";
|
|
|
|
+
|
|
|
|
+ /** The key of the message: </ul></font> */
|
|
|
|
+ public static final String ERRORS_FOOTER = "{errors.footer}";
|
|
|
|
+
|
|
|
|
+ /** The key of the message: <li> */
|
|
|
|
+ public static final String ERRORS_PREFIX = "{errors.prefix}";
|
|
|
|
+
|
|
|
|
+ /** The key of the message: </li> */
|
|
|
|
+ public static final String ERRORS_SUFFIX = "{errors.suffix}";
|
|
|
|
+
|
|
/** The key of the message: must be false */
|
|
/** The key of the message: must be false */
|
|
public static final String CONSTRAINTS_AssertFalse_MESSAGE = "{constraints.AssertFalse.message}";
|
|
public static final String CONSTRAINTS_AssertFalse_MESSAGE = "{constraints.AssertFalse.message}";
|
|
|
|
|
|
@@ -113,96 +125,6 @@ public class FessMessages extends FessLabels {
|
|
/** The key of the message: already existing data, so retry */
|
|
/** The key of the message: already existing data, so retry */
|
|
public static final String ERRORS_APP_DB_ALREADY_EXISTS = "{errors.app.db.already.exists}";
|
|
public static final String ERRORS_APP_DB_ALREADY_EXISTS = "{errors.app.db.already.exists}";
|
|
|
|
|
|
- /** The key of the message: <div class="alert"><button type="button" class="close" data-dismiss="alert">×</button> */
|
|
|
|
- public static final String ERRORS_front_header = "{errors.front_header}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: </div> */
|
|
|
|
- public static final String ERRORS_front_footer = "{errors.front_footer}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: <div> */
|
|
|
|
- public static final String ERRORS_front_prefix = "{errors.front_prefix}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: </div> */
|
|
|
|
- public static final String ERRORS_front_suffix = "{errors.front_suffix}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: <div class="alert-message error"> */
|
|
|
|
- public static final String ERRORS_HEADER = "{errors.header}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: </div> */
|
|
|
|
- public static final String ERRORS_FOOTER = "{errors.footer}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: <p> */
|
|
|
|
- public static final String ERRORS_PREFIX = "{errors.prefix}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: </p> */
|
|
|
|
- public static final String ERRORS_SUFFIX = "{errors.suffix}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} is invalid. */
|
|
|
|
- public static final String ERRORS_INVALID = "{errors.invalid}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} can not be greater than {1} characters. */
|
|
|
|
- public static final String ERRORS_MAXLENGTH = "{errors.maxlength}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} can not be less than {1} characters. */
|
|
|
|
- public static final String ERRORS_MINLENGTH = "{errors.minlength}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} can not be greater than {1} bytes. */
|
|
|
|
- public static final String ERRORS_MAXBYTELENGTH = "{errors.maxbytelength}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} can not be less than {1} bytes. */
|
|
|
|
- public static final String ERRORS_MINBYTELENGTH = "{errors.minbytelength}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} is not in the range {1} through {2}. */
|
|
|
|
- public static final String ERRORS_RANGE = "{errors.range}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} is required. */
|
|
|
|
- public static final String ERRORS_REQUIRED = "{errors.required}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} must be an byte. */
|
|
|
|
- public static final String ERRORS_BYTE = "{errors.byte}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} is not a date. */
|
|
|
|
- public static final String ERRORS_DATE = "{errors.date}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} must be an double. */
|
|
|
|
- public static final String ERRORS_DOUBLE = "{errors.double}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} must be an float. */
|
|
|
|
- public static final String ERRORS_FLOAT = "{errors.float}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} must be an integer. */
|
|
|
|
- public static final String ERRORS_INTEGER = "{errors.integer}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} must be an long. */
|
|
|
|
- public static final String ERRORS_LONG = "{errors.long}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} must be an short. */
|
|
|
|
- public static final String ERRORS_SHORT = "{errors.short}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} is not a valid credit card number. */
|
|
|
|
- public static final String ERRORS_CREDITCARD = "{errors.creditcard}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} is an invalid e-mail address. */
|
|
|
|
- public static final String ERRORS_EMAIL = "{errors.email}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} is an invalid url (web address). */
|
|
|
|
- public static final String ERRORS_URL = "{errors.url}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} is a invalid format. */
|
|
|
|
- public static final String ERRORS_CRONEXPRESSION = "{errors.cronexpression}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} is a invalid uri. */
|
|
|
|
- public static final String ERRORS_URITYPE = "{errors.uritype}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} must be alphabet or digit only. */
|
|
|
|
- public static final String ERRORS_ALPHA_DIGIT_ONLY = "{errors.alphaDigitOnly}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: {0} must be alphabet, digit, or space only. */
|
|
|
|
- public static final String ERRORS_ALPHA_DIGIT_SPACE_ONLY = "{errors.alphaDigitSpaceOnly}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Invalid request. */
|
|
|
|
- public static final String ERRORS_TOKEN = "{errors.token}";
|
|
|
|
-
|
|
|
|
/** The key of the message: Failed to update parameters. Please contact to a site administrator. */
|
|
/** The key of the message: Failed to update parameters. Please contact to a site administrator. */
|
|
public static final String ERRORS_failed_to_update_crawler_params = "{errors.failed_to_update_crawler_params}";
|
|
public static final String ERRORS_failed_to_update_crawler_params = "{errors.failed_to_update_crawler_params}";
|
|
|
|
|
|
@@ -348,12 +270,18 @@ public class FessMessages extends FessLabels {
|
|
/** The key of the message: Synonym file is not found */
|
|
/** The key of the message: Synonym file is not found */
|
|
public static final String ERRORS_kuromoji_file_is_not_found = "{errors.kuromoji_file_is_not_found}";
|
|
public static final String ERRORS_kuromoji_file_is_not_found = "{errors.kuromoji_file_is_not_found}";
|
|
|
|
|
|
- /** The key of the message: Failed to download the UserDict file. */
|
|
|
|
|
|
+ /** The key of the message: Failed to download the Kuromoji file. */
|
|
public static final String ERRORS_failed_to_download_kuromoji_file = "{errors.failed_to_download_kuromoji_file}";
|
|
public static final String ERRORS_failed_to_download_kuromoji_file = "{errors.failed_to_download_kuromoji_file}";
|
|
|
|
|
|
- /** The key of the message: Failed to upload the UserDict file. */
|
|
|
|
|
|
+ /** The key of the message: Failed to upload the Kuromoji file. */
|
|
public static final String ERRORS_failed_to_upload_kuromoji_file = "{errors.failed_to_upload_kuromoji_file}";
|
|
public static final String ERRORS_failed_to_upload_kuromoji_file = "{errors.failed_to_upload_kuromoji_file}";
|
|
|
|
|
|
|
|
+ /** The key of the message: "{1}" in "{0}" is invalid. */
|
|
|
|
+ public static final String ERRORS_invalid_str_is_included = "{errors.invalid_str_is_included}";
|
|
|
|
+
|
|
|
|
+ /** The key of the message: Failed to reload core. Check log files. */
|
|
|
|
+ public static final String ERRORS_failed_to_reload_core = "{errors.failed_to_reload_core}";
|
|
|
|
+
|
|
/** The key of the message: Password is required. */
|
|
/** The key of the message: Password is required. */
|
|
public static final String ERRORS_blank_password = "{errors.blank_password}";
|
|
public static final String ERRORS_blank_password = "{errors.blank_password}";
|
|
|
|
|
|
@@ -384,6 +312,21 @@ public class FessMessages extends FessLabels {
|
|
/** The key of the message: An invalid range is used. The example of the range format is "field:'{'Aida TO Carmen'}'". */
|
|
/** The key of the message: An invalid range is used. The example of the range format is "field:'{'Aida TO Carmen'}'". */
|
|
public static final String ERRORS_invalid_query_str_range = "{errors.invalid_query_str_range}";
|
|
public static final String ERRORS_invalid_query_str_range = "{errors.invalid_query_str_range}";
|
|
|
|
|
|
|
|
+ /** The key of the message: Invalid mode(expected value is {0}, but it's {1}). */
|
|
|
|
+ public static final String ERRORS_crud_invalid_mode = "{errors.crud_invalid_mode}";
|
|
|
|
+
|
|
|
|
+ /** The key of the message: Failed to create a new data. */
|
|
|
|
+ public static final String ERRORS_crud_failed_to_create_crud_table = "{errors.crud_failed_to_create_crud_table}";
|
|
|
|
+
|
|
|
|
+ /** The key of the message: Failed to update the data. */
|
|
|
|
+ public static final String ERRORS_crud_failed_to_update_crud_table = "{errors.crud_failed_to_update_crud_table}";
|
|
|
|
+
|
|
|
|
+ /** The key of the message: Failed to delete the data. */
|
|
|
|
+ public static final String ERRORS_crud_failed_to_delete_crud_table = "{errors.crud_failed_to_delete_crud_table}";
|
|
|
|
+
|
|
|
|
+ /** The key of the message: Could not find the data({0}). */
|
|
|
|
+ public static final String ERRORS_crud_could_not_find_crud_table = "{errors.crud_could_not_find_crud_table}";
|
|
|
|
+
|
|
/** The key of the message: Updated parameters. */
|
|
/** The key of the message: Updated parameters. */
|
|
public static final String SUCCESS_update_crawler_params = "{success.update_crawler_params}";
|
|
public static final String SUCCESS_update_crawler_params = "{success.update_crawler_params}";
|
|
|
|
|
|
@@ -462,7 +405,7 @@ public class FessMessages extends FessLabels {
|
|
/** The key of the message: Uploaded Synonym file. */
|
|
/** The key of the message: Uploaded Synonym file. */
|
|
public static final String SUCCESS_upload_synonym_file = "{success.upload_synonym_file}";
|
|
public static final String SUCCESS_upload_synonym_file = "{success.upload_synonym_file}";
|
|
|
|
|
|
- /** The key of the message: Uploaded UserDict file. */
|
|
|
|
|
|
+ /** The key of the message: Uploaded Kuromoji file. */
|
|
public static final String SUCCESS_upload_kuromoji_file = "{success.upload_kuromoji_file}";
|
|
public static final String SUCCESS_upload_kuromoji_file = "{success.upload_kuromoji_file}";
|
|
|
|
|
|
/** The key of the message: Uploaded Additional Word file. */
|
|
/** The key of the message: Uploaded Additional Word file. */
|
|
@@ -471,81 +414,6 @@ public class FessMessages extends FessLabels {
|
|
/** The key of the message: Uploaded Bad Word file. */
|
|
/** The key of the message: Uploaded Bad Word file. */
|
|
public static final String SUCCESS_upload_suggest_bad_word = "{success.upload_suggest_bad_word}";
|
|
public static final String SUCCESS_upload_suggest_bad_word = "{success.upload_suggest_bad_word}";
|
|
|
|
|
|
- /** The key of the message: Label */
|
|
|
|
- public static final String LABEL_facet_label_title = "{label.facet_label_title}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Term */
|
|
|
|
- public static final String LABEL_facet_lastModified_title = "{label.facet_lastModified_title}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Past 24 Hours */
|
|
|
|
- public static final String LABEL_facet_lastModified_1day = "{label.facet_lastModified_1day}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Past Week */
|
|
|
|
- public static final String LABEL_facet_lastModified_1week = "{label.facet_lastModified_1week}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Past Month */
|
|
|
|
- public static final String LABEL_facet_lastModified_1month = "{label.facet_lastModified_1month}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Past Year */
|
|
|
|
- public static final String LABEL_facet_lastModified_1year = "{label.facet_lastModified_1year}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Size */
|
|
|
|
- public static final String LABEL_facet_contentLength_title = "{label.facet_contentLength_title}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: - 10kb */
|
|
|
|
- public static final String LABEL_facet_contentLength_10k = "{label.facet_contentLength_10k}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: 10kb - 100kb */
|
|
|
|
- public static final String LABEL_facet_contentLength_10kto100k = "{label.facet_contentLength_10kto100k}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: 100kb - 500kb */
|
|
|
|
- public static final String LABEL_facet_contentLength_100kto500k = "{label.facet_contentLength_100kto500k}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: 500kb - 1mb */
|
|
|
|
- public static final String LABEL_facet_contentLength_500kto1m = "{label.facet_contentLength_500kto1m}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: 1mb - */
|
|
|
|
- public static final String LABEL_facet_contentLength_1m = "{label.facet_contentLength_1m}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: File Type */
|
|
|
|
- public static final String LABEL_facet_filetype_title = "{label.facet_filetype_title}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: HTML */
|
|
|
|
- public static final String LABEL_facet_filetype_html = "{label.facet_filetype_html}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Word */
|
|
|
|
- public static final String LABEL_facet_filetype_word = "{label.facet_filetype_word}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Excel */
|
|
|
|
- public static final String LABEL_facet_filetype_excel = "{label.facet_filetype_excel}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: PowerPoint */
|
|
|
|
- public static final String LABEL_facet_filetype_powerpoint = "{label.facet_filetype_powerpoint}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: PDF */
|
|
|
|
- public static final String LABEL_facet_filetype_pdf = "{label.facet_filetype_pdf}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: PDF */
|
|
|
|
- public static final String LABEL_facet_filetype_others = "{label.facet_filetype_others}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Reset */
|
|
|
|
- public static final String LABEL_facet_label_reset = "{label.facet_label_reset}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Invalid mode(expected value is {0}, but it's {1}). */
|
|
|
|
- public static final String ERRORS_crud_invalid_mode = "{errors.crud_invalid_mode}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Failed to create a new data. */
|
|
|
|
- public static final String ERRORS_crud_failed_to_create_crud_table = "{errors.crud_failed_to_create_crud_table}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Failed to update the data. */
|
|
|
|
- public static final String ERRORS_crud_failed_to_update_crud_table = "{errors.crud_failed_to_update_crud_table}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Failed to delete the data. */
|
|
|
|
- public static final String ERRORS_crud_failed_to_delete_crud_table = "{errors.crud_failed_to_delete_crud_table}";
|
|
|
|
-
|
|
|
|
- /** The key of the message: Could not find the data({0}). */
|
|
|
|
- public static final String ERRORS_crud_could_not_find_crud_table = "{errors.crud_could_not_find_crud_table}";
|
|
|
|
-
|
|
|
|
/** The key of the message: Created data. */
|
|
/** The key of the message: Created data. */
|
|
public static final String SUCCESS_crud_create_crud_table = "{success.crud_create_crud_table}";
|
|
public static final String SUCCESS_crud_create_crud_table = "{success.crud_create_crud_table}";
|
|
|
|
|
|
@@ -555,6 +423,63 @@ public class FessMessages extends FessLabels {
|
|
/** The key of the message: Deleted data. */
|
|
/** The key of the message: Deleted data. */
|
|
public static final String SUCCESS_crud_delete_crud_table = "{success.crud_delete_crud_table}";
|
|
public static final String SUCCESS_crud_delete_crud_table = "{success.crud_delete_crud_table}";
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * Add the created action message for the key 'errors.header' with parameters.
|
|
|
|
+ * <pre>
|
|
|
|
+ * message: <font color="red"><ul>
|
|
|
|
+ * comment: ------------
|
|
|
|
+ * </pre>
|
|
|
|
+ * @param property The property name for the message. (NotNull)
|
|
|
|
+ * @return this. (NotNull)
|
|
|
|
+ */
|
|
|
|
+ public FessMessages addErrorsHeader(String property) {
|
|
|
|
+ assertPropertyNotNull(property);
|
|
|
|
+ add(property, new ActionMessage(ERRORS_HEADER));
|
|
|
|
+ return this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * Add the created action message for the key 'errors.footer' with parameters.
|
|
|
|
+ * <pre>
|
|
|
|
+ * message: </ul></font>
|
|
|
|
+ * </pre>
|
|
|
|
+ * @param property The property name for the message. (NotNull)
|
|
|
|
+ * @return this. (NotNull)
|
|
|
|
+ */
|
|
|
|
+ public FessMessages addErrorsFooter(String property) {
|
|
|
|
+ assertPropertyNotNull(property);
|
|
|
|
+ add(property, new ActionMessage(ERRORS_FOOTER));
|
|
|
|
+ return this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * Add the created action message for the key 'errors.prefix' with parameters.
|
|
|
|
+ * <pre>
|
|
|
|
+ * message: <li>
|
|
|
|
+ * </pre>
|
|
|
|
+ * @param property The property name for the message. (NotNull)
|
|
|
|
+ * @return this. (NotNull)
|
|
|
|
+ */
|
|
|
|
+ public FessMessages addErrorsPrefix(String property) {
|
|
|
|
+ assertPropertyNotNull(property);
|
|
|
|
+ add(property, new ActionMessage(ERRORS_PREFIX));
|
|
|
|
+ return this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * Add the created action message for the key 'errors.suffix' with parameters.
|
|
|
|
+ * <pre>
|
|
|
|
+ * message: </li>
|
|
|
|
+ * </pre>
|
|
|
|
+ * @param property The property name for the message. (NotNull)
|
|
|
|
+ * @return this. (NotNull)
|
|
|
|
+ */
|
|
|
|
+ public FessMessages addErrorsSuffix(String property) {
|
|
|
|
+ assertPropertyNotNull(property);
|
|
|
|
+ add(property, new ActionMessage(ERRORS_SUFFIX));
|
|
|
|
+ return this;
|
|
|
|
+ }
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Add the created action message for the key 'constraints.AssertFalse.message' with parameters.
|
|
* Add the created action message for the key 'constraints.AssertFalse.message' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
@@ -1056,2068 +981,1371 @@ public class FessMessages extends FessLabels {
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.front_header' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_update_crawler_params' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: <div class="alert"><button type="button" class="close" data-dismiss="alert">×</button>
|
|
|
|
|
|
+ * message: Failed to update parameters. Please contact to a site administrator.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFrontHeader(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToUpdateCrawlerParams(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_front_header));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_update_crawler_params));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.front_footer' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_update_web_crawler_params' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: </div>
|
|
|
|
|
|
+ * message: Failed to update parameters. Please contact to a site administrator.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFrontFooter(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToUpdateWebCrawlerParams(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_front_footer));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_update_web_crawler_params));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.front_prefix' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_update_solr_params' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: <div>
|
|
|
|
|
|
+ * message: Failed to update parameters. Please contact to a site administrator.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFrontPrefix(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToUpdateSolrParams(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_front_prefix));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_update_solr_params));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.front_suffix' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'error.login_error' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: </div>
|
|
|
|
|
|
+ * message: Username or Password is not correct.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFrontSuffix(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorLoginError(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_front_suffix));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERROR_login_error));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.header' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_commit_solr_index' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: <div class="alert-message error">
|
|
|
|
|
|
+ * message: Failed to commit index.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsHeader(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToCommitSolrIndex(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_HEADER));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_commit_solr_index));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.footer' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_optimize_solr_index' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: </div>
|
|
|
|
|
|
+ * message: Failed to optimize index.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFooter(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToOptimizeSolrIndex(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_FOOTER));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_optimize_solr_index));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.prefix' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_delete_solr_index' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: <p>
|
|
|
|
|
|
+ * message: Failed to delete index.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsPrefix(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToDeleteSolrIndex(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_PREFIX));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_delete_solr_index));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.suffix' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_start_solr_process_because_of_running' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: </p>
|
|
|
|
|
|
+ * message: Failed to start a process because of running solr process.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsSuffix(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToStartSolrProcessBecauseOfRunning(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_SUFFIX));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_start_solr_process_because_of_running));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.invalid' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_import_data' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} is invalid.
|
|
|
|
|
|
+ * message: Failed to restore data.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsInvalid(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToImportData(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_INVALID, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_import_data));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.maxlength' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.unknown_import_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} can not be greater than {1} characters.
|
|
|
|
|
|
+ * message: Unknown file type.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @param arg1 The parameter arg1 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsMaxlength(String property, String arg0, String arg1) {
|
|
|
|
|
|
+ public FessMessages addErrorsUnknownImportFile(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_MAXLENGTH, arg0, arg1));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_unknown_import_file));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.minlength' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_export_data' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} can not be less than {1} characters.
|
|
|
|
|
|
+ * message: Failed to backup data.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @param arg1 The parameter arg1 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsMinlength(String property, String arg0, String arg1) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToExportData(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_MINLENGTH, arg0, arg1));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_export_data));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.maxbytelength' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.could_not_find_log_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} can not be greater than {1} bytes.
|
|
|
|
|
|
+ * message: Could not find {0}.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @param arg0 The parameter arg0 for message. (NotNull)
|
|
- * @param arg1 The parameter arg1 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsMaxbytelength(String property, String arg0, String arg1) {
|
|
|
|
|
|
+ public FessMessages addErrorsCouldNotFindLogFile(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_MAXBYTELENGTH, arg0, arg1));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_could_not_find_log_file, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.minbytelength' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.no_running_crawl_process' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} can not be less than {1} bytes.
|
|
|
|
|
|
+ * message: No running crawl process.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @param arg1 The parameter arg1 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsMinbytelength(String property, String arg0, String arg1) {
|
|
|
|
|
|
+ public FessMessages addErrorsNoRunningCrawlProcess(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_MINBYTELENGTH, arg0, arg1));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_no_running_crawl_process));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.range' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_start_crawl_process' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} is not in the range {1} through {2}.
|
|
|
|
|
|
+ * message: Failed to start a crawl process.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @param arg1 The parameter arg1 for message. (NotNull)
|
|
|
|
- * @param arg2 The parameter arg2 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsRange(String property, String arg0, String arg1, String arg2) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToStartCrawlProcess(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_RANGE, arg0, arg1, arg2));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_start_crawl_process));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.required' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.invalid_design_jsp_file_name' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} is required.
|
|
|
|
|
|
+ * message: Invalid JSP file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsRequired(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsInvalidDesignJspFileName(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_REQUIRED, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_invalid_design_jsp_file_name));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.byte' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.design_jsp_file_does_not_exist' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} must be an byte.
|
|
|
|
|
|
+ * message: JSP file does not exist.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsByte(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsDesignJspFileDoesNotExist(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_BYTE, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_design_jsp_file_does_not_exist));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.date' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.design_file_name_is_not_found' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} is not a date.
|
|
|
|
|
|
+ * message: The file name is not specified.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsDate(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsDesignFileNameIsNotFound(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_DATE, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_design_file_name_is_not_found));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.double' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_write_design_image_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} must be an double.
|
|
|
|
|
|
+ * message: Failed to upload an image file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsDouble(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToWriteDesignImageFile(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_DOUBLE, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_write_design_image_file));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.float' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_update_jsp_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} must be an float.
|
|
|
|
|
|
+ * message: Failed to update a jsp file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFloat(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToUpdateJspFile(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_FLOAT, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_update_jsp_file));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.integer' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.design_file_name_is_invalid' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} must be an integer.
|
|
|
|
|
|
+ * message: The file name is invalid.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsInteger(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsDesignFileNameIsInvalid(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_INTEGER, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_design_file_name_is_invalid));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.long' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.design_file_is_unsupported_type' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} must be an long.
|
|
|
|
|
|
+ * message: The kind of file is unsupported.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsLong(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsDesignFileIsUnsupportedType(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_LONG, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_design_file_is_unsupported_type));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.short' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_start_solr_instance' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} must be an short.
|
|
|
|
|
|
+ * message: Failed to start a solr instance.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsShort(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToStartSolrInstance(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_SHORT, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_start_solr_instance));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.creditcard' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_stop_solr_instance' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} is not a valid credit card number.
|
|
|
|
|
|
+ * message: Failed to stop a solr instance.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsCreditcard(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToStopSolrInstance(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_CREDITCARD, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_stop_solr_instance));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.email' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_reload_solr_instance' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} is an invalid e-mail address.
|
|
|
|
|
|
+ * message: Failed to reload a solr instance.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsEmail(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToReloadSolrInstance(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_EMAIL, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_reload_solr_instance));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.url' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_update_crawler_schedule' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} is an invalid url (web address).
|
|
|
|
|
|
+ * message: Failed to update a crawling schedule.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsUrl(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToUpdateCrawlerSchedule(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_URL, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_update_crawler_schedule));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.cronexpression' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_create_crawling_config_at_wizard' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} is a invalid format.
|
|
|
|
|
|
+ * message: Failed to create a crawling config.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsCronexpression(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToCreateCrawlingConfigAtWizard(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_CRONEXPRESSION, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_create_crawling_config_at_wizard));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.uritype' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.design_editor_disabled' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} is a invalid uri.
|
|
|
|
|
|
+ * message: This feature is disabled.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsUritype(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsDesignEditorDisabled(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_URITYPE, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_design_editor_disabled));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.alphaDigitOnly' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.could_not_create_search_log_csv' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} must be alphabet or digit only.
|
|
|
|
|
|
+ * message: Could not create a search log csv file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsAlphaDigitOnly(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsCouldNotCreateSearchLogCsv(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_ALPHA_DIGIT_ONLY, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_could_not_create_search_log_csv));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.alphaDigitSpaceOnly' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.not_found_on_file_system' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: {0} must be alphabet, digit, or space only.
|
|
|
|
|
|
+ * message: Not Found: {0}
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsAlphaDigitSpaceOnly(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsNotFoundOnFileSystem(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_ALPHA_DIGIT_SPACE_ONLY, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_not_found_on_file_system, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.token' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.could_not_open_on_system' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Invalid request.
|
|
|
|
|
|
+ * message: Could not open {0}. <br/>Please check if the file is associated with an application.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsToken(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsCouldNotOpenOnSystem(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_TOKEN));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_could_not_open_on_system, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_update_crawler_params' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.process_time_is_exceeded' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to update parameters. Please contact to a site administrator.
|
|
|
|
|
|
+ * message: The limit of a search time was exceeded. The partial result was displayed.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToUpdateCrawlerParams(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsProcessTimeIsExceeded(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_update_crawler_params));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_process_time_is_exceeded));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_update_web_crawler_params' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.result_size_exceeded' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to update parameters. Please contact to a site administrator.
|
|
|
|
|
|
+ * message: No more results could be displayed.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToUpdateWebCrawlerParams(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsResultSizeExceeded(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_update_web_crawler_params));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_result_size_exceeded));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_update_solr_params' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.target_file_does_not_exist' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to update parameters. Please contact to a site administrator.
|
|
|
|
|
|
+ * message: {0} file does not exist.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToUpdateSolrParams(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsTargetFileDoesNotExist(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_update_solr_params));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_target_file_does_not_exist, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'error.login_error' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_download_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Username or Password is not correct.
|
|
|
|
|
|
+ * message: Failed to download {0} file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorLoginError(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToDownloadFile(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERROR_login_error));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_download_file, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_commit_solr_index' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_delete_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to commit index.
|
|
|
|
|
|
+ * message: Failed to delete {0} file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToCommitSolrIndex(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToDeleteFile(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_commit_solr_index));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_delete_file, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_optimize_solr_index' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_redirect' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to optimize index.
|
|
|
|
|
|
+ * message: Failed to redirect {0}.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToOptimizeSolrIndex(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToRedirect(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_optimize_solr_index));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_redirect, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_delete_solr_index' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.unsupported_encoding' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to delete index.
|
|
|
|
|
|
+ * message: {0} is not supported as encoding.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToDeleteSolrIndex(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsUnsupportedEncoding(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_delete_solr_index));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_unsupported_encoding, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_start_solr_process_because_of_running' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.docid_not_found' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to start a process because of running solr process.
|
|
|
|
|
|
+ * message: Not found Doc ID:{0}
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToStartSolrProcessBecauseOfRunning(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsDocidNotFound(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_start_solr_process_because_of_running));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_docid_not_found, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_import_data' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.document_not_found' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to restore data.
|
|
|
|
|
|
+ * message: Not found URL of Doc ID:{0}
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToImportData(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsDocumentNotFound(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_import_data));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_document_not_found, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.unknown_import_file' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.not_load_from_server' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Unknown file type.
|
|
|
|
|
|
+ * message: Could not load from this server: {0}
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsUnknownImportFile(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsNotLoadFromServer(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_unknown_import_file));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_not_load_from_server, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_export_data' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_start_job' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to backup data.
|
|
|
|
|
|
+ * message: Failed to start job {0}.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToExportData(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToStartJob(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_export_data));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_start_job, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.could_not_find_log_file' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_stop_job' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Could not find {0}.
|
|
|
|
|
|
+ * message: Failed to stop job {0}.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsCouldNotFindLogFile(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToStopJob(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_could_not_find_log_file, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_stop_job, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.no_running_crawl_process' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.expired_dict_id' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: No running crawl process.
|
|
|
|
|
|
+ * message: Expired dictionary information. Please reload it.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsNoRunningCrawlProcess(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsExpiredDictId(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_no_running_crawl_process));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_expired_dict_id));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_start_crawl_process' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_create_cache' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to start a crawl process.
|
|
|
|
|
|
+ * message: Failed to create a cache reponse for ID:{0}.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToStartCrawlProcess(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToCreateCache(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_start_crawl_process));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_create_cache, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.invalid_design_jsp_file_name' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.synonym_file_is_not_found' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Invalid JSP file.
|
|
|
|
|
|
+ * message: Synonym file is not found
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsInvalidDesignJspFileName(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsSynonymFileIsNotFound(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_invalid_design_jsp_file_name));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_synonym_file_is_not_found));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.design_jsp_file_does_not_exist' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_download_synonym_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: JSP file does not exist.
|
|
|
|
|
|
+ * message: Failed to download the Synonym file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsDesignJspFileDoesNotExist(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToDownloadSynonymFile(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_design_jsp_file_does_not_exist));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_download_synonym_file));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.design_file_name_is_not_found' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_upload_synonym_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: The file name is not specified.
|
|
|
|
|
|
+ * message: Failed to upload the Synonym file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsDesignFileNameIsNotFound(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToUploadSynonymFile(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_design_file_name_is_not_found));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_upload_synonym_file));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_write_design_image_file' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.kuromoji_file_is_not_found' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to upload an image file.
|
|
|
|
|
|
+ * message: Synonym file is not found
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToWriteDesignImageFile(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsKuromojiFileIsNotFound(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_write_design_image_file));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_kuromoji_file_is_not_found));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_update_jsp_file' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_download_kuromoji_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to update a jsp file.
|
|
|
|
|
|
+ * message: Failed to download the Kuromoji file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToUpdateJspFile(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToDownloadKuromojiFile(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_update_jsp_file));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_download_kuromoji_file));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.design_file_name_is_invalid' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_upload_kuromoji_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: The file name is invalid.
|
|
|
|
|
|
+ * message: Failed to upload the Kuromoji file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsDesignFileNameIsInvalid(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToUploadKuromojiFile(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_design_file_name_is_invalid));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_upload_kuromoji_file));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.design_file_is_unsupported_type' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.invalid_str_is_included' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: The kind of file is unsupported.
|
|
|
|
|
|
+ * message: "{1}" in "{0}" is invalid.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg1 The parameter arg1 for message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsDesignFileIsUnsupportedType(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsInvalidStrIsIncluded(String property, String arg1, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_design_file_is_unsupported_type));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_invalid_str_is_included, arg1, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_start_solr_instance' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.failed_to_reload_core' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to start a solr instance.
|
|
|
|
|
|
+ * message: Failed to reload core. Check log files.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToStartSolrInstance(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsFailedToReloadCore(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_start_solr_instance));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_failed_to_reload_core));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_stop_solr_instance' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.blank_password' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to stop a solr instance.
|
|
|
|
|
|
+ * message: Password is required.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToStopSolrInstance(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsBlankPassword(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_stop_solr_instance));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_blank_password));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_reload_solr_instance' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.invalid_confirm_password' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to reload a solr instance.
|
|
|
|
|
|
+ * message: Confirm Password does not match.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToReloadSolrInstance(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsInvalidConfirmPassword(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_reload_solr_instance));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_invalid_confirm_password));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_update_crawler_schedule' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.password_does_not_exist_in_session' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to update a crawling schedule.
|
|
|
|
|
|
+ * message: Invalid password.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToUpdateCrawlerSchedule(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsPasswordDoesNotExistInSession(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_failed_to_update_crawler_schedule));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_password_does_not_exist_in_session));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.failed_to_create_crawling_config_at_wizard' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.invalid_query_unknown' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to create a crawling config.
|
|
|
|
|
|
+ * message: The given query is invalid.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsFailedToCreateCrawlingConfigAtWizard(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_failed_to_create_crawling_config_at_wizard));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.design_editor_disabled' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: This feature is disabled.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsDesignEditorDisabled(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_design_editor_disabled));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.could_not_create_search_log_csv' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Could not create a search log csv file.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsCouldNotCreateSearchLogCsv(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_could_not_create_search_log_csv));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.not_found_on_file_system' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Not Found: {0}
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsNotFoundOnFileSystem(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_not_found_on_file_system, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.could_not_open_on_system' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Could not open {0}. <br/>Please check if the file is associated with an application.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsCouldNotOpenOnSystem(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_could_not_open_on_system, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.process_time_is_exceeded' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: The limit of a search time was exceeded. The partial result was displayed.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsProcessTimeIsExceeded(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_process_time_is_exceeded));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.result_size_exceeded' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: No more results could be displayed.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsResultSizeExceeded(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_result_size_exceeded));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.target_file_does_not_exist' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: {0} file does not exist.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsTargetFileDoesNotExist(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_target_file_does_not_exist, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.failed_to_download_file' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Failed to download {0} file.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsFailedToDownloadFile(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_failed_to_download_file, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.failed_to_delete_file' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Failed to delete {0} file.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsFailedToDeleteFile(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_failed_to_delete_file, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.failed_to_redirect' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Failed to redirect {0}.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsFailedToRedirect(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_failed_to_redirect, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.unsupported_encoding' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: {0} is not supported as encoding.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsUnsupportedEncoding(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_unsupported_encoding, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.docid_not_found' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Not found Doc ID:{0}
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsDocidNotFound(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_docid_not_found, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.document_not_found' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Not found URL of Doc ID:{0}
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsDocumentNotFound(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_document_not_found, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.not_load_from_server' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Could not load from this server: {0}
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsNotLoadFromServer(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_not_load_from_server, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.failed_to_start_job' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Failed to start job {0}.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsFailedToStartJob(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_failed_to_start_job, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.failed_to_stop_job' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Failed to stop job {0}.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsFailedToStopJob(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_failed_to_stop_job, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.expired_dict_id' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Expired dictionary information. Please reload it.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsExpiredDictId(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_expired_dict_id));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.failed_to_create_cache' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Failed to create a cache reponse for ID:{0}.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsFailedToCreateCache(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_failed_to_create_cache, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.synonym_file_is_not_found' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Synonym file is not found
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsSynonymFileIsNotFound(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_synonym_file_is_not_found));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.failed_to_download_synonym_file' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Failed to download the Synonym file.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsFailedToDownloadSynonymFile(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_failed_to_download_synonym_file));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.failed_to_upload_synonym_file' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Failed to upload the Synonym file.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsFailedToUploadSynonymFile(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_failed_to_upload_synonym_file));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.kuromoji_file_is_not_found' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Synonym file is not found
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsKuromojiFileIsNotFound(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_kuromoji_file_is_not_found));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.failed_to_download_kuromoji_file' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Failed to download the UserDict file.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsFailedToDownloadKuromojiFile(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_failed_to_download_kuromoji_file));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.failed_to_upload_kuromoji_file' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Failed to upload the UserDict file.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsFailedToUploadKuromojiFile(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_failed_to_upload_kuromoji_file));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.blank_password' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Password is required.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsBlankPassword(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_blank_password));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.invalid_confirm_password' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Confirm Password does not match.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsInvalidConfirmPassword(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_invalid_confirm_password));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.password_does_not_exist_in_session' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Invalid password.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsPasswordDoesNotExistInSession(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_password_does_not_exist_in_session));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.invalid_query_unknown' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: The given query is invalid.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsInvalidQueryUnknown(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_invalid_query_unknown));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.invalid_query_quoted' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: An invalid quote character is used.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsInvalidQueryQuoted(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_invalid_query_quoted));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.invalid_query_curly_bracket' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: An invalid curly bracket character is used.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsInvalidQueryCurlyBracket(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_invalid_query_curly_bracket));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.invalid_query_square_bracket' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: An invalid square bracket character is used.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsInvalidQuerySquareBracket(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_invalid_query_square_bracket));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.invalid_query_parenthesis' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: An invalid parenthesis character is used.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsInvalidQueryParenthesis(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_invalid_query_parenthesis));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.invalid_query_num_range' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: An invalid range is used. The example of the range format is "field:[20020101 TO 20030101]".
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsInvalidQueryNumRange(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_invalid_query_num_range));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'errors.invalid_query_str_range' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: An invalid range is used. The example of the range format is "field:'{'Aida TO Carmen'}'".
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addErrorsInvalidQueryStrRange(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(ERRORS_invalid_query_str_range));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'success.update_crawler_params' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Updated parameters.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addSuccessUpdateCrawlerParams(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(SUCCESS_update_crawler_params));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'success.update_web_crawler_params' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Updated parameters.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addSuccessUpdateWebCrawlerParams(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(SUCCESS_update_web_crawler_params));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'success.update_solr_params' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Updated parameters.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addSuccessUpdateSolrParams(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(SUCCESS_update_solr_params));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'success.commit_solr_index' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Started a process to commit index.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addSuccessCommitSolrIndex(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(SUCCESS_commit_solr_index));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'success.optimize_solr_index' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Started a process to optimize index.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addSuccessOptimizeSolrIndex(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(SUCCESS_optimize_solr_index));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'success.delete_solr_index' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Started a process to optimize index.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addSuccessDeleteSolrIndex(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(SUCCESS_delete_solr_index));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'success.importing_data' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Started to restore data from the uploaded file.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addSuccessImportingData(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(SUCCESS_importing_data));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'success.crawling_session_delete_all' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Deleted session data.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addSuccessCrawlingSessionDeleteAll(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(SUCCESS_crawling_session_delete_all));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'success.start_crawl_process' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Started a crawl process.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addSuccessStartCrawlProcess(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(SUCCESS_start_crawl_process));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'success.stopping_crawl_process' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Stopping a crawl process.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addSuccessStoppingCrawlProcess(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(SUCCESS_stopping_crawl_process));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'success.upload_design_file' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Uploaded {0}.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addSuccessUploadDesignFile(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(SUCCESS_upload_design_file, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'success.update_design_jsp_file' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Updated {0}.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addSuccessUpdateDesignJspFile(String property, String arg0) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(SUCCESS_update_design_jsp_file, arg0));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'success.starting_solr_instance' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Starting a solr instance.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addSuccessStartingSolrInstance(String property) {
|
|
|
|
- assertPropertyNotNull(property);
|
|
|
|
- add(property, new ActionMessage(SUCCESS_starting_solr_instance));
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * Add the created action message for the key 'success.stopping_solr_instance' with parameters.
|
|
|
|
- * <pre>
|
|
|
|
- * message: Stopping a solr instance.
|
|
|
|
- * </pre>
|
|
|
|
- * @param property The property name for the message. (NotNull)
|
|
|
|
- * @return this. (NotNull)
|
|
|
|
- */
|
|
|
|
- public FessMessages addSuccessStoppingSolrInstance(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsInvalidQueryUnknown(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_stopping_solr_instance));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_invalid_query_unknown));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.reloading_solr_instance' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.invalid_query_quoted' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Reloading a solr instance.
|
|
|
|
|
|
+ * message: An invalid quote character is used.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessReloadingSolrInstance(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsInvalidQueryQuoted(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_reloading_solr_instance));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_invalid_query_quoted));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.update_crawler_schedule' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.invalid_query_curly_bracket' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Updated a crawling schedule.
|
|
|
|
|
|
+ * message: An invalid curly bracket character is used.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessUpdateCrawlerSchedule(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsInvalidQueryCurlyBracket(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_update_crawler_schedule));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_invalid_query_curly_bracket));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.create_crawling_config_at_wizard' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.invalid_query_square_bracket' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Created a crawling config ({0}).
|
|
|
|
|
|
+ * message: An invalid square bracket character is used.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessCreateCrawlingConfigAtWizard(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsInvalidQuerySquareBracket(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_create_crawling_config_at_wizard, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_invalid_query_square_bracket));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.search_log_delete_all' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.invalid_query_parenthesis' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Deleted search logs.
|
|
|
|
|
|
+ * message: An invalid parenthesis character is used.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessSearchLogDeleteAll(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsInvalidQueryParenthesis(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_search_log_delete_all));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_invalid_query_parenthesis));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.failure_url_delete_all' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.invalid_query_num_range' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Deleted failure urls.
|
|
|
|
|
|
+ * message: An invalid range is used. The example of the range format is "field:[20020101 TO 20030101]".
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessFailureUrlDeleteAll(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsInvalidQueryNumRange(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_failure_url_delete_all));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_invalid_query_num_range));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.delete_file' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.invalid_query_str_range' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Deleted {0} file.
|
|
|
|
|
|
+ * message: An invalid range is used. The example of the range format is "field:'{'Aida TO Carmen'}'".
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessDeleteFile(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsInvalidQueryStrRange(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_delete_file, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_invalid_query_str_range));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.user_info_delete_all' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.crud_invalid_mode' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Deleted user information.
|
|
|
|
|
|
+ * message: Invalid mode(expected value is {0}, but it's {1}).
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
+ * @param arg1 The parameter arg1 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessUserInfoDeleteAll(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsCrudInvalidMode(String property, String arg0, String arg1) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_user_info_delete_all));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_crud_invalid_mode, arg0, arg1));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.favorite_log_delete_all' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.crud_failed_to_create_crud_table' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Deleted popular urls
|
|
|
|
|
|
+ * message: Failed to create a new data.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessFavoriteLogDeleteAll(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsCrudFailedToCreateCrudTable(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_favorite_log_delete_all));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_crud_failed_to_create_crud_table));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.job_started' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.crud_failed_to_update_crud_table' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Started job {0}.
|
|
|
|
|
|
+ * message: Failed to update the data.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessJobStarted(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsCrudFailedToUpdateCrudTable(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_job_started, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_crud_failed_to_update_crud_table));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.job_stopped' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.crud_failed_to_delete_crud_table' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Stopped job {0}.
|
|
|
|
|
|
+ * message: Failed to delete the data.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessJobStopped(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addErrorsCrudFailedToDeleteCrudTable(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_job_stopped, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_crud_failed_to_delete_crud_table));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.joblog_delete_all' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'errors.crud_could_not_find_crud_table' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Deleted job logs.
|
|
|
|
|
|
+ * message: Could not find the data({0}).
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessJoblogDeleteAll(String property) {
|
|
|
|
|
|
+ public FessMessages addErrorsCrudCouldNotFindCrudTable(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_joblog_delete_all));
|
|
|
|
|
|
+ add(property, new ActionMessage(ERRORS_crud_could_not_find_crud_table, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.upload_synonym_file' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.update_crawler_params' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Uploaded Synonym file.
|
|
|
|
|
|
+ * message: Updated parameters.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessUploadSynonymFile(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessUpdateCrawlerParams(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_upload_synonym_file));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_update_crawler_params));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.upload_kuromoji_file' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.update_web_crawler_params' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Uploaded UserDict file.
|
|
|
|
|
|
+ * message: Updated parameters.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessUploadKuromojiFile(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessUpdateWebCrawlerParams(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_upload_kuromoji_file));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_update_web_crawler_params));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.upload_suggest_elevate_word' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.update_solr_params' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Uploaded Additional Word file.
|
|
|
|
|
|
+ * message: Updated parameters.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessUploadSuggestElevateWord(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessUpdateSolrParams(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_upload_suggest_elevate_word));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_update_solr_params));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'success.upload_suggest_bad_word' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.commit_solr_index' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Uploaded Bad Word file.
|
|
|
|
|
|
+ * message: Started a process to commit index.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addSuccessUploadSuggestBadWord(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessCommitSolrIndex(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(SUCCESS_upload_suggest_bad_word));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_commit_solr_index));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_label_title' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.optimize_solr_index' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Label
|
|
|
|
|
|
+ * message: Started a process to optimize index.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetLabelTitle(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessOptimizeSolrIndex(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_label_title));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_optimize_solr_index));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_lastModified_title' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.delete_solr_index' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Term
|
|
|
|
|
|
+ * message: Started a process to optimize index.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetLastModifiedTitle(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessDeleteSolrIndex(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_lastModified_title));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_delete_solr_index));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_lastModified_1day' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.importing_data' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Past 24 Hours
|
|
|
|
|
|
+ * message: Started to restore data from the uploaded file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetLastModified1day(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessImportingData(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_lastModified_1day));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_importing_data));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_lastModified_1week' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.crawling_session_delete_all' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Past Week
|
|
|
|
|
|
+ * message: Deleted session data.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetLastModified1week(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessCrawlingSessionDeleteAll(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_lastModified_1week));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_crawling_session_delete_all));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_lastModified_1month' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.start_crawl_process' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Past Month
|
|
|
|
|
|
+ * message: Started a crawl process.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetLastModified1month(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessStartCrawlProcess(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_lastModified_1month));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_start_crawl_process));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_lastModified_1year' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.stopping_crawl_process' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Past Year
|
|
|
|
|
|
+ * message: Stopping a crawl process.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetLastModified1year(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessStoppingCrawlProcess(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_lastModified_1year));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_stopping_crawl_process));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_contentLength_title' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.upload_design_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Size
|
|
|
|
|
|
+ * message: Uploaded {0}.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetContentLengthTitle(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessUploadDesignFile(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_contentLength_title));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_upload_design_file, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_contentLength_10k' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.update_design_jsp_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: - 10kb
|
|
|
|
|
|
+ * message: Updated {0}.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetContentLength10k(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessUpdateDesignJspFile(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_contentLength_10k));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_update_design_jsp_file, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_contentLength_10kto100k' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.starting_solr_instance' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: 10kb - 100kb
|
|
|
|
|
|
+ * message: Starting a solr instance.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetContentLength10kto100k(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessStartingSolrInstance(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_contentLength_10kto100k));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_starting_solr_instance));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_contentLength_100kto500k' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.stopping_solr_instance' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: 100kb - 500kb
|
|
|
|
|
|
+ * message: Stopping a solr instance.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetContentLength100kto500k(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessStoppingSolrInstance(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_contentLength_100kto500k));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_stopping_solr_instance));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_contentLength_500kto1m' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.reloading_solr_instance' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: 500kb - 1mb
|
|
|
|
|
|
+ * message: Reloading a solr instance.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetContentLength500kto1m(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessReloadingSolrInstance(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_contentLength_500kto1m));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_reloading_solr_instance));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_contentLength_1m' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.update_crawler_schedule' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: 1mb -
|
|
|
|
|
|
+ * message: Updated a crawling schedule.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetContentLength1m(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessUpdateCrawlerSchedule(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_contentLength_1m));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_update_crawler_schedule));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_filetype_title' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.create_crawling_config_at_wizard' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: File Type
|
|
|
|
|
|
+ * message: Created a crawling config ({0}).
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetFiletypeTitle(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessCreateCrawlingConfigAtWizard(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_filetype_title));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_create_crawling_config_at_wizard, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_filetype_html' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.search_log_delete_all' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: HTML
|
|
|
|
|
|
+ * message: Deleted search logs.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetFiletypeHtml(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessSearchLogDeleteAll(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_filetype_html));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_search_log_delete_all));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_filetype_word' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.failure_url_delete_all' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Word
|
|
|
|
|
|
+ * message: Deleted failure urls.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetFiletypeWord(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessFailureUrlDeleteAll(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_filetype_word));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_failure_url_delete_all));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_filetype_excel' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.delete_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Excel
|
|
|
|
|
|
+ * message: Deleted {0} file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetFiletypeExcel(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessDeleteFile(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_filetype_excel));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_delete_file, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_filetype_powerpoint' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.user_info_delete_all' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: PowerPoint
|
|
|
|
|
|
+ * message: Deleted user information.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetFiletypePowerpoint(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessUserInfoDeleteAll(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_filetype_powerpoint));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_user_info_delete_all));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_filetype_pdf' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.favorite_log_delete_all' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: PDF
|
|
|
|
|
|
+ * message: Deleted popular urls
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetFiletypePdf(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessFavoriteLogDeleteAll(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_filetype_pdf));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_favorite_log_delete_all));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_filetype_others' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.job_started' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: PDF
|
|
|
|
|
|
+ * message: Started job {0}.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetFiletypeOthers(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessJobStarted(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_filetype_others));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_job_started, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'label.facet_label_reset' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.job_stopped' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Reset
|
|
|
|
|
|
+ * message: Stopped job {0}.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
|
|
+ * @param arg0 The parameter arg0 for message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addLabelFacetLabelReset(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessJobStopped(String property, String arg0) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(LABEL_facet_label_reset));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_job_stopped, arg0));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.crud_invalid_mode' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.joblog_delete_all' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Invalid mode(expected value is {0}, but it's {1}).
|
|
|
|
|
|
+ * message: Deleted job logs.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
- * @param arg1 The parameter arg1 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsCrudInvalidMode(String property, String arg0, String arg1) {
|
|
|
|
|
|
+ public FessMessages addSuccessJoblogDeleteAll(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_crud_invalid_mode, arg0, arg1));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_joblog_delete_all));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.crud_failed_to_create_crud_table' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.upload_synonym_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to create a new data.
|
|
|
|
|
|
+ * message: Uploaded Synonym file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsCrudFailedToCreateCrudTable(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessUploadSynonymFile(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_crud_failed_to_create_crud_table));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_upload_synonym_file));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.crud_failed_to_update_crud_table' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.upload_kuromoji_file' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to update the data.
|
|
|
|
|
|
+ * message: Uploaded Kuromoji file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsCrudFailedToUpdateCrudTable(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessUploadKuromojiFile(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_crud_failed_to_update_crud_table));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_upload_kuromoji_file));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.crud_failed_to_delete_crud_table' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.upload_suggest_elevate_word' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Failed to delete the data.
|
|
|
|
|
|
+ * message: Uploaded Additional Word file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsCrudFailedToDeleteCrudTable(String property) {
|
|
|
|
|
|
+ public FessMessages addSuccessUploadSuggestElevateWord(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_crud_failed_to_delete_crud_table));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_upload_suggest_elevate_word));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the created action message for the key 'errors.crud_could_not_find_crud_table' with parameters.
|
|
|
|
|
|
+ * Add the created action message for the key 'success.upload_suggest_bad_word' with parameters.
|
|
* <pre>
|
|
* <pre>
|
|
- * message: Could not find the data({0}).
|
|
|
|
|
|
+ * message: Uploaded Bad Word file.
|
|
* </pre>
|
|
* </pre>
|
|
* @param property The property name for the message. (NotNull)
|
|
* @param property The property name for the message. (NotNull)
|
|
- * @param arg0 The parameter arg0 for message. (NotNull)
|
|
|
|
* @return this. (NotNull)
|
|
* @return this. (NotNull)
|
|
*/
|
|
*/
|
|
- public FessMessages addErrorsCrudCouldNotFindCrudTable(String property, String arg0) {
|
|
|
|
|
|
+ public FessMessages addSuccessUploadSuggestBadWord(String property) {
|
|
assertPropertyNotNull(property);
|
|
assertPropertyNotNull(property);
|
|
- add(property, new ActionMessage(ERRORS_crud_could_not_find_crud_table, arg0));
|
|
|
|
|
|
+ add(property, new ActionMessage(SUCCESS_upload_suggest_bad_word));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|