Class BackofficeIdentityProvider
java.lang.Object
com.hybris.backoffice.solrsearch.providers.BackofficeIdentityProvider
- All Implemented Interfaces:
IdentityProvider<ItemModel>,Serializable
public class BackofficeIdentityProvider
extends Object
implements IdentityProvider<ItemModel>, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIdentifier(IndexConfig indexConfig, ItemModel model) Provides unique string representation of indexed type identifier that is generated with respect to the model type restrictions.
-
Constructor Details
-
BackofficeIdentityProvider
public BackofficeIdentityProvider()
-
-
Method Details
-
getIdentifier
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
-