Package de.hybris.platform.cockpit.daos
Interface CockpitUIComponentAccessRightDao
-
- All Superinterfaces:
Dao
- All Known Implementing Classes:
DefaultCockpitUIComponentAccessRightDao
public interface CockpitUIComponentAccessRightDao extends Dao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CockpitUIComponentAccessRightModelfindCockpitUIComponentAccessRight(java.lang.String componentCode)Returns the first foundCockpitUIComponentAccessRightModel(the last created one) by the givencomponentCode.
-
-
-
Method Detail
-
findCockpitUIComponentAccessRight
CockpitUIComponentAccessRightModel findCockpitUIComponentAccessRight(java.lang.String componentCode)
Returns the first foundCockpitUIComponentAccessRightModel(the last created one) by the givencomponentCode.- Parameters:
componentCode- the component code to search for- Returns:
nullof nothing was found
-
-