Class DeeplinkUrlDaoImpl
java.lang.Object
de.hybris.platform.deeplink.dao.impl.DeeplinkUrlDaoImpl
- All Implemented Interfaces:
DeeplinkUrlDao
The Class DeeplinkUrlDaoImpl. Default implementation of
DeeplinkUrlDao- Spring Bean ID:
- deeplinUrlDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindDeeplinkUrlModel(String code) Find deeplink url model.Find deeplink url rules.findObject(String pkString) Find object.Gets the model service.Gets the search service.protected static StringvoidsetModelService(ModelService modelService) Sets the model service.voidsetSearchService(FlexibleSearchService searchService) Sets the search service.
-
Constructor Details
-
DeeplinkUrlDaoImpl
public DeeplinkUrlDaoImpl()
-
-
Method Details
-
findDeeplinkUrlModel
Description copied from interface:DeeplinkUrlDaoFind deeplink url model.- Specified by:
findDeeplinkUrlModelin interfaceDeeplinkUrlDao- Parameters:
code- the code- Returns:
- the deeplink url model
-
findDeeplinkUrlRules
Description copied from interface:DeeplinkUrlDaoFind deeplink url rules.- Specified by:
findDeeplinkUrlRulesin interfaceDeeplinkUrlDao- Returns:
- the list
-
findObject
Description copied from interface:DeeplinkUrlDaoFind object.- Specified by:
findObjectin interfaceDeeplinkUrlDao- Parameters:
pkString- the pk string- Returns:
- the object
-
sanitize
-
getModelService
Gets the model service.- Returns:
- the modelService
-
getSearchService
Gets the search service.- Returns:
- the searchService
-
setModelService
Sets the model service.- Parameters:
modelService- the modelService to set
-
setSearchService
Sets the search service.- Parameters:
searchService- the searchService to set
-