Class DefaultRestrictionTypeDao
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.dao.impl.DefaultRestrictionTypeDao
-
- All Implemented Interfaces:
RestrictionTypeDao,Dao
public class DefaultRestrictionTypeDao extends java.lang.Object implements RestrictionTypeDao
-
-
Constructor Summary
Constructors Constructor Description DefaultRestrictionTypeDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FlexibleSearchServicegetFlexibleSearchService()RestrictionTypeModelgetRestrictionTypeByCode(java.lang.String code)voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-
-
Method Detail
-
getRestrictionTypeByCode
public RestrictionTypeModel getRestrictionTypeByCode(java.lang.String code)
- Specified by:
getRestrictionTypeByCodein interfaceRestrictionTypeDao
-
getFlexibleSearchService
protected FlexibleSearchService getFlexibleSearchService()
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-