Uses of Class
de.hybris.platform.commercewebservicescommons.dto.order.OrderEntryWsDTO
Packages that use OrderEntryWsDTO
Package
Description
-
Uses of OrderEntryWsDTO in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.cart.entries
Methods in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.cart.entries with parameters of type OrderEntryWsDTOModifier and TypeMethodDescriptionvoidTmaCartEntriesActionAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, OrderEntryWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartEntriesAppointmentAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, OrderEntryWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartEntriesPriceAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, OrderEntryWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartEntriesProcessTypeAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, OrderEntryWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartEntriesRootBpoCodeAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, OrderEntryWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartEntriesTermAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, OrderEntryWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaOrderEntryProductOfferingAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, OrderEntryWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaSubscribedProductAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, OrderEntryWsDTO target, ma.glasnost.orika.MappingContext context) -
Uses of OrderEntryWsDTO in de.hybris.platform.b2ctelcocommercewebservicescommons.validator
Methods in de.hybris.platform.b2ctelcocommercewebservicescommons.validator with parameters of type OrderEntryWsDTOModifier and TypeMethodDescriptionprotected voidTmaCartEntryPlaceValidator.validatePlaces(OrderEntryWsDTO cartItem, org.springframework.validation.Errors errors) Checks that all the places on product are valid.protected voidTmaSubscribedProductActionValidator.validateRequiredInformationFor(OrderEntryWsDTO cartEntry, ActionTypeWsDTO actionType, org.springframework.validation.Errors errors) Checks that the subscribed product and offering are correctly set for the action found on the cartItem. -
Uses of OrderEntryWsDTO in de.hybris.platform.b2ctelcoocc.controllers
Methods in de.hybris.platform.b2ctelcoocc.controllers that return OrderEntryWsDTOModifier and TypeMethodDescriptionTmaCartsController.getCartEntry(long entryNumber, String fields) Methods in de.hybris.platform.b2ctelcoocc.controllers with parameters of type OrderEntryWsDTOModifier and TypeMethodDescriptionTmaCartsController.createCartEntry(String cartId, String userId, String baseSiteId, OrderEntryWsDTO entry, String fields) TmaCartsController.replaceCartEntry(String baseSiteId, long entryNumber, OrderEntryWsDTO entry, String fields) TmaCartsController.updateCartEntry(String baseSiteId, long entryNumber, OrderEntryWsDTO entry, String fields, String cartId, String userId) -
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()OrderEntryWsDTO.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) voidOrderEntryWsDTO.setEntries(List<OrderEntryWsDTO> entries) voidOrderEntryListWsDTO.setOrderEntries(List<OrderEntryWsDTO> orderEntries) voidOrderWsDTO.setUnconsignedEntries(List<OrderEntryWsDTO> unconsignedEntries)