Package de.hybris.platform.cockpit.daos
Interface CockpitUIComponentAccessRightDao
- All Superinterfaces:
Dao
- All Known Implementing Classes:
DefaultCockpitUIComponentAccessRightDao
-
Method Summary
Modifier and TypeMethodDescriptionfindCockpitUIComponentAccessRight(String componentCode) Returns the first foundCockpitUIComponentAccessRightModel(the last created one) by the givencomponentCode.
-
Method Details
-
findCockpitUIComponentAccessRight
Returns the first foundCockpitUIComponentAccessRightModel(the last created one) by the givencomponentCode.- Parameters:
componentCode- the component code to search for- Returns:
nullof nothing was found
-