Class BackofficeIdentityProvider
- java.lang.Object
-
- com.hybris.backoffice.solrsearch.providers.BackofficeIdentityProvider
-
- All Implemented Interfaces:
IdentityProvider<ItemModel>,java.io.Serializable
public class BackofficeIdentityProvider extends java.lang.Object implements IdentityProvider<ItemModel>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackofficeIdentityProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIdentifier(IndexConfig indexConfig, ItemModel model)Provides unique string representation of indexed type identifier that is generated with respect to the model type restrictions.
-
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier(IndexConfig indexConfig, ItemModel model)
Description copied from interface:IdentityProviderProvides unique string representation of indexed type identifier that is generated with respect to the model type restrictions.- Specified by:
getIdentifierin interfaceIdentityProvider<ItemModel>- Returns:
- identifier
-
-