Uses of Class
com.broadleafcommerce.bulkoperations.domain.catalog.Category
Packages that use Category
Package
Description
-
Uses of Category in com.broadleafcommerce.bulkoperations.messaging
Methods in com.broadleafcommerce.bulkoperations.messaging that return CategoryModifier and TypeMethodDescriptionCategoryModifiedEvent.getCategory()
The id of the category that has been created / modifiedMethods in com.broadleafcommerce.bulkoperations.messaging with parameters of type CategoryModifier and TypeMethodDescriptionprotected void
CategoryModifiedEventListener.addProductToCategoryCollection
(Map<String, List<String>> collection, Category category, String productId) protected void
SingleProductIndexedEventListener.addProductToCategoryCollection
(Map<String, List<String>> collection, Category category, String productId) void
CategoryModifiedEvent.setCategory
(Category category) The id of the category that has been created / modified -
Uses of Category in com.broadleafcommerce.bulkoperations.service.provider
Methods in com.broadleafcommerce.bulkoperations.service.provider that return CategoryModifier and TypeMethodDescriptionCatalogProvider.retrieveCategoryDetails
(String categoryContextId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Retrieves the category details for the given category context id.Methods in com.broadleafcommerce.bulkoperations.service.provider that return types with arguments of type CategoryModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Category>
CatalogProvider.retrieveAutoIncludedCategories
(org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Retrieves a page of categories that are marked as `AUTO_INCLUDE`. -
Uses of Category in com.broadleafcommerce.bulkoperations.service.provider.external
Methods in com.broadleafcommerce.bulkoperations.service.provider.external that return CategoryModifier and TypeMethodDescriptionExternalCatalogProvider.retrieveCategoryDetails
(String categoryContextId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.bulkoperations.service.provider.external that return types with arguments of type CategoryModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Category>
ExternalCatalogProvider.retrieveAutoIncludedCategories
(org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)