Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Place
Packages that use Place
Package
Description
-
Uses of Place in de.hybris.platform.b2ctelcotmfwebservices.mappers.place
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.place with parameters of type PlaceModifier and TypeMethodDescriptionvoidPlaceAtReferredTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, Place target, ma.glasnost.orika.MappingContext context) voidPlaceHrefAttributeMapper.populateTargetAttributeFromSource(AddressData source, Place target, ma.glasnost.orika.MappingContext context) voidPlaceIdAttributeMapper.populateTargetAttributeFromSource(AddressData source, Place target, ma.glasnost.orika.MappingContext context) voidPlaceRoleAttributeMapper.populateTargetAttributeFromSource(AddressData source, Place target, ma.glasnost.orika.MappingContext context) voidPlaceSchemaLocationAttributeMapper.populateTargetAttributeFromSource(AddressData source, Place target, ma.glasnost.orika.MappingContext context) voidRegionPlaceHrefAttributeMapper.populateTargetAttributeFromSource(RegionData source, Place target, ma.glasnost.orika.MappingContext context) voidRegionPlaceIdAttributeMapper.populateTargetAttributeFromSource(RegionData source, Place target, ma.glasnost.orika.MappingContext context) voidRegionPlaceReferredTypeAttributeMapper.populateTargetAttributeFromSource(RegionData source, Place target, ma.glasnost.orika.MappingContext context) voidRegionPlaceRoleAttributeMapper.populateTargetAttributeFromSource(RegionData source, Place target, ma.glasnost.orika.MappingContext context) -
Uses of Place in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return PlaceModifier and TypeMethodDescriptionPlace.atReferredType(String atReferredType) Place.atSchemaLocation(String atSchemaLocation) @Valid PlaceRecommendation.getLocation()Get locationMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type PlaceModifier and TypeMethodDescriptionBaseProductRefOrValue.getPlace()Get placeProduct.getPlace()Get placeProductOrder.getPlace()Get placeShoppingCart.getPlace()Get placeMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type PlaceModifier and TypeMethodDescriptionBaseProductRefOrValue.addPlaceItem(Place placeItem) Product.addPlaceItem(Place placeItem) ProductOrder.addPlaceItem(Place placeItem) ShoppingCart.addPlaceItem(Place placeItem) voidRecommendation.setLocation(Place location) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type PlaceModifier and TypeMethodDescriptionvoidvoidvoidvoid -
Uses of Place in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type PlaceMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type PlaceModifier and TypeMethodDescriptionProduct.addPlaceItem(Place placeItem) ProductOrder.addPlaceItem(Place placeItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type Place -
Uses of Place in de.hybris.platform.b2ctelcotmfwebservices.validators
Methods in de.hybris.platform.b2ctelcotmfwebservices.validators with parameters of type PlaceModifier and TypeMethodDescriptionprotected voidTmaPlaceValidator.validateRole(Place place, org.springframework.validation.Errors errors) Checks that the place has a role and that role is of typeTmaPlaceRoleType.Method parameters in de.hybris.platform.b2ctelcotmfwebservices.validators with type arguments of type PlaceModifier and TypeMethodDescriptionprotected voidTmaShoppingCartCreateValidator.validatePlace(List<Place> places, org.springframework.validation.Errors errors) Checks if place is correct.