Uses of Class
de.hybris.platform.commercewebservicescommons.dto.user.AddressWsDTO
Packages that use AddressWsDTO
Package
Description
-
Uses of AddressWsDTO in de.hybris.platform.assistedservicewebservices.dto
Methods in de.hybris.platform.assistedservicewebservices.dto that return AddressWsDTOMethods in de.hybris.platform.assistedservicewebservices.dto with parameters of type AddressWsDTO -
Uses of AddressWsDTO in de.hybris.platform.b2b.occ.v2.controllers
Methods in de.hybris.platform.b2b.occ.v2.controllers that return AddressWsDTOModifier and TypeMethodDescriptionOrgUnitsController.createOrgUnitAddress(AddressWsDTO address, String orgUnitId, String fields) Methods in de.hybris.platform.b2b.occ.v2.controllers with parameters of type AddressWsDTOModifier and TypeMethodDescriptionOrgUnitsController.createOrgUnitAddress(AddressWsDTO address, String orgUnitId, String fields) voidOrgUnitsController.updateOrgUnitAddress(AddressWsDTO address, String orgUnitId, String addressId) -
Uses of AddressWsDTO in de.hybris.platform.b2bocc.v2.controllers
Methods in de.hybris.platform.b2bocc.v2.controllers that return AddressWsDTOModifier and TypeMethodDescriptionOrgUnitsController.createOrgUnitAddress(AddressWsDTO address, String orgUnitId, String fields) Methods in de.hybris.platform.b2bocc.v2.controllers with parameters of type AddressWsDTOModifier and TypeMethodDescriptionOrgUnitsController.createOrgUnitAddress(AddressWsDTO address, String orgUnitId, String fields) voidOrgUnitsController.updateOrgUnitAddress(AddressWsDTO address, String orgUnitId, String addressId) -
Uses of AddressWsDTO in de.hybris.platform.b2bwebservicescommons.dto.company
Methods in de.hybris.platform.b2bwebservicescommons.dto.company that return AddressWsDTOMethods in de.hybris.platform.b2bwebservicescommons.dto.company that return types with arguments of type AddressWsDTOMethods in de.hybris.platform.b2bwebservicescommons.dto.company with parameters of type AddressWsDTOModifier and TypeMethodDescriptionvoidAccountSummaryWsDTO.setBillingAddress(AddressWsDTO billingAddress) Method parameters in de.hybris.platform.b2bwebservicescommons.dto.company with type arguments of type AddressWsDTO -
Uses of AddressWsDTO in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller that return AddressWsDTOModifier and TypeMethodDescriptionAddressController.createAddress(AddressWsDTO address, String fields) AddressController.createAddress(javax.servlet.http.HttpServletRequest request, String fields) Deprecated, for removal: This API element is subject to removal in a future version.since 2005.CartAddressesController.createCartDeliveryAddress(AddressWsDTO address, String fields) AddressController.getAddress(String addressId, String fields) Methods in de.hybris.platform.commercewebservices.core.v2.controller with parameters of type AddressWsDTOModifier and TypeMethodDescriptionAddressController.createAddress(AddressWsDTO address, String fields) CartAddressesController.createCartDeliveryAddress(AddressWsDTO address, String fields) voidAddressController.replaceAddress(String addressId, AddressWsDTO address) voidAddressController.updateAddress(String addressId, AddressWsDTO address) AddressController.validateAddress(AddressWsDTO address, String fields) -
Uses of AddressWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Methods in de.hybris.platform.commercewebservicescommons.dto.order that return AddressWsDTOModifier and TypeMethodDescriptionPaymentDetailsWsDTO.getBillingAddress()AbstractOrderWsDTO.getDeliveryAddress()DeliveryOrderEntryGroupWsDTO.getDeliveryAddress()OrderWsDTO.getPaymentAddress()ConsignmentWsDTO.getShippingAddress()Methods in de.hybris.platform.commercewebservicescommons.dto.order with parameters of type AddressWsDTOModifier and TypeMethodDescriptionvoidPaymentDetailsWsDTO.setBillingAddress(AddressWsDTO billingAddress) voidAbstractOrderWsDTO.setDeliveryAddress(AddressWsDTO deliveryAddress) voidDeliveryOrderEntryGroupWsDTO.setDeliveryAddress(AddressWsDTO deliveryAddress) voidOrderWsDTO.setPaymentAddress(AddressWsDTO paymentAddress) voidConsignmentWsDTO.setShippingAddress(AddressWsDTO shippingAddress) -
Uses of AddressWsDTO in de.hybris.platform.commercewebservicescommons.dto.store
Methods in de.hybris.platform.commercewebservicescommons.dto.store that return AddressWsDTOMethods in de.hybris.platform.commercewebservicescommons.dto.store with parameters of type AddressWsDTO -
Uses of AddressWsDTO in de.hybris.platform.commercewebservicescommons.dto.user
Methods in de.hybris.platform.commercewebservicescommons.dto.user that return AddressWsDTOMethods in de.hybris.platform.commercewebservicescommons.dto.user that return types with arguments of type AddressWsDTOModifier and TypeMethodDescriptionAddressListWsDTO.getAddresses()AddressValidationWsDTO.getSuggestedAddresses()Methods in de.hybris.platform.commercewebservicescommons.dto.user with parameters of type AddressWsDTOMethod parameters in de.hybris.platform.commercewebservicescommons.dto.user with type arguments of type AddressWsDTOModifier and TypeMethodDescriptionvoidAddressListWsDTO.setAddresses(List<AddressWsDTO> addresses) voidAddressValidationWsDTO.setSuggestedAddresses(List<AddressWsDTO> suggestedAddresses) -
Uses of AddressWsDTO in de.hybris.platform.ordermanagementwebservices.controllers.order
Methods in de.hybris.platform.ordermanagementwebservices.controllers.order that return AddressWsDTOModifier and TypeMethodDescriptionprotected AddressWsDTOOrderControllerIntegrationTest.buildAddressWsDTO() -
Uses of AddressWsDTO in de.hybris.platform.ordermanagementwebservices.dto.order
Methods in de.hybris.platform.ordermanagementwebservices.dto.order that return AddressWsDTOModifier and TypeMethodDescriptionOrderRequestWsDTO.getDeliveryAddress()OrderRequestWsDTO.getPaymentAddress()Methods in de.hybris.platform.ordermanagementwebservices.dto.order with parameters of type AddressWsDTOModifier and TypeMethodDescriptionvoidOrderRequestWsDTO.setDeliveryAddress(AddressWsDTO deliveryAddress) voidOrderRequestWsDTO.setPaymentAddress(AddressWsDTO paymentAddress) -
Uses of AddressWsDTO in de.hybris.platform.warehousingwebservices.controllers.pointofservice
Methods in de.hybris.platform.warehousingwebservices.controllers.pointofservice with parameters of type AddressWsDTOModifier and TypeMethodDescriptionWarehousingPointOfServicesController.updatePointOfServiceWithAddress(AddressWsDTO address, @NotNull String pointOfServiceName, String fields) Request to update aPointOfServiceModelin the system Make sure to pass a valid WarehouseCode to update the Point Of Service with -
Uses of AddressWsDTO in de.hybris.platform.warehousingwebservices.warehousingwebservices.util
Methods in de.hybris.platform.warehousingwebservices.warehousingwebservices.util that return AddressWsDTOModifier and TypeMethodDescriptionprotected AddressWsDTOBaseWarehousingWebservicesIntegrationTest.createUsAddress()Creates a US address.Methods in de.hybris.platform.warehousingwebservices.warehousingwebservices.util with parameters of type AddressWsDTOModifier and TypeMethodDescriptionprotected PointOfServiceWsDTOBaseWarehousingWebservicesIntegrationTest.putUpdatePointOfServiceAddress(String pointOfService, AddressWsDTO addressWsDTO) -
Uses of AddressWsDTO in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return AddressWsDTOModifier and TypeMethodDescriptionAddressController.createAddress(AddressWsDTO address, String fields) AddressController.createAddress(javax.servlet.http.HttpServletRequest request, String fields) Deprecated, for removal: This API element is subject to removal in a future version.since 2005.CartAddressesController.createCartDeliveryAddress(AddressWsDTO address, String fields) AddressController.getAddress(String addressId, String fields) Methods in de.hybris.platform.ycommercewebservices.v2.controller with parameters of type AddressWsDTOModifier and TypeMethodDescriptionAddressController.createAddress(AddressWsDTO address, String fields) CartAddressesController.createCartDeliveryAddress(AddressWsDTO address, String fields) voidAddressController.replaceAddress(String addressId, AddressWsDTO address) voidAddressController.updateAddress(String addressId, AddressWsDTO address) AddressController.validateAddress(AddressWsDTO address, String fields)