Class DefaultCockpitUIComponentAccessRightDao
- java.lang.Object
-
- de.hybris.platform.cockpit.daos.impl.DefaultCockpitUIComponentAccessRightDao
-
- All Implemented Interfaces:
CockpitUIComponentAccessRightDao,Dao
public class DefaultCockpitUIComponentAccessRightDao extends java.lang.Object implements CockpitUIComponentAccessRightDao
-
-
Field Summary
Fields Modifier and Type Field Description protected FlexibleSearchServiceflexibleSearchService
-
Constructor Summary
Constructors Constructor Description DefaultCockpitUIComponentAccessRightDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CockpitUIComponentAccessRightModelfindCockpitUIComponentAccessRight(java.lang.String componentCode)Returns the first foundCockpitUIComponentAccessRightModel(the last created one) by the givencomponentCode.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-
-
Field Detail
-
flexibleSearchService
protected FlexibleSearchService flexibleSearchService
-
-
Method Detail
-
findCockpitUIComponentAccessRight
public CockpitUIComponentAccessRightModel findCockpitUIComponentAccessRight(java.lang.String componentCode)
Description copied from interface:CockpitUIComponentAccessRightDaoReturns the first foundCockpitUIComponentAccessRightModel(the last created one) by the givencomponentCode.- Specified by:
findCockpitUIComponentAccessRightin interfaceCockpitUIComponentAccessRightDao- Parameters:
componentCode- the component code to search for- Returns:
nullof nothing was found
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-