Uses of Class
de.hybris.platform.commercewebservicescommons.dto.order.DeliveryModeWsDTO
-
-
Uses of DeliveryModeWsDTO in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller that return DeliveryModeWsDTO Modifier and Type Method Description DeliveryModeWsDTOCartDeliveryModesController. getCartDeliveryMode(java.lang.String fields) -
Uses of DeliveryModeWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Subclasses of DeliveryModeWsDTO in de.hybris.platform.commercewebservicescommons.dto.order Modifier and Type Class Description classZoneDeliveryModeWsDTORepresentation of a Zone Delivery ModeMethods in de.hybris.platform.commercewebservicescommons.dto.order that return DeliveryModeWsDTO Modifier and Type Method Description DeliveryModeWsDTOAbstractOrderWsDTO. getDeliveryMode()DeliveryModeWsDTOConsignmentWsDTO. getDeliveryMode()DeliveryModeWsDTOOrderEntryWsDTO. getDeliveryMode()Methods in de.hybris.platform.commercewebservicescommons.dto.order that return types with arguments of type DeliveryModeWsDTO Modifier and Type Method Description java.util.List<DeliveryModeWsDTO>DeliveryModeListWsDTO. getDeliveryModes()Methods in de.hybris.platform.commercewebservicescommons.dto.order with parameters of type DeliveryModeWsDTO Modifier and Type Method Description voidAbstractOrderWsDTO. setDeliveryMode(DeliveryModeWsDTO deliveryMode)voidConsignmentWsDTO. setDeliveryMode(DeliveryModeWsDTO deliveryMode)voidOrderEntryWsDTO. setDeliveryMode(DeliveryModeWsDTO deliveryMode)Method parameters in de.hybris.platform.commercewebservicescommons.dto.order with type arguments of type DeliveryModeWsDTO Modifier and Type Method Description voidDeliveryModeListWsDTO. setDeliveryModes(java.util.List<DeliveryModeWsDTO> deliveryModes) -
Uses of DeliveryModeWsDTO in de.hybris.platform.warehousingwebservices.dto.store
Methods in de.hybris.platform.warehousingwebservices.dto.store that return types with arguments of type DeliveryModeWsDTO Modifier and Type Method Description java.util.List<DeliveryModeWsDTO>WarehouseWsDto. getDeliveryModes()Method parameters in de.hybris.platform.warehousingwebservices.dto.store with type arguments of type DeliveryModeWsDTO Modifier and Type Method Description voidWarehouseWsDto. setDeliveryModes(java.util.List<DeliveryModeWsDTO> deliveryModes) -
Uses of DeliveryModeWsDTO in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return DeliveryModeWsDTO Modifier and Type Method Description DeliveryModeWsDTOCartDeliveryModesController. getCartDeliveryMode(java.lang.String fields)
-