Uses of Class
com.broadleafcommerce.catalog.domain.PromotionalProduct
Packages that use PromotionalProduct
Package
Description
-
Uses of PromotionalProduct in com.broadleafcommerce.catalog.clone.product.autoconfigure
Method parameters in com.broadleafcommerce.catalog.clone.product.autoconfigure with type arguments of type PromotionalProductModifier and TypeMethodDescriptionCloneProductAutoConfiguration.clonePromotionalProductService
(PromotionalProductService<PromotionalProduct> promotionalProductService) -
Uses of PromotionalProduct in com.broadleafcommerce.catalog.clone.product.service
Methods in com.broadleafcommerce.catalog.clone.product.service that return types with arguments of type PromotionalProductModifier and TypeMethodDescriptionprotected PromotionalProductService<PromotionalProduct>
ClonePromotionalProductService.getPromotionalProductService()
Constructor parameters in com.broadleafcommerce.catalog.clone.product.service with type arguments of type PromotionalProductModifierConstructorDescriptionClonePromotionalProductService
(PromotionalProductService<PromotionalProduct> promotionalProductService) -
Uses of PromotionalProduct in com.broadleafcommerce.catalog.domain.product.commerce
Methods in com.broadleafcommerce.catalog.domain.product.commerce that return PromotionalProductMethods in com.broadleafcommerce.catalog.domain.product.commerce with parameters of type PromotionalProductModifier and TypeMethodDescriptionvoid
PromotionalProductSummary.setPromotionalProduct
(PromotionalProduct promotionalProduct) Constructors in com.broadleafcommerce.catalog.domain.product.commerce with parameters of type PromotionalProductModifierConstructorDescriptionPromotionalProductSummary
(PromotionalProduct promotionalProduct, ProductDetails relatedProduct) -
Uses of PromotionalProduct in com.broadleafcommerce.catalog.messaging
Methods in com.broadleafcommerce.catalog.messaging that return types with arguments of type PromotionalProductModifier and TypeMethodDescriptionprotected PromotionalProductService<PromotionalProduct>
DeleteProductRelationshipEntitiesHandler.getPromotionalProductService()
Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in com.broadleafcommerce.catalog.messaging with type arguments of type PromotionalProductModifierConstructorDescriptionDeleteProductRelationshipEntitiesHandler
(CategoryProductService<CategoryProduct> categoryProductService, VariantService<Variant> variantService, ProductTagService<ProductTag> productTagService, PromotionalProductService<PromotionalProduct> promotionalProductService, ProductAssetService<ProductAsset> productAssetService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationService, com.broadleafcommerce.data.tracking.core.web.ContextRequestConverter contextRequestConverter, com.broadleafcommerce.common.jpa.RepositoryEntityTypeManager typeManager, ProductRepository<JpaProduct> productRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PromotionalProduct in com.broadleafcommerce.catalog.messaging.autoconfigure
Method parameters in com.broadleafcommerce.catalog.messaging.autoconfigure with type arguments of type PromotionalProductModifier and TypeMethodDescriptionCatalogMessagingAutoConfiguration.CatalogEntityDeletionConfiguration.promotionalProductCatalogEntityDeletedEventHandler
(com.broadleafcommerce.data.tracking.core.tenant.service.CommonCatalogService<com.broadleafcommerce.data.tracking.core.tenant.domain.Catalog> catalogService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator contextRequestHydrator, PromotionalProductService<PromotionalProduct> promotionalProductService) -
Uses of PromotionalProduct in com.broadleafcommerce.catalog.messaging.entitydeletion.handlers
Methods in com.broadleafcommerce.catalog.messaging.entitydeletion.handlers that return types with arguments of type PromotionalProductModifier and TypeMethodDescriptionprotected PromotionalProductService<PromotionalProduct>
PromotionalProductCatalogEntityDeletedEventHandler.getPromotionalProductService()
Constructor parameters in com.broadleafcommerce.catalog.messaging.entitydeletion.handlers with type arguments of type PromotionalProductModifierConstructorDescriptionPromotionalProductCatalogEntityDeletedEventHandler
(com.broadleafcommerce.data.tracking.core.tenant.service.CommonCatalogService<com.broadleafcommerce.data.tracking.core.tenant.domain.Catalog> catalogService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator contextRequestHydrator, PromotionalProductService<PromotionalProduct> promotionalProductService) -
Uses of PromotionalProduct in com.broadleafcommerce.catalog.service.product
Methods in com.broadleafcommerce.catalog.service.product that return types with arguments of type PromotionalProductModifier and TypeMethodDescriptionprotected PromotionalProductService<PromotionalProduct>
DefaultProductService.getPromotionalProductService()
Method parameters in com.broadleafcommerce.catalog.service.product with type arguments of type PromotionalProductModifier and TypeMethodDescriptionvoid
DefaultProductService.setPromotionalProductService
(PromotionalProductService<PromotionalProduct> promotionalProductService) -
Uses of PromotionalProduct in com.broadleafcommerce.catalog.service.product.commerce.context.contributor
Methods in com.broadleafcommerce.catalog.service.product.commerce.context.contributor that return types with arguments of type PromotionalProductModifier and TypeMethodDescriptionprotected PromotionalProductService<PromotionalProduct>
RelatedPromoProductsProductContextContributor.getPromotionalProductService()
Constructor parameters in com.broadleafcommerce.catalog.service.product.commerce.context.contributor with type arguments of type PromotionalProductModifierConstructorDescriptionRelatedPromoProductsProductContextContributor
(PromotionalProductService<PromotionalProduct> promotionalProductService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of PromotionalProduct in com.broadleafcommerce.catalog.service.product.relation
Classes in com.broadleafcommerce.catalog.service.product.relation with type parameters of type PromotionalProductModifier and TypeClassDescriptionclass
interface
PromotionalProductService<P extends PromotionalProduct>
Service API forPromotionalProducts
. -
Uses of PromotionalProduct in com.broadleafcommerce.catalog.service.validation
Methods in com.broadleafcommerce.catalog.service.validation with parameters of type PromotionalProductModifier and TypeMethodDescriptionprotected void
PromotionalProductValidator.validateProduct
(PromotionalProduct promotionalProduct, org.springframework.validation.Errors errors) protected void
PromotionalProductValidator.validateRelatedProduct
(PromotionalProduct promotionalProduct, org.springframework.validation.Errors errors) protected void
PromotionalProductValidator.validateType
(PromotionalProduct promotionalProduct, org.springframework.validation.Errors errors) -
Uses of PromotionalProduct in com.broadleafcommerce.catalog.web.endpoint
Methods in com.broadleafcommerce.catalog.web.endpoint that return PromotionalProductModifier and TypeMethodDescriptionProductEndpoint.addPromotionalProduct
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String productId, PromotionalProduct promotionalProduct, OptionalSortPositionRequest givenSortRequest) ProductEndpoint.reorderPromotionalProduct
(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String productId, String promotionalProductId, com.broadleafcommerce.data.tracking.core.sort.SortPositionRequest sortPositionRequest) ProductEndpoint.replacePromotionalProduct
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String productId, String promotionalProductId, PromotionalProduct givenPromotionalProduct) ProductEndpoint.updatePromotionalProduct
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String productId, String promotionalProductId, PromotionalProduct promotionalProduct) Methods in com.broadleafcommerce.catalog.web.endpoint that return types with arguments of type PromotionalProductModifier and TypeMethodDescriptionprotected PromotionalProductService<PromotionalProduct>
ProductEndpoint.getPromotionalProductSvc()
org.springframework.data.domain.Page<PromotionalProduct>
ProductEndpoint.readPromotionalProducts
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String productId, cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page) Methods in com.broadleafcommerce.catalog.web.endpoint with parameters of type PromotionalProductModifier and TypeMethodDescriptionProductEndpoint.addPromotionalProduct
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String productId, PromotionalProduct promotionalProduct, OptionalSortPositionRequest givenSortRequest) ProductEndpoint.replacePromotionalProduct
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String productId, String promotionalProductId, PromotionalProduct givenPromotionalProduct) ProductEndpoint.updatePromotionalProduct
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String productId, String promotionalProductId, PromotionalProduct promotionalProduct) Constructor parameters in com.broadleafcommerce.catalog.web.endpoint with type arguments of type PromotionalProductModifierConstructorDescriptionProductEndpoint
(ProductService<Product> productSvc, CloneProductService<Product, CloneProductRequest> cloneProductSvc, SkuGenerationService<Variant> skuGenerationSvc, PromotionalProductService<PromotionalProduct> promotionalProductSvc, CategoryService<Category> categoryService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, CategoryProductService<CategoryProduct> categoryProductService, com.broadleafcommerce.bulk.service.BulkUpdateManager bulkUpdateManager, com.broadleafcommerce.bulk.service.BulkUpdateService<com.broadleafcommerce.bulk.domain.BulkUpdate> bulkUpdateService, com.broadleafcommerce.common.extension.TypeFactory catalogFactory, ProductConsolidationService productConsolidationService, ProductHydrationService productHydrationService, OptionGenerationService<Product> optionGenerationService, com.broadleafcommerce.data.tracking.core.filtering.fetch.rsql.web.RsqlFilterHandlerMethodArgumentResolver rsqlResolver)