Uses of Class
com.broadleafcommerce.catalog.web.endpoint.exception.InvalidRelatedProductException
Packages that use InvalidRelatedProductException
-
Uses of InvalidRelatedProductException in com.broadleafcommerce.catalog.web.endpoint
Methods in com.broadleafcommerce.catalog.web.endpoint that throw InvalidRelatedProductExceptionModifier and TypeMethodDescriptionCategoryEndpoint.addGeneralProduct(String categoryId, CategoryProduct categoryProduct, OptionalSortPositionRequest givenSortRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) CategoryEndpoint.addPromotionalProduct(String categoryId, PromotionalCategoryProduct promotionalCategoryProduct, OptionalSortPositionRequest givenSortRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ProductEndpoint.addPromotionalProduct(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String productId, PromotionalProduct promotionalProduct, OptionalSortPositionRequest givenSortRequest) CategoryEndpoint.replaceGeneralProduct(String categoryId, String categoryProductId, CategoryProduct categoryProduct, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) CategoryEndpoint.replacePromotionalProduct(String categoryId, String promotionalCategoryProductId, PromotionalCategoryProduct promotionalCategoryProduct, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) 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)