Interface CockpitUIComponentAccessRightDao

All Superinterfaces:
Dao
All Known Implementing Classes:
DefaultCockpitUIComponentAccessRightDao

public interface CockpitUIComponentAccessRightDao extends Dao
  • Method Details

    • findCockpitUIComponentAccessRight

      CockpitUIComponentAccessRightModel findCockpitUIComponentAccessRight(String componentCode)
      Returns the first found CockpitUIComponentAccessRightModel (the last created one) by the given componentCode.
      Parameters:
      componentCode - the component code to search for
      Returns:
      null of nothing was found