Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.ProductOrder
Packages that use ProductOrder
Package
Description
-
Uses of ProductOrder in de.hybris.platform.b2ctelcotmfwebservices.v3.api
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.api that return types with arguments of type ProductOrderModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ProductOrder>>ProductOrderApi.listProductOrder(@Valid String baseSiteId, @Valid String relatedPartyPeriodid, @Valid String orderDate, @Valid String state, @Valid String fields, @Valid Integer offset, @Valid Integer limit) org.springframework.http.ResponseEntity<ProductOrder>ProductOrderApi.patchProductOrder(String id, @Valid ProductOrder productOrder, @Valid String baseSiteId) org.springframework.http.ResponseEntity<ProductOrder>ProductOrderApi.productOrderCreate(@Valid ProductOrder productOrder, @Valid String baseSiteId) org.springframework.http.ResponseEntity<ProductOrder>ProductOrderApi.retrieveProductOrder(String id, @Valid String fields, @Valid String relatedPartyPeriodid, @Valid String baseSiteId) Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.api with parameters of type ProductOrderModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ProductOrder>ProductOrderApi.patchProductOrder(String id, @Valid ProductOrder productOrder, @Valid String baseSiteId) org.springframework.http.ResponseEntity<ProductOrder>ProductOrderApi.productOrderCreate(@Valid ProductOrder productOrder, @Valid String baseSiteId) -
Uses of ProductOrder in de.hybris.platform.b2ctelcotmfwebservices.v3.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.controller that return types with arguments of type ProductOrderModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ProductOrder>>TmaProductOrderApiController.listProductOrder(@Valid String baseSiteId, @Valid String relatedPartyId, @Valid String orderDate, @Valid String state, @Valid String fields, @Valid Integer offset, @Valid Integer limit) 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, @Valid String fields, @Valid String relatedPartyId, @Valid String baseSiteId) Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.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.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return ProductOrderModifier and TypeMethodDescriptionProductOrder.addChannelItem(Channel channelItem) ProductOrder.addNoteItem(Note noteItem) ProductOrder.addOrderCostItem(OrderPrice orderCostItem) ProductOrder.addOrderTotalPriceItem(OrderPrice orderTotalPriceItem) ProductOrder.addPaymentItem(PaymentRef paymentItem) ProductOrder.addPlaceItem(Place placeItem) ProductOrder.addProductOrderItemItem(OrderItem productOrderItemItem) 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.productOrderItem(List<OrderItem> productOrderItem) ProductOrder.promotion(List<PromotionRef> promotion) ProductOrder.relatedParty(List<RelatedPartyRef> relatedParty) ProductOrder.requestedCompletionDate(Date requestedCompletionDate) ProductOrder.requestedStartDate(Date requestedStartDate) ProductOrder.shoppingCart(ShoppingCartRef shoppingCart) -
Uses of ProductOrder in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.productorder
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.productorder with parameters of type ProductOrderModifier and TypeMethodDescriptionvoidProductOrderShoppingCartAttributeMapper.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)