Uses of Class
de.hybris.platform.commercewebservicescommons.dto.store.PointOfServiceWsDTO
Packages that use PointOfServiceWsDTO
Package
Description
-
Uses of PointOfServiceWsDTO in de.hybris.platform.commercewebservicescommons.dto.basestore
Methods in de.hybris.platform.commercewebservicescommons.dto.basestore that return PointOfServiceWsDTOMethods in de.hybris.platform.commercewebservicescommons.dto.basestore that return types with arguments of type PointOfServiceWsDTOMethods in de.hybris.platform.commercewebservicescommons.dto.basestore with parameters of type PointOfServiceWsDTOModifier and TypeMethodDescriptionvoidBaseStoreWsDTO.setDefaultDeliveryOrigin(PointOfServiceWsDTO defaultDeliveryOrigin) Method parameters in de.hybris.platform.commercewebservicescommons.dto.basestore with type arguments of type PointOfServiceWsDTOModifier and TypeMethodDescriptionvoidBaseStoreWsDTO.setPointsOfService(List<PointOfServiceWsDTO> pointsOfService) -
Uses of PointOfServiceWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Methods in de.hybris.platform.commercewebservicescommons.dto.order that return PointOfServiceWsDTOModifier and TypeMethodDescriptionConsignmentWsDTO.getDeliveryPointOfService()OrderEntryWsDTO.getDeliveryPointOfService()PickupOrderEntryGroupWsDTO.getDeliveryPointOfService()Methods in de.hybris.platform.commercewebservicescommons.dto.order with parameters of type PointOfServiceWsDTOModifier and TypeMethodDescriptionvoidConsignmentWsDTO.setDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService) voidOrderEntryWsDTO.setDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService) voidPickupOrderEntryGroupWsDTO.setDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService) -
Uses of PointOfServiceWsDTO in de.hybris.platform.commercewebservicescommons.dto.store
Modifier and TypeClassDescriptionclassRepresentation of a Point Of Service StockMethods in de.hybris.platform.commercewebservicescommons.dto.store that return types with arguments of type PointOfServiceWsDTOModifier and TypeMethodDescriptionPointOfServiceListWsDTO.getPointOfServices()StoreFinderSearchPageWsDTO.getStores()Method parameters in de.hybris.platform.commercewebservicescommons.dto.store with type arguments of type PointOfServiceWsDTOModifier and TypeMethodDescriptionvoidPointOfServiceListWsDTO.setPointOfServices(List<PointOfServiceWsDTO> pointOfServices) voidStoreFinderSearchPageWsDTO.setStores(List<PointOfServiceWsDTO> stores)