Uses of Interface
de.hybris.platform.cockpit.services.MappingService.KeyProvider
-
Packages that use MappingService.KeyProvider Package Description de.hybris.platform.cockpit.services de.hybris.platform.productcockpit.services.impl -
-
Uses of MappingService.KeyProvider in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services with parameters of type MappingService.KeyProvider Modifier and Type Method Description static java.util.Map<java.lang.Object,java.lang.Object>MappingService. mapItems(MappingService.KeyProvider keyProvider, java.util.Collection<? extends java.lang.Object> items)Maps all the items initemsto corresponding keys retrieved by theMappingService.KeyProviderkp, i.e. -
Uses of MappingService.KeyProvider in de.hybris.platform.productcockpit.services.impl
Classes in de.hybris.platform.productcockpit.services.impl that implement MappingService.KeyProvider Modifier and Type Class Description classDummyKeyProviderDummy key provider for mapping TypedObject <-> TypedObjectclassPKKeyProvider
-