Uses of Class
de.hybris.platform.commercewebservicescommons.dto.store.PointOfServiceWsDTO
-
-
Uses of PointOfServiceWsDTO in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller that return PointOfServiceWsDTO Modifier and Type Method Description PointOfServiceWsDTOStoresController. getStoreLocation(java.lang.String storeId, java.lang.String fields) -
Uses of PointOfServiceWsDTO in de.hybris.platform.commercewebservices.core.v2.helper
Methods in de.hybris.platform.commercewebservices.core.v2.helper that return PointOfServiceWsDTO Modifier and Type Method Description PointOfServiceWsDTOStoresHelper. locationDetails(java.lang.String storeId, java.lang.String fields) -
Uses of PointOfServiceWsDTO in de.hybris.platform.commercewebservicescommons.dto.basestore
Methods in de.hybris.platform.commercewebservicescommons.dto.basestore that return PointOfServiceWsDTO Modifier and Type Method Description PointOfServiceWsDTOBaseStoreWsDTO. getDefaultDeliveryOrigin()Methods in de.hybris.platform.commercewebservicescommons.dto.basestore that return types with arguments of type PointOfServiceWsDTO Modifier and Type Method Description java.util.List<PointOfServiceWsDTO>BaseStoreWsDTO. getPointsOfService()Methods in de.hybris.platform.commercewebservicescommons.dto.basestore with parameters of type PointOfServiceWsDTO Modifier and Type Method Description voidBaseStoreWsDTO. setDefaultDeliveryOrigin(PointOfServiceWsDTO defaultDeliveryOrigin)Method parameters in de.hybris.platform.commercewebservicescommons.dto.basestore with type arguments of type PointOfServiceWsDTO Modifier and Type Method Description voidBaseStoreWsDTO. setPointsOfService(java.util.List<PointOfServiceWsDTO> pointsOfService) -
Uses of PointOfServiceWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Methods in de.hybris.platform.commercewebservicescommons.dto.order that return PointOfServiceWsDTO Modifier and Type Method Description PointOfServiceWsDTOConsignmentWsDTO. getDeliveryPointOfService()PointOfServiceWsDTOOrderEntryWsDTO. getDeliveryPointOfService()PointOfServiceWsDTOPickupOrderEntryGroupWsDTO. getDeliveryPointOfService()Methods in de.hybris.platform.commercewebservicescommons.dto.order with parameters of type PointOfServiceWsDTO Modifier and Type Method Description voidConsignmentWsDTO. setDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService)voidOrderEntryWsDTO. setDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService)voidPickupOrderEntryGroupWsDTO. setDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService) -
Uses of PointOfServiceWsDTO in de.hybris.platform.commercewebservicescommons.dto.store
Subclasses of PointOfServiceWsDTO in de.hybris.platform.commercewebservicescommons.dto.store Modifier and Type Class Description classPointOfServiceStockWsDTORepresentation of a Point Of Service StockMethods in de.hybris.platform.commercewebservicescommons.dto.store that return types with arguments of type PointOfServiceWsDTO Modifier and Type Method Description java.util.List<PointOfServiceWsDTO>PointOfServiceListWsDTO. getPointOfServices()java.util.List<PointOfServiceWsDTO>StoreFinderSearchPageWsDTO. getStores()Method parameters in de.hybris.platform.commercewebservicescommons.dto.store with type arguments of type PointOfServiceWsDTO Modifier and Type Method Description voidPointOfServiceListWsDTO. setPointOfServices(java.util.List<PointOfServiceWsDTO> pointOfServices)voidStoreFinderSearchPageWsDTO. setStores(java.util.List<PointOfServiceWsDTO> stores) -
Uses of PointOfServiceWsDTO in de.hybris.platform.warehousingwebservices.controllers.pointofservice
Methods in de.hybris.platform.warehousingwebservices.controllers.pointofservice that return PointOfServiceWsDTO Modifier and Type Method Description PointOfServiceWsDTOWarehousingPointOfServicesController. deleteWarehousesFromPointOfService(@NotNull java.lang.String pointOfServiceName, @NotNull java.lang.String warehouseCode, java.lang.String fields)Request to delete warehouses fromPointOfServiceModel.PointOfServiceWsDTOWarehousingPointOfServicesController. getPointOfServiceByName(java.lang.String name, java.lang.String fields)Request to get a point of service by namePointOfServiceWsDTOWarehousingPointOfServicesController. updatePointOfServiceWithAddress(AddressWsDTO address, @NotNull java.lang.String pointOfServiceName, java.lang.String fields)Request to update aPointOfServiceModelin the system Make sure to pass a valid WarehouseCode to update the Point Of Service withPointOfServiceWsDTOWarehousingPointOfServicesController. updatePointOfServiceWithWarehouses(WarehouseCodesWsDto warehouseCodes, @NotNull java.lang.String pointOfServiceName, java.lang.String fields)Request to update aPointOfServiceModelin the system Make sure to pass a valid WarehouseCode to update the Point Of Service with -
Uses of PointOfServiceWsDTO in de.hybris.platform.warehousingwebservices.dto.store
Methods in de.hybris.platform.warehousingwebservices.dto.store that return types with arguments of type PointOfServiceWsDTO Modifier and Type Method Description java.util.List<PointOfServiceWsDTO>PointOfServiceSearchPageWsDTO. getPointsOfService()java.util.List<PointOfServiceWsDTO>WarehouseWsDto. getPointsOfServices()Method parameters in de.hybris.platform.warehousingwebservices.dto.store with type arguments of type PointOfServiceWsDTO Modifier and Type Method Description voidPointOfServiceSearchPageWsDTO. setPointsOfService(java.util.List<PointOfServiceWsDTO> pointsOfService)voidWarehouseWsDto. setPointsOfServices(java.util.List<PointOfServiceWsDTO> pointsOfServices) -
Uses of PointOfServiceWsDTO in de.hybris.platform.warehousingwebservices.warehousingwebservices.util
Methods in de.hybris.platform.warehousingwebservices.warehousingwebservices.util that return PointOfServiceWsDTO Modifier and Type Method Description protected PointOfServiceWsDTOBaseWarehousingWebservicesIntegrationTest. getPointOfServiceByDefault(java.lang.String name)protected PointOfServiceWsDTOBaseWarehousingWebservicesIntegrationTest. postUpdatePointOfServiceWarehouses(java.lang.String name, WarehouseCodesWsDto warehouseCodesWsDTO)protected PointOfServiceWsDTOBaseWarehousingWebservicesIntegrationTest. putUpdatePointOfServiceAddress(java.lang.String pointOfService, AddressWsDTO addressWsDTO) -
Uses of PointOfServiceWsDTO in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return PointOfServiceWsDTO Modifier and Type Method Description PointOfServiceWsDTOStoresController. getStoreLocation(java.lang.String storeId, java.lang.String fields) -
Uses of PointOfServiceWsDTO in de.hybris.platform.ycommercewebservices.v2.helper
Methods in de.hybris.platform.ycommercewebservices.v2.helper that return PointOfServiceWsDTO Modifier and Type Method Description PointOfServiceWsDTOStoresHelper. locationDetails(java.lang.String storeId, java.lang.String fields)
-