Skip navigation links
A B C D E F G H I K L M N P Q R S T U V 

A

addBestBet(SearchCAConfigurationModel, BestBetPayloadDTO) - Method in interface com.valtech.aem.saas.api.bestbets.BestBetsService
Adds a best bet entry in saas admin.
addBestBets(SearchCAConfigurationModel, List<BestBetPayloadDTO>) - Method in interface com.valtech.aem.saas.api.bestbets.BestBetsService
Adds a list of best bet entry in saas admin.
addMetadataProperty(String, String) - Method in class com.valtech.aem.saas.api.indexing.dto.IndexContentPayloadDTO
 
AutocompleteService - Interface in com.valtech.aem.saas.api.autocomplete
Service that consumes the SaaS typeahead (autocomplete) api.

B

BestBetDTO - Class in com.valtech.aem.saas.api.bestbets.dto
Represents a best bet details object
BestBetDTO() - Constructor for class com.valtech.aem.saas.api.bestbets.dto.BestBetDTO
 
BestBetPayloadDTO - Class in com.valtech.aem.saas.api.bestbets.dto
Represents the payload object for best bets api.
BestBetPayloadDTO(String, String, String) - Constructor for class com.valtech.aem.saas.api.bestbets.dto.BestBetPayloadDTO
 
BestBetsActionFailedException - Exception in com.valtech.aem.saas.api.bestbets
A custom exception which is thrown when a best bet action fails.
BestBetsActionFailedException(String) - Constructor for exception com.valtech.aem.saas.api.bestbets.BestBetsActionFailedException
 
BestBetsActionFailedException(String, Throwable) - Constructor for exception com.valtech.aem.saas.api.bestbets.BestBetsActionFailedException
 
BestBetsService - Interface in com.valtech.aem.saas.api.bestbets
Service that manages best bets.

C

com.valtech.aem.saas.api.autocomplete - package com.valtech.aem.saas.api.autocomplete
 
com.valtech.aem.saas.api.bestbets - package com.valtech.aem.saas.api.bestbets
 
com.valtech.aem.saas.api.bestbets.dto - package com.valtech.aem.saas.api.bestbets.dto
 
com.valtech.aem.saas.api.caconfig - package com.valtech.aem.saas.api.caconfig
 
com.valtech.aem.saas.api.fulltextsearch - package com.valtech.aem.saas.api.fulltextsearch
 
com.valtech.aem.saas.api.fulltextsearch.dto - package com.valtech.aem.saas.api.fulltextsearch.dto
 
com.valtech.aem.saas.api.indexing - package com.valtech.aem.saas.api.indexing
 
com.valtech.aem.saas.api.indexing.dto - package com.valtech.aem.saas.api.indexing.dto
 
com.valtech.aem.saas.api.query - package com.valtech.aem.saas.api.query
 
com.valtech.aem.saas.api.resource - package com.valtech.aem.saas.api.resource
 
com.valtech.aem.saas.api.tracking - package com.valtech.aem.saas.api.tracking
 
com.valtech.aem.saas.api.tracking.dto - package com.valtech.aem.saas.api.tracking.dto
 
CompositeFilter - Class in com.valtech.aem.saas.api.query
Implementation of Filter that can create composite filter query entries.
CompositeFilter() - Constructor for class com.valtech.aem.saas.api.query.CompositeFilter
 
createFilter(String, String) - Static method in class com.valtech.aem.saas.api.query.FilterFactory
Convenience method for creating filter query item.
createFilter(String, List<String>) - Static method in class com.valtech.aem.saas.api.query.FilterFactory
Convenience method for creating composite filter with 'OR' joining operator.
createFilter(String, FilterJoinOperator, List<String>) - Static method in class com.valtech.aem.saas.api.query.FilterFactory
Convenience method for creating composite filter.
createNotFilter(String, String) - Static method in class com.valtech.aem.saas.api.query.FilterFactory
Convenience method for creating not filter query item.
createSimpleFilter(String, String) - Static method in class com.valtech.aem.saas.api.query.FilterFactory
Convenience method for creating simple filter query item.

D

DEFAULT_AUTOCOMPLETE_RESULTS_MAX_LIMIT - Static variable in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
DEFAULT_AUTOCOMPLETE_TRIGGER_THRESHOLD - Static variable in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
DEFAULT_ENABLE_AUTO_SUGGEST - Static variable in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
DEFAULT_ENABLE_AUTOCOMPLETE - Static variable in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
DEFAULT_ENABLE_BEST_BETS - Static variable in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
DEFAULT_ENABLE_SEARCH_RESULT_ITEM_TRACKING - Static variable in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
DEFAULT_HIGHLIGHT_TAG_NAME - Static variable in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
DEFAULT_PROJECT_ID - Static variable in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
deleteBestBet(SearchCAConfigurationModel, int) - Method in interface com.valtech.aem.saas.api.bestbets.BestBetsService
Deletes the best bet entry with the specified id.
deleteIndexedUrl(String, String) - Method in interface com.valtech.aem.saas.api.indexing.IndexUpdateService
Adds an 'delete index' job to the indexing queue in saas admin.

E

externalize(SlingHttpServletRequest, String) - Method in interface com.valtech.aem.saas.api.resource.PathTransformer
Returns a URL for the passed path argument.
externalize(ResourceResolver, String) - Method in interface com.valtech.aem.saas.api.resource.PathTransformer
Returns a URL for the passed path argument.
externalizeList(SlingHttpServletRequest, String) - Method in interface com.valtech.aem.saas.api.resource.PathTransformer
Returns one or more externalized URLs for the passed path argument.
externalizeList(ResourceResolver, String) - Method in interface com.valtech.aem.saas.api.resource.PathTransformer
Returns one or more externalized URLs for the passed path argument.

F

FacetFieldResultDTO - Class in com.valtech.aem.saas.api.fulltextsearch.dto
Represents a value object containing facet field result details.
FacetFieldResultDTO() - Constructor for class com.valtech.aem.saas.api.fulltextsearch.dto.FacetFieldResultDTO
 
FacetFieldResultsDTO - Class in com.valtech.aem.saas.api.fulltextsearch.dto
Represents a value object containing facet field results details.
FacetFieldResultsDTO() - Constructor for class com.valtech.aem.saas.api.fulltextsearch.dto.FacetFieldResultsDTO
 
FacetFilterDTO - Class in com.valtech.aem.saas.api.fulltextsearch.dto
Represents an object for deserializing the facet filter details in search results.
FacetFilterDTO() - Constructor for class com.valtech.aem.saas.api.fulltextsearch.dto.FacetFilterDTO
 
FacetFilterOptionDTO - Class in com.valtech.aem.saas.api.fulltextsearch.dto
Represents an object for deserializing the facet filter option details in search results.
FacetFilterOptionDTO() - Constructor for class com.valtech.aem.saas.api.fulltextsearch.dto.FacetFilterOptionDTO
 
FacetFiltersDTO - Class in com.valtech.aem.saas.api.fulltextsearch.dto
A DTO containing the facet based filters' details.
FacetFiltersDTO() - Constructor for class com.valtech.aem.saas.api.fulltextsearch.dto.FacetFiltersDTO
 
FacetsQuery - Class in com.valtech.aem.saas.api.query
 
FacetsQuery() - Constructor for class com.valtech.aem.saas.api.query.FacetsQuery
 
Filter - Interface in com.valtech.aem.saas.api.query
Represents a search filter interface.
FILTER_NOT_PREFIX - Static variable in class com.valtech.aem.saas.api.query.NotFilter
The prefix character used to identify a not filter in the search value.
FILTER_STARTS_WITH_SUFFIX - Static variable in class com.valtech.aem.saas.api.query.SimpleFilter
The prefix character used to identify a startsWith filter in the search value.
FilterFactory - Class in com.valtech.aem.saas.api.query
A helper factory for convenient instantiation of filter entries.
FilterJoinOperator - Enum in com.valtech.aem.saas.api.query
 
FiltersQuery - Class in com.valtech.aem.saas.api.query
Query implementation that handles search filter params.
FiltersQuery() - Constructor for class com.valtech.aem.saas.api.query.FiltersQuery
 
FulltextSearchPingService - Interface in com.valtech.aem.saas.api.fulltextsearch
Represents a service for executing ping request to SaaS.
FulltextSearchResultsDTO - Class in com.valtech.aem.saas.api.fulltextsearch.dto
Value object representing the fulltext search results data.
FulltextSearchResultsDTO() - Constructor for class com.valtech.aem.saas.api.fulltextsearch.dto.FulltextSearchResultsDTO
 
FulltextSearchService - Interface in com.valtech.aem.saas.api.fulltextsearch
Represents a service that performs fulltext search queries and retrieves the according results.

G

getAutocompleteResultsMaxTotal() - Method in interface com.valtech.aem.saas.api.caconfig.SearchCAConfigurationModel
Gets the autocomplete max total allowed.
getAutocompleteThreshold() - Method in interface com.valtech.aem.saas.api.caconfig.SearchCAConfigurationModel
Gets the autocomplete trigger threshold.
getAutocompleteTriggerThreshold() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchInputModel
Gets the autocomplete trigger threshold.
getAutocompleteUrl() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchInputModel
Gets the auto suggest url of the search component.
getAutoSuggestText() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Gets the suggestion text, with placeholder, when a misspelled search term is entered.
getBestBets(SearchCAConfigurationModel) - Method in interface com.valtech.aem.saas.api.bestbets.BestBetsService
Gets the list of all best bets entries.
getConfigJson() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchInputModel
Gets the search configuration in a json format.
getEntries() - Method in class com.valtech.aem.saas.api.query.FacetsQuery
 
getEntries() - Method in class com.valtech.aem.saas.api.query.FiltersQuery
 
getEntries() - Method in class com.valtech.aem.saas.api.query.HighlightingDisableQuery
 
getEntries() - Method in class com.valtech.aem.saas.api.query.HighlightingTagQuery
 
getEntries() - Method in class com.valtech.aem.saas.api.query.LanguageQuery
 
getEntries() - Method in class com.valtech.aem.saas.api.query.PaginationQuery
 
getEntries() - Method in interface com.valtech.aem.saas.api.query.Query
Returns a list of get query items.
getEntries() - Method in class com.valtech.aem.saas.api.query.SearchTemplateQuery
 
getEntries() - Method in class com.valtech.aem.saas.api.query.SortQuery
 
getEntries() - Method in class com.valtech.aem.saas.api.query.TermQuery
 
getEntries() - Method in class com.valtech.aem.saas.api.query.TypeaheadTextQuery
 
getFacetFilters() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
Retrieves a list of facet filter items.
getFilters() - Method in interface com.valtech.aem.saas.api.caconfig.SearchCAConfigurationModel
Retrieves set of query ready items.
getFilters() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Retrieves search filter queries.
getHighlightTagName() - Method in interface com.valtech.aem.saas.api.caconfig.SearchCAConfigurationModel
Retrieves the name of the tag which will be used to highlight text matches in resulting search content.
getId() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchInputModel
Gets the unique id of the component, based on resource path.
getIndex() - Method in interface com.valtech.aem.saas.api.caconfig.SearchCAConfigurationModel
Retrieves configured index value.
getLanguage() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Retrieves the language override configurable for the search component.
getLoadMoreButtonText() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Gets the label for the load more results button
getNoResultsText() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Gets the text that is displayed when no results are found.
getPrefix() - Method in class com.valtech.aem.saas.api.query.TypeaheadSearchTextParser
 
getProjectId() - Method in interface com.valtech.aem.saas.api.caconfig.SearchCAConfigurationModel
Retrieves configured project id.
getQueryString() - Method in class com.valtech.aem.saas.api.query.CompositeFilter
 
getQueryString() - Method in interface com.valtech.aem.saas.api.query.Filter
Gets query string.
getQueryString() - Method in class com.valtech.aem.saas.api.query.GetQueryStringConstructor
Returns the query string.
getQueryString() - Method in class com.valtech.aem.saas.api.query.NotFilter
 
getQueryString() - Method in class com.valtech.aem.saas.api.query.SimpleFilter
 
GetQueryStringConstructor - Class in com.valtech.aem.saas.api.query
Helper class that constructs a query string from a list of Query objects.
GetQueryStringConstructor() - Constructor for class com.valtech.aem.saas.api.query.GetQueryStringConstructor
 
getResults(SearchCAConfigurationModel, String, String, Set<Filter>) - Method in interface com.valtech.aem.saas.api.autocomplete.AutocompleteService
Retrieves typeahead (autocomplete) results
getResults(SearchCAConfigurationModel, String, String, Set<Filter>, boolean) - Method in interface com.valtech.aem.saas.api.autocomplete.AutocompleteService
Retrieves typeahead (autocomplete) results
getResults(SearchCAConfigurationModel, String, int, int) - Method in interface com.valtech.aem.saas.api.fulltextsearch.FulltextSearchService
Gets search results according the context aware configuration.
getResults(SearchCAConfigurationModel, String, String, int, int) - Method in interface com.valtech.aem.saas.api.fulltextsearch.FulltextSearchService
Gets search results according the context aware configuration.
getResults(SearchCAConfigurationModel, String, String, int, int, Set<Filter>) - Method in interface com.valtech.aem.saas.api.fulltextsearch.FulltextSearchService
Gets search results according the context aware configuration.
getResults(SearchCAConfigurationModel, String, int, int, Set<Filter>) - Method in interface com.valtech.aem.saas.api.fulltextsearch.FulltextSearchService
Gets search results according the context aware configuration.
getResults(SearchCAConfigurationModel, String, int, int, Set<Filter>, Set<String>) - Method in interface com.valtech.aem.saas.api.fulltextsearch.FulltextSearchService
Gets search results according the context aware configuration.
getResults(SearchCAConfigurationModel, String, String, int, int, Set<Filter>, Set<String>, String) - Method in interface com.valtech.aem.saas.api.fulltextsearch.FulltextSearchService
 
getResults(SearchCAConfigurationModel, String, String, int, int, Set<Filter>, Set<String>, boolean, String) - Method in interface com.valtech.aem.saas.api.fulltextsearch.FulltextSearchService
 
getResults(SearchCAConfigurationModel, String, String, int, int, Set<Filter>, Set<String>, boolean, String, List<Pair<String, Sort>>) - Method in interface com.valtech.aem.saas.api.fulltextsearch.FulltextSearchService
 
getResults() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
Retrieves the results for the specified search query (query params in request)
getResultsPerPage() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Retrieves an author configured value for the max limit of results per request/page
getResultsTotal() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
Get the total number of results found.
getSafeValue(String) - Method in class com.valtech.aem.saas.api.query.SimpleFilter
 
getSearchButtonText() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Gets the label for the search button.
getSearchFieldPlaceholderText() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchInputModel
Gets an author configured value for search input field's placeholder.
getSearchTabs() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Gets list of search tabs;
getSearchUrl() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchRedirectModel
Gets the search page's url which the component redirects to.
getSuggestion() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
Get search suggestion if there is one.
getTabId() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
Retrieves the tabId configurable for the search tab component.
getTerm() - Method in class com.valtech.aem.saas.api.query.TypeaheadSearchTextParser
 
getTitle() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Retrieves the title configurable for the search component.
getTitle() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
Retrieves the title configurable for the search tab component.
getTrackingUrl() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Gets the tracking url of the search component.
getUrl() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
Retrieves the json export url.

H

HighlightingDisableQuery - Class in com.valtech.aem.saas.api.query
Implementation of Query that, when used, disables the highlighting feature.
HighlightingDisableQuery() - Constructor for class com.valtech.aem.saas.api.query.HighlightingDisableQuery
 
HighlightingTagQuery - Class in com.valtech.aem.saas.api.query
 
HighlightingTagQuery() - Constructor for class com.valtech.aem.saas.api.query.HighlightingTagQuery
 

I

index(String) - Method in class com.valtech.aem.saas.api.bestbets.dto.BestBetPayloadDTO
 
indexContent(IndexContentPayloadDTO) - Method in interface com.valtech.aem.saas.api.indexing.IndexUpdateService
Adds an 'add index content' job to the indexing queue in saas admin.
IndexContentPayloadDTO - Class in com.valtech.aem.saas.api.indexing.dto
An object representing the payload for content indexing requests.
IndexContentPayloadDTO(String, String, String, String, String, String, String, String) - Constructor for class com.valtech.aem.saas.api.indexing.dto.IndexContentPayloadDTO
 
IndexUpdateResponseDTO - Class in com.valtech.aem.saas.api.indexing.dto
Represents the response of an index update request.
IndexUpdateResponseDTO() - Constructor for class com.valtech.aem.saas.api.indexing.dto.IndexUpdateResponseDTO
 
IndexUpdateService - Interface in com.valtech.aem.saas.api.indexing
Service for indexing content on SaaS admin.
indexUrl(String, String) - Method in interface com.valtech.aem.saas.api.indexing.IndexUpdateService
Schedules an 'add index content' job to the indexing queue in saas admin.
isAutocompleteEnabled() - Method in interface com.valtech.aem.saas.api.caconfig.SearchCAConfigurationModel
Checks whether autocomplete feature is enabled.
isAutoSuggestEnabled() - Method in interface com.valtech.aem.saas.api.caconfig.SearchCAConfigurationModel
Checks whether auto suggest feature is enabled.
isBestBetsEnabled() - Method in interface com.valtech.aem.saas.api.caconfig.SearchCAConfigurationModel
Checks whether best bets feature is enabled.
isDisableContextFilters() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Flag to determine whether the filters from context aware configuration should be used for searching.
isSearchResultItemTrackingEnabled() - Method in interface com.valtech.aem.saas.api.caconfig.SearchCAConfigurationModel
Checks whether search result items click tracking is enabled.
isShowLoadMoreButton() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
A boolean flag used for displaying the load more button.

K

KEY - Static variable in class com.valtech.aem.saas.api.query.LanguageQuery
 
KEY_PREFIX - Static variable in class com.valtech.aem.saas.api.query.TypeaheadTextQuery
 
KEY_TERM - Static variable in class com.valtech.aem.saas.api.query.TypeaheadTextQuery
 

L

LanguageQuery - Class in com.valtech.aem.saas.api.query
Default implementation of LanguageQuery.
LanguageQuery(String) - Constructor for class com.valtech.aem.saas.api.query.LanguageQuery
Constructs a language query.

M

map(SlingHttpServletRequest, String) - Method in interface com.valtech.aem.saas.api.resource.PathTransformer
Retrieves a path that is a result of the applied mapping rules.

N

name - Variable in class com.valtech.aem.saas.api.query.SimpleFilter
 
NotFilter - Class in com.valtech.aem.saas.api.query
An implementation of Filter that represents a not filter query entry.
NotFilter(String, String, boolean) - Constructor for class com.valtech.aem.saas.api.query.NotFilter
 

P

PaginationQuery - Class in com.valtech.aem.saas.api.query
Implementation of Query that specifies pagination parameters: "start" and "rows".
PaginationQuery(int, int) - Constructor for class com.valtech.aem.saas.api.query.PaginationQuery
Constructs a pagination query with current page, results per page/request and the maximum limit.
PathTransformer - Interface in com.valtech.aem.saas.api.resource
Service interface for resource path mapping and externalizing.
ping(SearchCAConfigurationModel) - Method in interface com.valtech.aem.saas.api.fulltextsearch.FulltextSearchPingService
Checks connection to api.
PN_LANGUAGE - Static variable in class com.valtech.aem.saas.api.indexing.dto.IndexContentPayloadDTO
 
PN_META_DESCRIPTION - Static variable in class com.valtech.aem.saas.api.indexing.dto.IndexContentPayloadDTO
 
PN_META_KEYWORDS - Static variable in class com.valtech.aem.saas.api.indexing.dto.IndexContentPayloadDTO
 
PN_PROJECT_ID - Static variable in class com.valtech.aem.saas.api.bestbets.dto.BestBetDTO
 
PN_SCOPE - Static variable in class com.valtech.aem.saas.api.indexing.dto.IndexContentPayloadDTO
 
PREFIX - Static variable in class com.valtech.aem.saas.api.query.CompositeFilter
 
publishBestBetsForProject(SearchCAConfigurationModel, int) - Method in interface com.valtech.aem.saas.api.bestbets.BestBetsService
Published the best bets for the specified project.

Q

Query - Interface in com.valtech.aem.saas.api.query
Represents a container of get query items.
QUERY_PARAM_FACET_FILTER - Static variable in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
 
QUERY_PARAM_PAGE - Static variable in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
 
QUERY_PARAM_SEARCH_TERM - Static variable in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
 

R

REGEX_MATCHING_CONSECUTIVE_WHITESPACE_CHARS - Static variable in class com.valtech.aem.saas.api.query.TypeaheadSearchTextParser
 
render() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchRedirectModel
Returns a boolean flag whether to render the cmp's markup
ResultDTO - Class in com.valtech.aem.saas.api.fulltextsearch.dto
Value object representing the fulltext search results.
ResultDTO() - Constructor for class com.valtech.aem.saas.api.fulltextsearch.dto.ResultDTO
 

S

SEARCH_ALL - Static variable in class com.valtech.aem.saas.api.query.TypeaheadTextQuery
 
SEARCH_TEXT_DELIMITER - Static variable in class com.valtech.aem.saas.api.query.TypeaheadSearchTextParser
 
SearchCAConfigurationModel - Interface in com.valtech.aem.saas.api.caconfig
A model that provides context-aware search configurations.
SearchConfiguration - Annotation Type in com.valtech.aem.saas.api.caconfig
 
SearchFilterConfiguration - Annotation Type in com.valtech.aem.saas.api.caconfig
CA Configuration for search filter entries.
SearchInputModel - Interface in com.valtech.aem.saas.api.fulltextsearch
Interface of a component containing search input field.
SearchModel - Interface in com.valtech.aem.saas.api.fulltextsearch
Represents a model of the aem search component.
SearchRedirectModel - Interface in com.valtech.aem.saas.api.fulltextsearch
Represents a model of the aem search redirect component.
SearchResultItemTrackingDTO - Class in com.valtech.aem.saas.api.tracking.dto
 
SearchResultItemTrackingDTO() - Constructor for class com.valtech.aem.saas.api.tracking.dto.SearchResultItemTrackingDTO
 
SearchTabModel - Interface in com.valtech.aem.saas.api.fulltextsearch
Represents a model of the aem search results component.
SearchTemplateQuery - Class in com.valtech.aem.saas.api.query
Implementation of Query that specifies an admin configured search template (a set of fields with arbitrary boost values).
SearchTemplateQuery(String) - Constructor for class com.valtech.aem.saas.api.query.SearchTemplateQuery
Constructs a search template query.
SimpleFilter - Class in com.valtech.aem.saas.api.query
An implementation of Filter that represents a simple filter query entry.
SimpleFilter(String, String) - Constructor for class com.valtech.aem.saas.api.query.SimpleFilter
Constructor for convenience purposes like testing only
Sort - Enum in com.valtech.aem.saas.api.query
Represents a sort option for SortQuery.
SortQuery - Class in com.valtech.aem.saas.api.query
Implementation of Query that specifies a sorting according to a specific field.
SortQuery(String, Sort) - Constructor for class com.valtech.aem.saas.api.query.SortQuery
Constructs a sorting query.
SortQuery(String) - Constructor for class com.valtech.aem.saas.api.query.SortQuery
Constructs a sorting query with default order.
SortQuery(List<Pair<String, Sort>>) - Constructor for class com.valtech.aem.saas.api.query.SortQuery
Constructs a sorting query with multiple sort parameters.
startsWith - Variable in class com.valtech.aem.saas.api.query.SimpleFilter
 
SUFFIX - Static variable in class com.valtech.aem.saas.api.query.CompositeFilter
 
SuggestionDTO - Class in com.valtech.aem.saas.api.fulltextsearch.dto
Value object representing the search results suggestion.
SuggestionDTO() - Constructor for class com.valtech.aem.saas.api.fulltextsearch.dto.SuggestionDTO
 

T

TermQuery - Class in com.valtech.aem.saas.api.query
A default implementation for term query.
TermQuery(String) - Constructor for class com.valtech.aem.saas.api.query.TermQuery
Constructs a search term query.
TermQuery() - Constructor for class com.valtech.aem.saas.api.query.TermQuery
 
TrackingService - Interface in com.valtech.aem.saas.api.tracking
Service that consumes apis that track web user activity
trackUrl(String) - Method in interface com.valtech.aem.saas.api.tracking.TrackingService
Creates entry for a redirect to a referenced url
TypeaheadSearchTextParser - Class in com.valtech.aem.saas.api.query
A helper class that parses and prepares the typeahead input text for the TypeaheadTextQuery
TypeaheadSearchTextParser() - Constructor for class com.valtech.aem.saas.api.query.TypeaheadSearchTextParser
 
TypeaheadTextQuery - Class in com.valtech.aem.saas.api.query
It forms the typeahead query from a provided text string.
TypeaheadTextQuery(String) - Constructor for class com.valtech.aem.saas.api.query.TypeaheadTextQuery
 

U

updateBestBet(SearchCAConfigurationModel, int, BestBetPayloadDTO) - Method in interface com.valtech.aem.saas.api.bestbets.BestBetsService
Updates the best bet entry with the specified id.

V

value - Variable in class com.valtech.aem.saas.api.query.SimpleFilter
 
valueOf(String) - Static method in enum com.valtech.aem.saas.api.query.FilterJoinOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.valtech.aem.saas.api.query.Sort
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.valtech.aem.saas.api.query.FilterJoinOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.valtech.aem.saas.api.query.Sort
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I K L M N P Q R S T U V 
Skip navigation links

Copyright © 2023. All rights reserved.