Class PKKeyProvider
java.lang.Object
de.hybris.platform.productcockpit.services.impl.PKKeyProvider
- All Implemented Interfaces:
MappingService.KeyProvider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PKKeyProvider
public PKKeyProvider()
-
-
Method Details
-
getKey
Description copied from interface:MappingService.KeyProviderReturns a key to be used for mappingitem.- Specified by:
getKeyin interfaceMappingService.KeyProvider- Parameters:
item- the item for which a key is to returned- Returns:
- the key to be used for mapping
item - Throws:
IllegalArgumentException- if no valid key can be retrieved foritem
-