Uses of Class
de.hybris.platform.commercewebservicescommons.dto.order.OrderEntryWsDTO
Packages that use OrderEntryWsDTO
Package
Description
-
Uses of OrderEntryWsDTO in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller that return OrderEntryWsDTOModifier and TypeMethodDescriptionCartEntriesController.getCartEntry(long entryNumber, String fields) Methods in de.hybris.platform.commercewebservices.core.v2.controller with parameters of type OrderEntryWsDTOModifier and TypeMethodDescriptionCartEntryGroupsController.addToCartEntryGroup(String baseSiteId, Integer entryGroupNumber, OrderEntryWsDTO entry, String fields) CartEntriesController.createCartEntry(String baseSiteId, OrderEntryWsDTO entry, String fields) CartEntriesController.replaceCartEntry(String baseSiteId, long entryNumber, OrderEntryWsDTO entry, String fields) CartEntriesController.updateCartEntry(String baseSiteId, long entryNumber, OrderEntryWsDTO entry, String fields) protected static voidCartEntriesController.validateProductCode(OrderEntryData originalEntry, OrderEntryWsDTO entry) -
Uses of OrderEntryWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Methods in de.hybris.platform.commercewebservicescommons.dto.order that return OrderEntryWsDTOModifier and TypeMethodDescriptionCartModificationWsDTO.getEntry()ConsignmentEntryWsDTO.getOrderEntry()ReturnRequestEntryWsDTO.getOrderEntry()Methods in de.hybris.platform.commercewebservicescommons.dto.order that return types with arguments of type OrderEntryWsDTOModifier and TypeMethodDescriptionAbstractOrderWsDTO.getEntries()EntryGroupWsDTO.getEntries()OrderEntryGroupWsDTO.getEntries()OrderEntryListWsDTO.getOrderEntries()OrderWsDTO.getUnconsignedEntries()Methods in de.hybris.platform.commercewebservicescommons.dto.order with parameters of type OrderEntryWsDTOModifier and TypeMethodDescriptionvoidCartModificationWsDTO.setEntry(OrderEntryWsDTO entry) voidConsignmentEntryWsDTO.setOrderEntry(OrderEntryWsDTO orderEntry) voidReturnRequestEntryWsDTO.setOrderEntry(OrderEntryWsDTO orderEntry) Method parameters in de.hybris.platform.commercewebservicescommons.dto.order with type arguments of type OrderEntryWsDTOModifier and TypeMethodDescriptionvoidAbstractOrderWsDTO.setEntries(List<OrderEntryWsDTO> entries) voidEntryGroupWsDTO.setEntries(Collection<OrderEntryWsDTO> entries) voidOrderEntryGroupWsDTO.setEntries(Collection<OrderEntryWsDTO> entries) voidOrderEntryListWsDTO.setOrderEntries(List<OrderEntryWsDTO> orderEntries) voidOrderWsDTO.setUnconsignedEntries(List<OrderEntryWsDTO> unconsignedEntries) -
Uses of OrderEntryWsDTO in de.hybris.platform.commercewebservicescommons.dto.quote
Methods in de.hybris.platform.commercewebservicescommons.dto.quote that return types with arguments of type OrderEntryWsDTOMethod parameters in de.hybris.platform.commercewebservicescommons.dto.quote with type arguments of type OrderEntryWsDTO -
Uses of OrderEntryWsDTO in de.hybris.platform.ordermanagementwebservices.controllers.order
Methods in de.hybris.platform.ordermanagementwebservices.controllers.order that return OrderEntryWsDTOModifier and TypeMethodDescriptionOmsOrdersController.getOrderEntryForOrderCodeAndEntryNumber(String code, String entryNumber, String fields) Request to get orderEntry for the givenAbstractOrderModel.CODEandAbstractOrderEntryModel.ENTRYNUMBER -
Uses of OrderEntryWsDTO in de.hybris.platform.ordermanagementwebservices.dto.order
Methods in de.hybris.platform.ordermanagementwebservices.dto.order that return types with arguments of type OrderEntryWsDTOMethod parameters in de.hybris.platform.ordermanagementwebservices.dto.order with type arguments of type OrderEntryWsDTOModifier and TypeMethodDescriptionvoidOrderEntrySearchPageWsDTO.setOrderEntries(List<OrderEntryWsDTO> orderEntries) -
Uses of OrderEntryWsDTO in de.hybris.platform.ordermanagementwebservices.dto.returns
Methods in de.hybris.platform.ordermanagementwebservices.dto.returns that return OrderEntryWsDTOMethods in de.hybris.platform.ordermanagementwebservices.dto.returns with parameters of type OrderEntryWsDTOModifier and TypeMethodDescriptionvoidReturnEntryWsDTO.setOrderEntry(OrderEntryWsDTO orderEntry) -
Uses of OrderEntryWsDTO in de.hybris.platform.ordermanagementwebservices.util
Methods in de.hybris.platform.ordermanagementwebservices.util that return OrderEntryWsDTOModifier and TypeMethodDescriptionprotected OrderEntryWsDTOBaseOrderManagementWebservicesIntegrationTest.getOrderEntryForOrderCodeAndEntryNumber(String code, String entryNumber) -
Uses of OrderEntryWsDTO in de.hybris.platform.sap.productconfig.occ
Subclasses of OrderEntryWsDTO in de.hybris.platform.sap.productconfig.occModifier and TypeClassDescriptionclassRepresentation of an order entry with product configuration attached -
Uses of OrderEntryWsDTO in de.hybris.platform.textfieldconfiguratortemplateocc.controllers
Methods in de.hybris.platform.textfieldconfiguratortemplateocc.controllers with parameters of type OrderEntryWsDTOModifier and TypeMethodDescriptionProductConfiguratorTextfieldTemplateController.addCartEntry(String baseSiteId, OrderEntryWsDTO entry, String fields) -
Uses of OrderEntryWsDTO in de.hybris.platform.textfieldconfiguratortemplateoccaddon.controllers
Methods in de.hybris.platform.textfieldconfiguratortemplateoccaddon.controllers with parameters of type OrderEntryWsDTOModifier and TypeMethodDescriptionProductTextfieldConfiguratorController.addCartEntry(String baseSiteId, OrderEntryWsDTO entry, String fields) -
Uses of OrderEntryWsDTO in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return OrderEntryWsDTOModifier and TypeMethodDescriptionCartEntriesController.getCartEntry(long entryNumber, String fields) Methods in de.hybris.platform.ycommercewebservices.v2.controller with parameters of type OrderEntryWsDTOModifier and TypeMethodDescriptionCartEntryGroupsController.addToCartEntryGroup(String baseSiteId, Integer entryGroupNumber, OrderEntryWsDTO entry, String fields) CartEntriesController.createCartEntry(String baseSiteId, OrderEntryWsDTO entry, String fields) CartEntriesController.replaceCartEntry(String baseSiteId, long entryNumber, OrderEntryWsDTO entry, String fields) CartEntriesController.updateCartEntry(String baseSiteId, long entryNumber, OrderEntryWsDTO entry, String fields) protected static voidCartEntriesController.validateProductCode(OrderEntryData originalEntry, OrderEntryWsDTO entry)