com.ibm.commerce.search.logging
Class SearchClientApplicationMessageKeys
- java.lang.Object
-
- com.ibm.commerce.search.logging.SearchClientApplicationMessageKeys
-
public class SearchClientApplicationMessageKeys extends java.lang.Object
This file contains the Search application message keys for the client.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
_ERR_INVALID_OPERATION
Invalid operationstatic java.lang.String
_ERR_STA_ALREADY_EXISTS
The SearchTermAssociation {0} already exists.static java.lang.String
_ERR_STA_ASSOC_TERMS_SHOULD_NOT_INCLUDE_SEARCH_TERM
For a Search Term Association of type Replacement, the associated terms {0} should not include the search term {1}.static java.lang.String
_ERR_STA_ASSOCIATION_TYPE_MISSING
The SearchTermAssociation association type is missing.static java.lang.String
_ERR_STA_DATA_LANGUAGE_IDENTIFIER_MISSING
The SearchTermAssociation data language identifier is missing.static java.lang.String
_ERR_STA_DOES_NOT_EXIST
The specified SearchTermAssociation does not exist.static java.lang.String
_ERR_STA_LANGUAGE_IDENTIFIER_MISSING
The SearchTermAssociation language identifier is missing.static java.lang.String
_ERR_STA_LP_MAX_ONE_ASSOC_TERM_ALLOWED
For a SearchTermAssociation of type Landing Page, only a single associated value is allowed.static java.lang.String
_ERR_STA_LP_MIN_ONE_ASSOC_TERM_REQUIRED
For a SearchTermAssociation of type Landing Page, at least one associated value is required.static java.lang.String
_ERR_STA_LP_MIN_ONE_SEARCH_TERM_REQUIRED
For a SearchTermAssociation of type Landing Page, a search term is required.static java.lang.String
_ERR_STA_MAX_ONE_SEARCH_TERM_ALLOWED
For a SearchTermAssociation of type AlsoSearchFor or SearchForInstead, only a single search term is allowed.static java.lang.String
_ERR_STA_MIN_ONE_ASSOC_TERM_REQUIRED
For a SearchTermAssociation of type AlsoSearchFor or SearchForInstead, at least one associated term is required.static java.lang.String
_ERR_STA_MIN_ONE_SEARCH_TERM_REQUIRED
For a SearchTermAssociation of type AlsoSearchFor or SearchForInstead, a search term is required.static java.lang.String
_ERR_STA_MISSING
The SearchTermAssociation noun is missing.static java.lang.String
_ERR_STA_MULTIPLE_SEARCH_TERMS_REQUIRED
For a SearchTermAssociation of type Synonym, more than one search term is required.static java.lang.String
_ERR_STA_SEARCH_TERM_MISSING
The SearchTermAssociation search term is missing.static java.lang.String
_ERR_STA_STAT_DATE_RANGE_END_INVALID
For STA statistics, the end date is not valid.static java.lang.String
_ERR_STA_STAT_DATE_RANGE_START_INVALID
For STA statistics, the start date is not valid.static java.lang.String
_ERR_STA_STORE_IDENTIFIER_MISSING
The SearchTermAssociation store identifier is missing.static java.lang.String
COPYRIGHT
IBM Copyright notice field.
-
Constructor Summary
Constructors Constructor and Description SearchClientApplicationMessageKeys()
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
_ERR_STA_MISSING
public static final java.lang.String _ERR_STA_MISSING
The SearchTermAssociation noun is missing.- See Also:
- Constant Field Values
-
_ERR_STA_ALREADY_EXISTS
public static final java.lang.String _ERR_STA_ALREADY_EXISTS
The SearchTermAssociation {0} already exists.- See Also:
- Constant Field Values
-
_ERR_STA_DOES_NOT_EXIST
public static final java.lang.String _ERR_STA_DOES_NOT_EXIST
The specified SearchTermAssociation does not exist.- See Also:
- Constant Field Values
-
_ERR_STA_ASSOCIATION_TYPE_MISSING
public static final java.lang.String _ERR_STA_ASSOCIATION_TYPE_MISSING
The SearchTermAssociation association type is missing.- See Also:
- Constant Field Values
-
_ERR_STA_SEARCH_TERM_MISSING
public static final java.lang.String _ERR_STA_SEARCH_TERM_MISSING
The SearchTermAssociation search term is missing.- See Also:
- Constant Field Values
-
_ERR_STA_MULTIPLE_SEARCH_TERMS_REQUIRED
public static final java.lang.String _ERR_STA_MULTIPLE_SEARCH_TERMS_REQUIRED
For a SearchTermAssociation of type Synonym, more than one search term is required.- See Also:
- Constant Field Values
-
_ERR_STA_MIN_ONE_SEARCH_TERM_REQUIRED
public static final java.lang.String _ERR_STA_MIN_ONE_SEARCH_TERM_REQUIRED
For a SearchTermAssociation of type AlsoSearchFor or SearchForInstead, a search term is required.- See Also:
- Constant Field Values
-
_ERR_STA_MAX_ONE_SEARCH_TERM_ALLOWED
public static final java.lang.String _ERR_STA_MAX_ONE_SEARCH_TERM_ALLOWED
For a SearchTermAssociation of type AlsoSearchFor or SearchForInstead, only a single search term is allowed.- See Also:
- Constant Field Values
-
_ERR_STA_MIN_ONE_ASSOC_TERM_REQUIRED
public static final java.lang.String _ERR_STA_MIN_ONE_ASSOC_TERM_REQUIRED
For a SearchTermAssociation of type AlsoSearchFor or SearchForInstead, at least one associated term is required.- See Also:
- Constant Field Values
-
_ERR_STA_ASSOC_TERMS_SHOULD_NOT_INCLUDE_SEARCH_TERM
public static final java.lang.String _ERR_STA_ASSOC_TERMS_SHOULD_NOT_INCLUDE_SEARCH_TERM
For a Search Term Association of type Replacement, the associated terms {0} should not include the search term {1}.- See Also:
- Constant Field Values
-
_ERR_STA_STORE_IDENTIFIER_MISSING
public static final java.lang.String _ERR_STA_STORE_IDENTIFIER_MISSING
The SearchTermAssociation store identifier is missing.- See Also:
- Constant Field Values
-
_ERR_STA_LANGUAGE_IDENTIFIER_MISSING
public static final java.lang.String _ERR_STA_LANGUAGE_IDENTIFIER_MISSING
The SearchTermAssociation language identifier is missing.- See Also:
- Constant Field Values
-
_ERR_STA_DATA_LANGUAGE_IDENTIFIER_MISSING
public static final java.lang.String _ERR_STA_DATA_LANGUAGE_IDENTIFIER_MISSING
The SearchTermAssociation data language identifier is missing.- See Also:
- Constant Field Values
-
_ERR_STA_LP_MIN_ONE_SEARCH_TERM_REQUIRED
public static final java.lang.String _ERR_STA_LP_MIN_ONE_SEARCH_TERM_REQUIRED
For a SearchTermAssociation of type Landing Page, a search term is required.- See Also:
- Constant Field Values
-
_ERR_STA_LP_MIN_ONE_ASSOC_TERM_REQUIRED
public static final java.lang.String _ERR_STA_LP_MIN_ONE_ASSOC_TERM_REQUIRED
For a SearchTermAssociation of type Landing Page, at least one associated value is required.- See Also:
- Constant Field Values
-
_ERR_STA_LP_MAX_ONE_ASSOC_TERM_ALLOWED
public static final java.lang.String _ERR_STA_LP_MAX_ONE_ASSOC_TERM_ALLOWED
For a SearchTermAssociation of type Landing Page, only a single associated value is allowed.- See Also:
- Constant Field Values
-
_ERR_INVALID_OPERATION
public static final java.lang.String _ERR_INVALID_OPERATION
Invalid operation- See Also:
- Constant Field Values
-
_ERR_STA_STAT_DATE_RANGE_START_INVALID
public static final java.lang.String _ERR_STA_STAT_DATE_RANGE_START_INVALID
For STA statistics, the start date is not valid.- See Also:
- Constant Field Values
-
_ERR_STA_STAT_DATE_RANGE_END_INVALID
public static final java.lang.String _ERR_STA_STAT_DATE_RANGE_END_INVALID
For STA statistics, the end date is not valid.- See Also:
- Constant Field Values
-
-