Class DefaultCockpitUIComponentAccessRightDao
java.lang.Object
de.hybris.platform.cockpit.daos.impl.DefaultCockpitUIComponentAccessRightDao
- All Implemented Interfaces:
CockpitUIComponentAccessRightDao,Dao
public class DefaultCockpitUIComponentAccessRightDao
extends Object
implements CockpitUIComponentAccessRightDao
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindCockpitUIComponentAccessRight(String componentCode) Returns the first foundCockpitUIComponentAccessRightModel(the last created one) by the givencomponentCode.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
Field Details
-
flexibleSearchService
-
-
Constructor Details
-
DefaultCockpitUIComponentAccessRightDao
public DefaultCockpitUIComponentAccessRightDao()
-
-
Method Details
-
findCockpitUIComponentAccessRight
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
-