Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductOrder
Packages that use ProductOrder
Package
Description
-
Uses of ProductOrder in de.hybris.platform.b2ctelcotmfwebservices.mappers.productorder
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.productorder with parameters of type ProductOrderModifier and TypeMethodDescriptionvoidProductOrderCreationDateAttributeMapper.populateSourceAttributeFromTarget(ProductOrder target, OrderData source, ma.glasnost.orika.MappingContext context) voidProductOrderIdAttributeMapper.populateSourceAttributeFromTarget(ProductOrder target, OrderData source, ma.glasnost.orika.MappingContext context) voidProductOrderRelatedPartyAttributeMapper.populateSourceAttributeFromTarget(ProductOrder target, OrderData source, ma.glasnost.orika.MappingContext context) voidProductOrderShoppingCartAttributeMapper.populateSourceAttributeFromTarget(ProductOrder target, OrderData source, ma.glasnost.orika.MappingContext context) voidProductOrderStateAttributeMapper.populateSourceAttributeFromTarget(ProductOrder target, OrderData source, ma.glasnost.orika.MappingContext context) voidProductOrderAtTypeAttributeMapper.populateTargetAttributeFromSource(OrderData source, ProductOrder target, ma.glasnost.orika.MappingContext context) voidProductOrderBaseSiteIdAttributeMapper.populateTargetAttributeFromSource(OrderData source, ProductOrder target, ma.glasnost.orika.MappingContext context) voidProductOrderCreationDateAttributeMapper.populateTargetAttributeFromSource(OrderData source, ProductOrder target, ma.glasnost.orika.MappingContext context) voidProductOrderHrefAttributeMapper.populateTargetAttributeFromSource(OrderData source, ProductOrder target, ma.glasnost.orika.MappingContext context) voidProductOrderIdAttributeMapper.populateTargetAttributeFromSource(OrderData source, ProductOrder target, ma.glasnost.orika.MappingContext context) voidProductOrderItemAttributeMapper.populateTargetAttributeFromSource(OrderData source, ProductOrder target, ma.glasnost.orika.MappingContext context) voidProductOrderOrderCostAttributeMapper.populateTargetAttributeFromSource(OrderData source, ProductOrder target, ma.glasnost.orika.MappingContext context) voidProductOrderPaymentAttributeMapper.populateTargetAttributeFromSource(OrderData source, ProductOrder target, ma.glasnost.orika.MappingContext context) voidProductOrderPlaceAttributeMapper.populateTargetAttributeFromSource(OrderData source, ProductOrder target, ma.glasnost.orika.MappingContext context) voidProductOrderPromotionAttributeMapper.populateTargetAttributeFromSource(OrderData source, ProductOrder target, ma.glasnost.orika.MappingContext context) voidProductOrderRelatedPartyAttributeMapper.populateTargetAttributeFromSource(OrderData source, ProductOrder target, ma.glasnost.orika.MappingContext context) voidProductOrderSchemaLocationAttributeMapper.populateTargetAttributeFromSource(OrderData source, ProductOrder target, ma.glasnost.orika.MappingContext context) voidProductOrderShoppingCartAttributeMapper.populateTargetAttributeFromSource(OrderData source, ProductOrder target, ma.glasnost.orika.MappingContext context) voidProductOrderStateAttributeMapper.populateTargetAttributeFromSource(OrderData source, ProductOrder target, ma.glasnost.orika.MappingContext context) -
Uses of ProductOrder in de.hybris.platform.b2ctelcotmfwebservices.security
Methods in de.hybris.platform.b2ctelcotmfwebservices.security with parameters of type ProductOrderModifier and TypeMethodDescriptionbooleanUserValidator.isAuthorizedForProductOrderUpdate(org.springframework.security.core.Authentication authentication, ProductOrder productOrder, String orderId) Checks if the authenticated party has required permissions to access the requested product order.booleanUserValidator.isNotAnonymous(ProductOrder productOrder) Checks if the user provided is not Anonymous.booleanUserValidator.isRelatedPartyAuthorizedToPlaceOrder(org.springframework.security.core.Authentication authentication, ProductOrder productOrder) From the list of related parties provided in the productOrder object the first item is used for checking if it matches with the principal for which authorization has been obtained. -
Uses of ProductOrder in de.hybris.platform.b2ctelcotmfwebservices.v2.api
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.api that return types with arguments of type ProductOrderModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ProductOrder>>ProductOrderingApi.listProductOrders(@NotNull @Valid String relatedPartyId, @Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String baseSiteId) org.springframework.http.ResponseEntity<ProductOrder>ProductOrderingApi.patchProductOrder(String id, @Valid ProductOrder body, @Valid String baseSiteId) org.springframework.http.ResponseEntity<ProductOrder>ProductOrderingApi.productOrderCreate(@Valid ProductOrder body, @Valid String baseSiteId) org.springframework.http.ResponseEntity<ProductOrder>ProductOrderingApi.retrieveProductOrder(String id, @NotNull @Valid String relatedPartyId, @Valid String fields, @Valid String baseSiteId) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.api with parameters of type ProductOrderModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ProductOrder>ProductOrderingApi.patchProductOrder(String id, @Valid ProductOrder body, @Valid String baseSiteId) org.springframework.http.ResponseEntity<ProductOrder>ProductOrderingApi.productOrderCreate(@Valid ProductOrder body, @Valid String baseSiteId) -
Uses of ProductOrder in de.hybris.platform.b2ctelcotmfwebservices.v2.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller that return types with arguments of type ProductOrderModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ProductOrder>>TmaProductOrderApiController.listProductOrders(@NotNull @Valid String relatedPartyId, @Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String baseSiteId) org.springframework.http.ResponseEntity<ProductOrder>TmaProductOrderApiController.patchProductOrder(String id, @Valid ProductOrder productOrder, @Valid String baseSiteId) org.springframework.http.ResponseEntity<ProductOrder>TmaProductOrderApiController.productOrderCreate(@Valid ProductOrder productOrder, @Valid String baseSiteId) An order resource is created and persisted.org.springframework.http.ResponseEntity<ProductOrder>TmaProductOrderApiController.retrieveProductOrder(String id, @NotNull @Valid String relatedPartyId, @Valid String fields, @Valid String baseSiteId) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller with parameters of type ProductOrderModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ProductOrder>TmaProductOrderApiController.patchProductOrder(String id, @Valid ProductOrder productOrder, @Valid String baseSiteId) org.springframework.http.ResponseEntity<ProductOrder>TmaProductOrderApiController.productOrderCreate(@Valid ProductOrder productOrder, @Valid String baseSiteId) An order resource is created and persisted. -
Uses of ProductOrder in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return ProductOrderModifier and TypeMethodDescriptionProductOrder.addChannelItem(Channel channelItem) ProductOrder.addNoteItem(Note noteItem) ProductOrder.addOrderCostItem(OrderPrice orderCostItem) ProductOrder.addOrderItemItem(OrderItem orderItemItem) ProductOrder.addOrderTotalPriceItem(OrderPrice orderTotalPriceItem) ProductOrder.addPaymentItem(PaymentRef paymentItem) ProductOrder.addPlaceItem(Place placeItem) ProductOrder.addPromotionItem(PromotionRef promotionItem) ProductOrder.addRelatedPartyItem(RelatedPartyRef relatedPartyItem) ProductOrder.atBaseType(String atBaseType) ProductOrder.atSchemaLocation(String atSchemaLocation) ProductOrder.baseSiteId(String baseSiteId) ProductOrder.billingAccount(BillingAccountRef billingAccount) ProductOrder.completionDate(Date completionDate) ProductOrder.deliveryMode(DeliveryModeRef deliveryMode) ProductOrder.description(String description) ProductOrder.expectedCompletionDate(Date expectedCompletionDate) ProductOrder.externalId(String externalId) ProductOrder.notificationContact(String notificationContact) ProductOrder.orderCost(List<OrderPrice> orderCost) ProductOrder.orderTotalPrice(List<OrderPrice> orderTotalPrice) ProductOrder.payment(List<PaymentRef> payment) ProductOrder.priority(PriorityType priority) ProductOrder.promotion(List<PromotionRef> promotion) ProductOrder.relatedParty(List<RelatedPartyRef> relatedParty) ProductOrder.requestedCompletionDate(Date requestedCompletionDate) ProductOrder.requestedStartDate(Date requestedStartDate) ProductOrder.shoppingCart(ShoppingCartRef shoppingCart)