| Modifier and Type | Method and Description |
|---|---|
Category |
CategoryDao.create()
Create a new
Category instance. |
Category |
CategoryDaoImpl.create() |
Category |
CategoryDao.findCategoryByURI(String uri) |
Category |
CategoryDaoImpl.findCategoryByURI(String uri) |
Category |
CategoryDao.readCategoryByExternalId(String externalId)
Retrieve a
Category instance by the external id |
Category |
CategoryDaoImpl.readCategoryByExternalId(String externalId) |
Category |
CategoryDao.readCategoryById(Long categoryId)
Retrieve a
Category instance by its primary key |
Category |
CategoryDaoImpl.readCategoryById(Long categoryId) |
Category |
CategoryDao.readCategoryByName(String categoryName)
Deprecated.
|
Category |
CategoryDaoImpl.readCategoryByName(String categoryName)
Deprecated.
|
Category |
CategoryDao.save(Category category)
Persist a
Category instance to the datastore |
Category |
CategoryDaoImpl.save(Category category) |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
CategoryDao.readActiveSubCategoriesByCategory(Category category)
Retrieve a list of all active child categories of the passed in
Category instance. |
List<Category> |
CategoryDaoImpl.readActiveSubCategoriesByCategory(Category category) |
List<Category> |
CategoryDao.readActiveSubCategoriesByCategory(Category category,
int limit,
int offset)
Retrieve a list of all active child categories of the passed in
Category instance. |
List<Category> |
CategoryDaoImpl.readActiveSubCategoriesByCategory(Category category,
int limit,
int offset) |
List<Category> |
CategoryDao.readAllCategories()
Retrieve all categories in the datastore
|
List<Category> |
CategoryDaoImpl.readAllCategories() |
List<Category> |
CategoryDao.readAllCategories(int limit,
int offset)
Retrieve a subset of all categories
|
List<Category> |
CategoryDaoImpl.readAllCategories(int limit,
int offset) |
List<Category> |
CategoryDao.readAllSubCategories(Category category)
Retrieve a list of all child categories of the passed in
Category instance |
List<Category> |
CategoryDaoImpl.readAllSubCategories(Category category) |
List<Category> |
CategoryDao.readAllSubCategories(Category category,
int limit,
int offset)
Retrieve a list of all child categories of the passed in
Category instance |
List<Category> |
CategoryDaoImpl.readAllSubCategories(Category category,
int limit,
int offset) |
List<Category> |
CategoryDao.readCategoriesByIds(List<Long> categoryIds)
Retrieves a List of Category IDs
|
List<Category> |
CategoryDaoImpl.readCategoriesByIds(List<Long> categoryIds) |
List<Category> |
CategoryDao.readCategoriesByName(String categoryName)
Retrieve a list of
Category instances by name. |
List<Category> |
CategoryDaoImpl.readCategoriesByName(String categoryName) |
List<Category> |
CategoryDao.readCategoriesByName(String categoryName,
int limit,
int offset) |
List<Category> |
CategoryDaoImpl.readCategoriesByName(String categoryName,
int limit,
int offset) |
List<Category> |
CategoryDao.readCategoriesByNames(List<String> names) |
List<Category> |
CategoryDaoImpl.readCategoriesByNames(List<String> names) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryDao.delete(Category category)
Removed the passed in
Category instance from the datastore |
void |
CategoryDaoImpl.delete(Category category) |
List<Category> |
CategoryDao.readActiveSubCategoriesByCategory(Category category)
Retrieve a list of all active child categories of the passed in
Category instance. |
List<Category> |
CategoryDaoImpl.readActiveSubCategoriesByCategory(Category category) |
List<Category> |
CategoryDao.readActiveSubCategoriesByCategory(Category category,
int limit,
int offset)
Retrieve a list of all active child categories of the passed in
Category instance. |
List<Category> |
CategoryDaoImpl.readActiveSubCategoriesByCategory(Category category,
int limit,
int offset) |
List<Category> |
CategoryDao.readAllSubCategories(Category category)
Retrieve a list of all child categories of the passed in
Category instance |
List<Category> |
CategoryDaoImpl.readAllSubCategories(Category category) |
List<Category> |
CategoryDao.readAllSubCategories(Category category,
int limit,
int offset)
Retrieve a list of all child categories of the passed in
Category instance |
List<Category> |
CategoryDaoImpl.readAllSubCategories(Category category,
int limit,
int offset) |
Category |
CategoryDao.save(Category category)
Persist a
Category instance to the datastore |
Category |
CategoryDaoImpl.save(Category category) |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Category |
FeaturedProductImpl.category |
protected Category |
CategoryMediaXrefImpl.category |
protected Category |
UpSaleProductImpl.category |
protected Category |
CrossSaleProductImpl.category |
protected Category |
CategoryAttributeImpl.category |
protected Category |
CategoryProductXrefImpl.category |
protected Category |
CategoryXrefImpl.category |
protected Category |
ProductImpl.defaultCategory
Deprecated.
|
protected Category |
CategoryImpl.defaultParentCategory
Deprecated.
|
protected Category |
CategorySiteMapGeneratorConfigurationImpl.rootCategory |
protected Category |
CategoryXrefImpl.subCategory |
| Modifier and Type | Field and Description |
|---|---|
protected List<Category> |
CategoryImpl.allLegacyChildCategories |
protected List<Category> |
CategoryImpl.legacyChildCategories |
| Modifier and Type | Method and Description |
|---|---|
<G extends Category> |
CategoryImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoryAttribute.getCategory()
Gets the
Category. |
Category |
FeaturedProduct.getCategory() |
Category |
FeaturedProductImpl.getCategory() |
Category |
CategoryMediaXrefImpl.getCategory() |
Category |
CategoryMediaXref.getCategory() |
Category |
CategoryXref.getCategory()
Return the parent category
|
Category |
ProductImpl.getCategory() |
Category |
RelatedProduct.getCategory() |
Category |
CategoryProductXref.getCategory()
Gets the category.
|
Category |
UpSaleProductImpl.getCategory() |
Category |
CrossSaleProductImpl.getCategory() |
Category |
CategoryAttributeImpl.getCategory() |
Category |
CategoryProductXrefImpl.getCategory() |
Category |
Product.getCategory()
Return the
Category that contains this product |
Category |
CategoryXrefImpl.getCategory() |
Category |
ProductImpl.getDefaultCategory()
Deprecated.
|
Category |
Product.getDefaultCategory()
Deprecated.
use
Product.getCategory() instead |
Category |
CategoryImpl.getDefaultParentCategory()
Deprecated.
|
Category |
Category.getDefaultParentCategory()
Deprecated.
use
getParentCategory() instead |
Category |
CategoryImpl.getParentCategory() |
Category |
Category.getParentCategory()
Return the category that is the parent of this category - if applicable
|
Category |
CategorySiteMapGeneratorConfigurationImpl.getRootCategory() |
Category |
CategorySiteMapGeneratorConfiguration.getRootCategory()
Returns the root category.
|
Category |
CategoryXref.getSubCategory()
Return the child category
|
Category |
CategoryXrefImpl.getSubCategory() |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
CategoryImpl.buildDefaultParentCategoryPath(List<Category> currentPath) |
List<Category> |
Category.buildDefaultParentCategoryPath(List<Category> currentHierarchy)
Build category hierarchy by walking the default category tree up to the root category.
|
List<Category> |
CategoryImpl.getAllChildCategories()
Deprecated.
|
List<Category> |
Category.getAllChildCategories()
Deprecated.
use getAllChildCategoryXrefs() instead.
|
List<Category> |
CategoryImpl.getAllParentCategories()
Deprecated.
|
List<Category> |
ProductImpl.getAllParentCategories()
Deprecated.
|
List<Category> |
Category.getAllParentCategories()
Deprecated.
Use getAllParentCategoryXrefs() instead.
|
List<Category> |
Product.getAllParentCategories()
Deprecated.
Use getAllParentCategoryXrefs() instead.
|
List<Category> |
CategoryImpl.getChildCategories()
Deprecated.
|
List<Category> |
Category.getChildCategories()
Deprecated.
Use getChildCategoryXrefs() instead.
|
List<Category> |
CategoryImpl.getParentCategoryHierarchy(List<Category> currentPath) |
List<Category> |
Category.getParentCategoryHierarchy(List<Category> currentHierarchy)
Build the full category hierarchy by walking up the default category tree and the all parent
category tree.
|
List<Category> |
CategoryImpl.getParentCategoryHierarchy(List<Category> currentPath,
Boolean firstParent) |
List<Category> |
Category.getParentCategoryHierarchy(List<Category> currentHierarchy,
Boolean firstParent)
Build the full category hierarchy by walking up the default category tree and the all parent
category tree.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SkuImpl.isActive(Product product,
Category category) |
boolean |
Sku.isActive(Product product,
Category category)
Returns whether or not this Sku, the given Product and the given Category are all active
|
void |
CategoryAttribute.setCategory(Category category)
Sets the
Category. |
void |
FeaturedProduct.setCategory(Category category) |
void |
FeaturedProductImpl.setCategory(Category category) |
void |
CategoryMediaXrefImpl.setCategory(Category category) |
void |
CategoryMediaXref.setCategory(Category category) |
void |
CategoryXref.setCategory(Category category) |
void |
ProductImpl.setCategory(Category category) |
void |
RelatedProduct.setCategory(Category category) |
void |
CategoryProductXref.setCategory(Category category)
Sets the category.
|
void |
UpSaleProductImpl.setCategory(Category category) |
void |
CrossSaleProductImpl.setCategory(Category category) |
void |
CategoryAttributeImpl.setCategory(Category category) |
void |
CategoryProductXrefImpl.setCategory(Category category) |
void |
Product.setCategory(Category category)
Set the
Category that contains this product |
void |
CategoryXrefImpl.setCategory(Category category) |
void |
ProductImpl.setDefaultCategory(Category defaultCategory)
Deprecated.
|
void |
Product.setDefaultCategory(Category defaultCategory)
Deprecated.
use
Product.setCategory(Category) instead |
void |
CategoryImpl.setDefaultParentCategory(Category defaultParentCategory)
Deprecated.
|
void |
Category.setDefaultParentCategory(Category defaultParentCategory)
Deprecated.
use
setParentCategory(Category) instead |
void |
CategoryImpl.setParentCategory(Category category) |
void |
Category.setParentCategory(Category category)
Set the parent category of this category
|
void |
CategorySiteMapGeneratorConfigurationImpl.setRootCategory(Category rootCategory) |
void |
CategorySiteMapGeneratorConfiguration.setRootCategory(Category rootCategory)
Sets the root category.
|
void |
CategoryXref.setSubCategory(Category subCategory) |
void |
CategoryXrefImpl.setSubCategory(Category subCategory) |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
CategoryImpl.buildDefaultParentCategoryPath(List<Category> currentPath) |
List<Category> |
Category.buildDefaultParentCategoryPath(List<Category> currentHierarchy)
Build category hierarchy by walking the default category tree up to the root category.
|
List<CategorySearchFacet> |
CategoryImpl.getCumulativeSearchFacets(Set<Category> categoryHierarchy) |
List<CategorySearchFacet> |
Category.getCumulativeSearchFacets(Set<Category> categoryHierarchy)
Returns a list of CategorySearchFacets that takes into consideration the search facets for this Category,
the search facets for all parent categories, and the search facets that should be excluded from this
Category.
|
List<Category> |
CategoryImpl.getParentCategoryHierarchy(List<Category> currentPath) |
List<Category> |
Category.getParentCategoryHierarchy(List<Category> currentHierarchy)
Build the full category hierarchy by walking up the default category tree and the all parent
category tree.
|
List<Category> |
CategoryImpl.getParentCategoryHierarchy(List<Category> currentPath,
Boolean firstParent) |
List<Category> |
Category.getParentCategoryHierarchy(List<Category> currentHierarchy,
Boolean firstParent)
Build the full category hierarchy by walking up the default category tree and the all parent
category tree.
|
void |
CategoryImpl.setAllChildCategories(List<Category> childCategories)
Deprecated.
|
void |
Category.setAllChildCategories(List<Category> childCategories)
Deprecated.
Use setAllChildCategoryXrefs() instead.
|
void |
CategoryImpl.setAllParentCategories(List<Category> allParentCategories)
Deprecated.
|
void |
ProductImpl.setAllParentCategories(List<Category> allParentCategories)
Deprecated.
|
void |
Category.setAllParentCategories(List<Category> allParentCategories)
Deprecated.
Use setAllParentCategoryXrefs() instead.
|
void |
Product.setAllParentCategories(List<Category> allParentCategories)
Deprecated.
Use setAllParentCategoryXrefs() instead.
|
void |
CategoryImpl.setChildCategories(List<Category> childCategories)
Deprecated.
|
void |
Category.setChildCategories(List<Category> childCategories)
Deprecated.
Use setChildCategoryXrefs() instead.
|
| Constructor and Description |
|---|
CategoryMediaXrefImpl(Category category,
Media media,
String key) |
| Modifier and Type | Method and Description |
|---|---|
Category |
CatalogServiceImpl.createCategory() |
Category |
CatalogService.createCategory() |
Category |
CatalogServiceImpl.findCategoryByExternalId(String externalId) |
Category |
CatalogService.findCategoryByExternalId(String externalId) |
Category |
CatalogServiceImpl.findCategoryById(Long categoryId) |
Category |
CatalogService.findCategoryById(Long categoryId) |
Category |
CatalogServiceImpl.findCategoryByName(String categoryName)
Deprecated.
|
Category |
CatalogService.findCategoryByName(String categoryName)
Deprecated.
|
Category |
CatalogServiceImpl.findCategoryByURI(String uri) |
Category |
CatalogService.findCategoryByURI(String uri)
Returns a category associated with the passed in URI or null if no Category is
mapped to this URI.
|
Category |
CatalogServiceImpl.findOriginalCategoryByURI(String uri) |
Category |
CatalogService.findOriginalCategoryByURI(String uri) |
protected Category |
RelatedProductsServiceImpl.lookupCategory(RelatedProductDTO relatedProductDTO) |
Category |
CatalogServiceImpl.saveCategory(Category category) |
Category |
CatalogService.saveCategory(Category category) |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
CatalogServiceImpl.findActiveSubCategoriesByCategory(Category category) |
List<Category> |
CatalogService.findActiveSubCategoriesByCategory(Category category) |
List<Category> |
CatalogServiceImpl.findActiveSubCategoriesByCategory(Category category,
int limit,
int offset) |
List<Category> |
CatalogService.findActiveSubCategoriesByCategory(Category category,
int limit,
int offset) |
List<Category> |
CatalogServiceImpl.findAllCategories() |
List<Category> |
CatalogService.findAllCategories() |
List<Category> |
CatalogServiceImpl.findAllCategories(int limit,
int offset) |
List<Category> |
CatalogService.findAllCategories(int limit,
int offset) |
List<Category> |
CatalogServiceImpl.findAllSubCategories(Category category) |
List<Category> |
CatalogService.findAllSubCategories(Category category) |
List<Category> |
CatalogServiceImpl.findAllSubCategories(Category category,
int limit,
int offset) |
List<Category> |
CatalogService.findAllSubCategories(Category category,
int limit,
int offset) |
List<Category> |
CatalogServiceImpl.findCategoriesByName(String categoryName) |
List<Category> |
CatalogService.findCategoriesByName(String categoryName)
Retrieve a list of
Category instance based on the name
property. |
List<Category> |
CatalogServiceImpl.findCategoriesByName(String categoryName,
int limit,
int offset) |
List<Category> |
CatalogService.findCategoriesByName(String categoryName,
int limit,
int offset)
Retrieve a list of
Category instances based on the search criteria |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CategorySiteMapGenerator.addCategorySiteMapEntries(Category parentCategory,
int currentDepth,
CategorySiteMapGeneratorConfiguration categorySMGC,
SiteMapBuilder siteMapBuilder) |
protected List<? extends PromotableProduct> |
RelatedProductsServiceImpl.buildCrossSaleProductsList(Product product,
Category category,
RelatedProductDTO relatedProductDTO)
Returns the crossSale products for the past in product/category
|
protected List<? extends PromotableProduct> |
RelatedProductsServiceImpl.buildFeaturedProductsList(Product product,
Category category,
RelatedProductDTO relatedProductDTO)
Returns the featured products for the past in product/category
|
String |
CatalogURLServiceImpl.buildRelativeCategoryURL(String currentUrl,
Category category) |
String |
CatalogURLService.buildRelativeCategoryURL(String currentUrl,
Category category)
See similar description for
CatalogURLService.buildRelativeProductURL(String, Product) |
protected List<? extends PromotableProduct> |
RelatedProductsServiceImpl.buildUpSaleProductsList(Product product,
Category category,
RelatedProductDTO relatedProductDTO)
Returns the upSale products for the past in product/category
|
protected void |
CategorySiteMapGenerator.constructSiteMapURL(CategorySiteMapGeneratorConfiguration categorySMGC,
SiteMapBuilder siteMapBuilder,
Category category) |
List<Product> |
CatalogServiceImpl.findActiveProductsByCategory(Category category) |
List<Product> |
CatalogService.findActiveProductsByCategory(Category category) |
List<Product> |
CatalogServiceImpl.findActiveProductsByCategory(Category category,
Date currentDate)
Deprecated.
|
List<Product> |
CatalogService.findActiveProductsByCategory(Category category,
Date currentDate)
Deprecated.
Use findActiveProductsByCategory
|
List<Product> |
CatalogServiceImpl.findActiveProductsByCategory(Category category,
Date currentDate,
int limit,
int offset)
Deprecated.
|
List<Product> |
CatalogService.findActiveProductsByCategory(Category category,
Date currentDate,
int limit,
int offset)
Deprecated.
Use
#findActiveProductsByCategory(Category, limit, offset |
List<Product> |
CatalogServiceImpl.findActiveProductsByCategory(Category category,
int limit,
int offset) |
List<Product> |
CatalogService.findActiveProductsByCategory(Category category,
int limit,
int offset)
Same as
CatalogService.findActiveProductsByCategory(Category) but allowing for pagination. |
List<Category> |
CatalogServiceImpl.findActiveSubCategoriesByCategory(Category category) |
List<Category> |
CatalogService.findActiveSubCategoriesByCategory(Category category) |
List<Category> |
CatalogServiceImpl.findActiveSubCategoriesByCategory(Category category,
int limit,
int offset) |
List<Category> |
CatalogService.findActiveSubCategoriesByCategory(Category category,
int limit,
int offset) |
List<Category> |
CatalogServiceImpl.findAllSubCategories(Category category) |
List<Category> |
CatalogService.findAllSubCategories(Category category) |
List<Category> |
CatalogServiceImpl.findAllSubCategories(Category category,
int limit,
int offset) |
List<Category> |
CatalogService.findAllSubCategories(Category category,
int limit,
int offset) |
List<Product> |
CatalogServiceImpl.findFilteredActiveProductsByCategory(Category category,
Date currentDate,
SearchCriteria searchCriteria)
Deprecated.
|
List<Product> |
CatalogService.findFilteredActiveProductsByCategory(Category category,
Date currentDate,
SearchCriteria searchCriteria)
|
List<Product> |
CatalogServiceImpl.findFilteredActiveProductsByCategory(Category category,
SearchCriteria searchCriteria) |
List<Product> |
CatalogService.findFilteredActiveProductsByCategory(Category category,
SearchCriteria searchCriteria)
Given a category and a ProudctSearchCriteria, returns the appropriate matching products
|
List<Product> |
CatalogServiceImpl.findProductsForCategory(Category category) |
List<Product> |
CatalogService.findProductsForCategory(Category category) |
List<Product> |
CatalogServiceImpl.findProductsForCategory(Category category,
int limit,
int offset) |
List<Product> |
CatalogService.findProductsForCategory(Category category,
int limit,
int offset) |
protected Date |
CategorySiteMapGenerator.generateDate(Category category) |
protected String |
CategorySiteMapGenerator.generateUri(SiteMapBuilder siteMapBuilder,
Category category) |
protected String |
CatalogURLServiceImpl.getCategoryUrlFragment(Category category) |
void |
CatalogServiceImpl.removeCategory(Category category) |
void |
CatalogService.removeCategory(Category category) |
Category |
CatalogServiceImpl.saveCategory(Category category) |
Category |
CatalogService.saveCategory(Category category) |
| Modifier and Type | Field and Description |
|---|---|
protected Category |
OrderItemImpl.category |
protected Category |
OrderItemImpl.deproxiedCategory |
| Modifier and Type | Method and Description |
|---|---|
Category |
OrderItem.getCategory() |
Category |
OrderItemImpl.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderItem.setCategory(Category category) |
void |
OrderItemImpl.setCategory(Category category) |
| Modifier and Type | Field and Description |
|---|---|
protected Category |
AbstractOrderItemRequest.category |
protected Category |
ProductBundleOrderItemRequest.category |
protected Category |
BundleOrderItemRequest.category |
| Modifier and Type | Method and Description |
|---|---|
Category |
AbstractOrderItemRequest.getCategory() |
Category |
ProductBundleOrderItemRequest.getCategory() |
Category |
BundleOrderItemRequest.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderItemRequest.setCategory(Category category) |
ProductBundleOrderItemRequest |
ProductBundleOrderItemRequest.setCategory(Category category) |
void |
BundleOrderItemRequest.setCategory(Category category) |
| Modifier and Type | Method and Description |
|---|---|
protected Category |
LegacyOrderServiceImpl.determineCategory(Product product,
Long categoryId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DiscreteOrderItemRequest |
LegacyOrderServiceImpl.createDiscreteOrderItemRequest(Order order,
BundleOrderItem bundleOrderItem,
Sku sku,
Product product,
Category category,
Integer quantity,
Map<String,String> itemAttributes)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Category |
CategoryExcludedSearchFacetImpl.category |
protected Category |
SearchCriteria.category
The category that the user searched on
|
protected Category |
CategorySearchFacetImpl.category |
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoryExcludedSearchFacetImpl.getCategory() |
Category |
CategoryExcludedSearchFacet.getCategory()
Gets the associated category
|
Category |
CategorySearchFacet.getCategory()
Gets the associated category
|
Category |
SearchCriteria.getCategory() |
Category |
CategorySearchFacetImpl.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryExcludedSearchFacetImpl.setCategory(Category category) |
void |
CategoryExcludedSearchFacet.setCategory(Category category)
Sets the associated category
|
void |
CategorySearchFacet.setCategory(Category category)
Sets the associated category
|
void |
SearchCriteria.setCategory(Category category) |
void |
CategorySearchFacetImpl.setCategory(Category category) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
SearchService.findExplicitSearchResultsByCategory(Category category,
SearchCriteria searchCriteria)
Performs a search for search results in the given category, taking into consideration the SearchCriteria
This method will NOT return search results that are in a sub-level of a given category.
|
SearchResult |
DatabaseSearchServiceImpl.findExplicitSearchResultsByCategory(Category category,
SearchCriteria searchCriteria)
Deprecated.
|
SearchResult |
SearchService.findSearchResultsByCategory(Category category,
SearchCriteria searchCriteria)
Deprecated.
use #findSearchResults(SearchCriteria)
|
SearchResult |
DatabaseSearchServiceImpl.findSearchResultsByCategory(Category category,
SearchCriteria searchCriteria)
Deprecated.
|
SearchResult |
SearchService.findSearchResultsByCategoryAndQuery(Category category,
String query,
SearchCriteria searchCriteria)
Deprecated.
use #findSearchResults(SearchCriteria)
|
SearchResult |
DatabaseSearchServiceImpl.findSearchResultsByCategoryAndQuery(Category category,
String query,
SearchCriteria searchCriteria)
Deprecated.
|
List<SearchFacetDTO> |
SearchService.getCategoryFacets(Category category)
Gets all available facets for a given category
|
List<SearchFacetDTO> |
DatabaseSearchServiceImpl.getCategoryFacets(Category category)
Deprecated.
|
List<SearchFacetDTO> |
SearchService.getSearchFacets(Category category)
Gets all available facets for the given category and global search
|
List<SearchFacetDTO> |
DatabaseSearchServiceImpl.getSearchFacets(Category category)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
SolrSearchServiceExtensionHandler.addAdditionalCategoryIds(Category category,
SearchCriteria searchCriteria,
List<Long> categoryIds)
Adds any additional category ids to filter by when category browsing or searching.
|
ExtensionResultStatusType |
AbstractSolrSearchServiceExtensionHandler.addAdditionalCategoryIds(Category category,
SearchCriteria searchCriteria,
List<Long> categoryIds) |
SearchResult |
SolrSearchServiceImpl.findExplicitSearchResultsByCategory(Category category,
SearchCriteria searchCriteria) |
SearchResult |
SolrSearchServiceImpl.findSearchResultsByCategory(Category category,
SearchCriteria searchCriteria)
Deprecated.
|
SearchResult |
SolrSearchServiceImpl.findSearchResultsByCategoryAndQuery(Category category,
String query,
SearchCriteria searchCriteria)
Deprecated.
|
List<SearchFacetDTO> |
SolrSearchServiceImpl.getCategoryFacets(Category category) |
List<Long> |
SolrHelperServiceImpl.getCategoryFilterIds(Category category,
SearchCriteria searchCriteria) |
List<Long> |
SolrHelperService.getCategoryFilterIds(Category category,
SearchCriteria searchCriteria) |
Long |
SolrHelperServiceImpl.getCategoryId(Category category) |
Long |
SolrHelperService.getCategoryId(Category category)
In certain cases, the category id used for Solr indexing is different than the direct id on the product.
|
ExtensionResultStatusType |
SolrSearchServiceExtensionHandler.getCategoryId(Category category,
Long[] returnContainer)
In certain scenarios, the requested category id might not be the one that should be used in Solr.
|
ExtensionResultStatusType |
AbstractSolrSearchServiceExtensionHandler.getCategoryId(Category category,
Long[] returnContainer) |
ExtensionResultStatusType |
SolrSearchServiceExtensionHandler.getCategorySearchFacets(Category category,
List<SearchFacet> searchFacets)
Populates the List of SearchFacet's for the given Category, or else returns NOT_HANDLED
|
ExtensionResultStatusType |
AbstractSolrSearchServiceExtensionHandler.getCategorySearchFacets(Category category,
List<SearchFacet> searchFacets) |
String |
SolrHelperServiceImpl.getCategorySortFieldName(Category category) |
String |
SolrHelperService.getCategorySortFieldName(Category category) |
List<SearchFacetDTO> |
SolrSearchServiceImpl.getSearchFacets(Category category) |
Copyright © 2021. All rights reserved.