Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.QueryProductRecommendation
Packages that use QueryProductRecommendation
Package
Description
-
Uses of QueryProductRecommendation in de.hybris.platform.b2ctelcotmfwebservices.security
Methods in de.hybris.platform.b2ctelcotmfwebservices.security with parameters of type QueryProductRecommendationModifier and TypeMethodDescriptionbooleanUserValidator.isResourceOwner(org.springframework.security.core.Authentication authentication, QueryProductRecommendation queryProductRecommendation) -
Uses of QueryProductRecommendation in de.hybris.platform.b2ctelcotmfwebservices.v3.api
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.api that return types with arguments of type QueryProductRecommendationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<QueryProductRecommendation>QueryProductRecommendationApi.createQueryProductRecommendation(@Valid QueryProductRecommendation queryProductRecommendation, @Valid String baseSiteId) Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.api with parameters of type QueryProductRecommendationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<QueryProductRecommendation>QueryProductRecommendationApi.createQueryProductRecommendation(@Valid QueryProductRecommendation queryProductRecommendation, @Valid String baseSiteId) -
Uses of QueryProductRecommendation in de.hybris.platform.b2ctelcotmfwebservices.v3.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.controller that return types with arguments of type QueryProductRecommendationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<QueryProductRecommendation>TmaRecommendationApiController.createQueryProductRecommendation(@Valid QueryProductRecommendation queryProductRecommendation, @Valid String baseSiteId) Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.controller with parameters of type QueryProductRecommendationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<QueryProductRecommendation>TmaRecommendationApiController.createQueryProductRecommendation(@Valid QueryProductRecommendation queryProductRecommendation, @Valid String baseSiteId) -
Uses of QueryProductRecommendation in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return QueryProductRecommendationModifier and TypeMethodDescriptionQueryProductRecommendation.addCategoryItem(CategoryRef categoryItem) QueryProductRecommendation.addChannelItem(ChannelRef channelItem) QueryProductRecommendation.addProductOrderItem(ProductOrderRef productOrderItem) QueryProductRecommendation.addProductOrderItemItem(ItemRef productOrderItemItem) QueryProductRecommendation.addRecommendationItemItem(RecommendationItem recommendationItemItem) QueryProductRecommendation.addShoppingCartItem(ShoppingCartRef shoppingCartItem) QueryProductRecommendation.addShoppingCartItemItem(ItemRef shoppingCartItemItem) QueryProductRecommendation.atbaseType(String atbaseType) QueryProductRecommendation.atschemaLocation(String atschemaLocation) QueryProductRecommendation.category(List<CategoryRef> category) QueryProductRecommendation.channel(List<ChannelRef> channel) QueryProductRecommendation.description(String description) QueryProductRecommendation.instantSyncRecommendation(Boolean instantSyncRecommendation) QueryProductRecommendation.place(RelatedPlace place) QueryProductRecommendation.productOrder(List<ProductOrderRef> productOrder) QueryProductRecommendation.productOrderItem(List<ItemRef> productOrderItem) QueryProductRecommendation.recommendationItem(List<RecommendationItem> recommendationItem) QueryProductRecommendation.recommendationType(String recommendationType) QueryProductRecommendation.relatedParty(RelatedParty relatedParty) QueryProductRecommendation.shoppingCart(List<ShoppingCartRef> shoppingCart) QueryProductRecommendation.shoppingCartItem(List<ItemRef> shoppingCartItem) QueryProductRecommendation.state(TaskStateType state) QueryProductRecommendation.validFor(TimePeriod validFor)