Uses of Class
de.hybris.platform.b2ctelcotmfresources.v4.dto.GeographicAddress
Packages that use GeographicAddress
Package
Description
-
Uses of GeographicAddress in de.hybris.platform.b2ctelcoserviceabilityclient.service.impl
Methods in de.hybris.platform.b2ctelcoserviceabilityclient.service.impl that return types with arguments of type GeographicAddressModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,GeographicAddress> DefaultTmaServiceabilityCheckService.getTmaAddressConverter()Method parameters in de.hybris.platform.b2ctelcoserviceabilityclient.service.impl with type arguments of type GeographicAddressConstructor parameters in de.hybris.platform.b2ctelcoserviceabilityclient.service.impl with type arguments of type GeographicAddressModifierConstructorDescriptionDefaultTmaServiceabilityCheckService(TmaServiceQualificationClientService tmaServiceQualificationClientService, de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, GeographicAddress> tmaPlaceConverter) This is a class constructor used to specify the required dependencies required by class for creation. -
Uses of GeographicAddress in de.hybris.platform.b2ctelcoserviceabilityclient.serviceability.populators
Methods in de.hybris.platform.b2ctelcoserviceabilityclient.serviceability.populators with parameters of type GeographicAddressModifier and TypeMethodDescriptionvoidTmaPlacePopulator.populate(AddressModel source, GeographicAddress target) -
Uses of GeographicAddress in de.hybris.platform.b2ctelcotmfresources.v4.dto
Methods in de.hybris.platform.b2ctelcotmfresources.v4.dto that return GeographicAddressModifier and TypeMethodDescriptionGeographicAddress.atSchemaLocation(String atSchemaLocation) GeographicAddress.isBillingAddress(Boolean isBillingAddress) GeographicAddress.isContactAddress(Boolean isContactAddress) GeographicAddress.isInstallationAddress(Boolean isInstallationAddress) GeographicAddress.isShippingAddress(Boolean isShippingAddress) GeographicAddress.isUnloadingAddress(Boolean isUnloadingAddress) GeographicAddress.stateOfProvince(String stateOfProvince) GeographicAddress.streetName(String streetName) GeographicAddress.streetNrLast(String streetNrLast) GeographicAddress.streetNrLastSuffix(String streetNrLastSuffix) GeographicAddress.streetNrSuffix(String streetNrSuffix) GeographicAddress.streetSuffix(String streetSuffix) GeographicAddress.streetType(String streetType) Methods in de.hybris.platform.b2ctelcotmfresources.v4.dto that return types with arguments of type GeographicAddressModifier and TypeMethodDescription@Valid List<GeographicAddress>ServiceRefOrValue.getPlace()A list of places (Place [*]).Methods in de.hybris.platform.b2ctelcotmfresources.v4.dto with parameters of type GeographicAddressMethod parameters in de.hybris.platform.b2ctelcotmfresources.v4.dto with type arguments of type GeographicAddressModifier and TypeMethodDescriptionServiceRefOrValue.place(List<GeographicAddress> place) voidServiceRefOrValue.setPlace(List<GeographicAddress> place)