Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.GeographicSubAddress
Packages that use GeographicSubAddress
Package
Description
-
Uses of GeographicSubAddress in de.hybris.platform.b2ctelcotmfwebservices.mappers.geographicsubaddress
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.geographicsubaddress with parameters of type GeographicSubAddressModifier and TypeMethodDescriptionvoidGeographicSubAddressBuildingAttributeMapper.populateSourceAttributeFromTarget(GeographicSubAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressSubUnitTypeAttributeMapper.populateSourceAttributeFromTarget(GeographicSubAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressBuildingAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressHrefAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressIdAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressSubUnitTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) -
Uses of GeographicSubAddress in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return GeographicSubAddressModifier and TypeMethodDescriptionGeographicSubAddress.atSchemaLocation(String atSchemaLocation) GeographicSubAddress.buildingName(String buildingName) GeographicSubAddress.levelNumber(String levelNumber) GeographicSubAddress.privateStreetName(String privateStreetName) GeographicSubAddress.privateStreetNumber(String privateStreetNumber) GeographicSubAddress.subUnitNumber(String subUnitNumber) GeographicSubAddress.subUnitType(String subUnitType) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type GeographicSubAddressModifier and TypeMethodDescription@Valid List<GeographicSubAddress>GeographicAddress.getGeographicSubAddress()Get geographicSubAddressMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type GeographicSubAddressModifier and TypeMethodDescriptionGeographicAddress.addGeographicSubAddressItem(GeographicSubAddress geographicSubAddressItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type GeographicSubAddressModifier and TypeMethodDescriptionGeographicAddress.geographicSubAddress(List<GeographicSubAddress> geographicSubAddress) voidGeographicAddress.setGeographicSubAddress(List<GeographicSubAddress> geographicSubAddress)