Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.GeographicSubAddress
Packages that use GeographicSubAddress
Package
Description
-
Uses of GeographicSubAddress in de.hybris.platform.b2ctelcotmfwebservices.v3.api
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.api that return types with arguments of type GeographicSubAddressModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<GeographicSubAddress>>GeographicAddressApi.listGeographicSubAddress(String geographicAddressId, @Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<GeographicSubAddress>GeographicAddressApi.retrieveGeographicSubAddress(String geographicAddressId, String id, @Valid String fields, @Valid String relatedPartyId) -
Uses of GeographicSubAddress in de.hybris.platform.b2ctelcotmfwebservices.v3.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.controller that return types with arguments of type GeographicSubAddressModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<GeographicSubAddress>>TmaGeographicAddressApiController.listGeographicSubAddress(String geographicAddressId, @Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<GeographicSubAddress>TmaGeographicAddressApiController.retrieveGeographicSubAddress(String geographicAddressId, String id, @Valid String fields, @Valid String relatedPartyId) -
Uses of GeographicSubAddress in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return GeographicSubAddressModifier and TypeMethodDescriptionGeographicSubAddress.atBaseType(String atBaseType) GeographicSubAddress.atSchemaLocation(String atSchemaLocation) GeographicSubAddress.buildingName(String buildingName) GeographicSubAddress.levelNumber(String levelNumber) GeographicSubAddress.privateStreetName(String privateStreetName) GeographicSubAddress.privateStreetNumber(String privateStreetNumber) GeographicSubAddress.subAddressType(String subAddressType) GeographicSubAddress.subUnitNumber(String subUnitNumber) GeographicSubAddress.subUnitType(String subUnitType) Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type GeographicSubAddressModifier and TypeMethodDescription@Valid List<GeographicSubAddress>GeographicAddress.getGeographicSubAddress()Get geographicSubAddressMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type GeographicSubAddressModifier and TypeMethodDescriptionGeographicAddress.addGeographicSubAddressItem(GeographicSubAddress geographicSubAddressItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type GeographicSubAddressModifier and TypeMethodDescriptionGeographicAddress.geographicSubAddress(List<GeographicSubAddress> geographicSubAddress) voidGeographicAddress.setGeographicSubAddress(List<GeographicSubAddress> geographicSubAddress) -
Uses of GeographicSubAddress in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.geographicsubaddress
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.geographicsubaddress with parameters of type GeographicSubAddressModifier and TypeMethodDescriptionvoidGeographicSubAddressBuildingAttributeMapper.populateSourceAttributeFromTarget(GeographicSubAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressAtTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, 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) voidGeographicSubAddressLevelNumberAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressLevelTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressNameAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressPrivateStreetNameAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressPrivateStreetNumberAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressSchemaLocationAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressSubUnitNumberAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressSubUnitTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context)