Class DefaultRuleTravelLocationDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<LocationModel>
de.hybris.platform.travelrulesengine.dao.impl.DefaultRuleTravelLocationDao
- All Implemented Interfaces:
de.hybris.platform.servicelayer.internal.dao.GenericDao<LocationModel>,RuleTravelLocationDao
public class DefaultRuleTravelLocationDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<LocationModel>
implements RuleTravelLocationDao
The type Default rule travel location dao.
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultRuleTravelLocationDao(String typecode) Instantiates a new Default rule travel location dao. -
Method Summary
Modifier and TypeMethodDescriptionfindLocation(String code) Find location location model.findLocationsByName(String name) Find locations by name list.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultRuleTravelLocationDao
Instantiates a new Default rule travel location dao.- Parameters:
typecode- the typecode
-
-
Method Details
-
findLocation
Description copied from interface:RuleTravelLocationDaoFind location location model.- Specified by:
findLocationin interfaceRuleTravelLocationDao- Parameters:
code- the code- Returns:
- the location model
-
findLocationsByName
Description copied from interface:RuleTravelLocationDaoFind locations by name list.- Specified by:
findLocationsByNamein interfaceRuleTravelLocationDao- Parameters:
name- the name- Returns:
- the list
-