A B C D E F G H I K L M N O P Q R S T U V 
All Classes All Packages

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
 
AND - com.valtech.aem.saas.api.query.FilterJoinOperator
 
ASC - com.valtech.aem.saas.api.query.Sort
 

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 It performs input param validation in object's construction phase.
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
Represents a service that manages best bets.

C

client() - Method in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
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.request - package com.valtech.aem.saas.api.request
 
com.valtech.aem.saas.api.resource - package com.valtech.aem.saas.api.resource
 
com.valtech.aem.saas.api.typeahead - package com.valtech.aem.saas.api.typeahead
 
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 simple 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.

D

DEFAULT_ENABLE_AUTO_SUGGEST - 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_HIGHLIHGT_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(SearchCAConfigurationModel, String, String) - Method in interface com.valtech.aem.saas.api.indexing.IndexUpdateService
Adds an 'delete index' job to the indexing queue in saas admin.
deleteIndexedUrl(String, String, String) - Method in interface com.valtech.aem.saas.api.indexing.IndexUpdateService
Adds an 'delete index' job to the indexing queue in saas admin.
DESC - com.valtech.aem.saas.api.query.Sort
 

E

enableAutoSuggest() - Method in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
enableBestBets() - Method in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
externalize(String) - Method in interface com.valtech.aem.saas.api.resource.PathTransformer
 
externalize(SlingHttpServletRequest, String) - Method in interface com.valtech.aem.saas.api.resource.PathTransformer
Gets one or more externalized links 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
 
FacetModel - Interface in com.valtech.aem.saas.api.fulltextsearch
Represents a sling resource that contains pre-configurable search facet fields.
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.
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
 
FilterModel - Interface in com.valtech.aem.saas.api.fulltextsearch
Represents a sling resource that contains pre-configurable search filter details.
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
 
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

getAutocompleteTriggerThreshold() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Gets the autocomplete trigger threshold.
getAutosuggestUrl() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Gets the auto suggest url of the search component.
getBestBets(SearchCAConfigurationModel) - Method in interface com.valtech.aem.saas.api.bestbets.BestBetsService
Gets the list of all best bets entries.
getClient() - Method in interface com.valtech.aem.saas.api.caconfig.SearchCAConfigurationModel
Retrieves configured client value.
getConfigJson() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Gets the search configuration in a json format.
getEffectiveFilters() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Retrieves a list of effective search filter items (union of context aware and dialog config).
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.
getFieldName() - Method in interface com.valtech.aem.saas.api.fulltextsearch.FacetModel
Retrieves the facet field's name.
getFilter() - Method in interface com.valtech.aem.saas.api.fulltextsearch.FilterModel
Gets a Filter object constructed from the name and value
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 a list of dialog configured search filter items.
getFilters() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
Retrieves a list of dialog configured search filter items.
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.
getIndex() - Method in interface com.valtech.aem.saas.api.caconfig.SearchCAConfigurationModel
Retrieves configured index value.
getLabel() - Method in interface com.valtech.aem.saas.api.fulltextsearch.FacetModel
Retrieves the label associated to the field.
getLanguage() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchModel
Retrieves the language 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
getName() - Method in interface com.valtech.aem.saas.api.fulltextsearch.FilterModel
Gets the filter field name.
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.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
 
getRequest() - Method in interface com.valtech.aem.saas.api.request.SearchRequest
Gets the prepared http request.
getResults() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
Retrieves the results for the specified search query (query params in request)
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, 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, Set<Filter>) - Method in interface com.valtech.aem.saas.api.typeahead.TypeaheadService
Retrieves typeahead results
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, String, int, int, Set<Filter>, Set<String>) - Method in interface com.valtech.aem.saas.api.fulltextsearch.FulltextSearchService
 
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.
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.SearchModel
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;
getSuccessStatusCodes() - Method in interface com.valtech.aem.saas.api.request.SearchRequest
Gets a list of http resoponse status codes that will be considered as response success
getSuggestion() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
Get search suggestion if there is one.
getTemplates() - Method in interface com.valtech.aem.saas.api.caconfig.SearchCAConfigurationModel
Retrieves a list of predefined query templates.
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.
getUrl() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
Retrieves the json export url.
getValue() - Method in interface com.valtech.aem.saas.api.fulltextsearch.FilterModel
Gets the filter field value.

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
 
highlightTagName() - Method in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 

I

index() - Method in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
index(String) - Method in class com.valtech.aem.saas.api.bestbets.dto.BestBetPayloadDTO
 
indexContent(SearchCAConfigurationModel, IndexContentPayloadDTO) - Method in interface com.valtech.aem.saas.api.indexing.IndexUpdateService
Adds an 'add index content' job to the indexing queue in saas admin.
indexContent(String, 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(SearchCAConfigurationModel, 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.
indexUrl(String, 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.
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.
isShowLoadMoreButton() - Method in interface com.valtech.aem.saas.api.fulltextsearch.SearchTabModel
A boolean flag used for displaying the load more button.

K

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 product of the applied mapping rules.

N

name() - Method in annotation type com.valtech.aem.saas.api.caconfig.SearchFilterConfiguration
 

O

OptionalQuery - Interface in com.valtech.aem.saas.api.query
Represents an optional get query used in building a fulltext search GET request
OR - com.valtech.aem.saas.api.query.FilterJoinOperator
 

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.
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
 
projectId() - Method in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
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.

R

REGEX_MATCHING_CONSECUTIVE_WHITESPACE_CHARS - Static variable in class com.valtech.aem.saas.api.query.TypeaheadSearchTextParser
 
REGEX_MATCHING_CONSECUTIVE_WHITESPACE_CHARS - Static variable in class com.valtech.aem.saas.api.query.TypeaheadTextQuery
 
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
 
SEARCH_TEXT_DELIMITER - Static variable in class com.valtech.aem.saas.api.query.TypeaheadTextQuery
 
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.
searchFilters() - Method in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
SearchModel - Interface in com.valtech.aem.saas.api.fulltextsearch
Represents a model of the aem search component.
SearchRequest - Interface in com.valtech.aem.saas.api.request
Represents a base type for a search request.
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() - Constructor for class com.valtech.aem.saas.api.query.SimpleFilter
 
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) - Constructor for class com.valtech.aem.saas.api.query.SortQuery
 
SortQuery(String, Sort) - Constructor for class com.valtech.aem.saas.api.query.SortQuery
Constructs a sorting query.
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

templates() - Method in annotation type com.valtech.aem.saas.api.caconfig.SearchConfiguration
 
TermQuery - Class in com.valtech.aem.saas.api.query
A default implementation for term query.
TermQuery() - Constructor for class com.valtech.aem.saas.api.query.TermQuery
 
TermQuery(String) - Constructor for class com.valtech.aem.saas.api.query.TermQuery
Constructs a search term query.
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
 
TypeaheadService - Interface in com.valtech.aem.saas.api.typeahead
Represents a service that consumes the SaaS typeahead api.
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() - Method in annotation type com.valtech.aem.saas.api.caconfig.SearchFilterConfiguration
 
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 O P Q R S T U V 
All Classes All Packages