public class DefaultCockpitUIComponentAccessRightDao extends java.lang.Object implements CockpitUIComponentAccessRightDao
| Modifier and Type | Field and Description |
|---|---|
protected FlexibleSearchService |
flexibleSearchService |
| Constructor and Description |
|---|
DefaultCockpitUIComponentAccessRightDao() |
| Modifier and Type | Method and Description |
|---|---|
CockpitUIComponentAccessRightModel |
findCockpitUIComponentAccessRight(java.lang.String componentCode)
Returns the first found
CockpitUIComponentAccessRightModel (the last created one) by the given
componentCode. |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
protected FlexibleSearchService flexibleSearchService
public DefaultCockpitUIComponentAccessRightDao()
public CockpitUIComponentAccessRightModel findCockpitUIComponentAccessRight(java.lang.String componentCode)
CockpitUIComponentAccessRightDaoCockpitUIComponentAccessRightModel (the last created one) by the given
componentCode.findCockpitUIComponentAccessRight in interface CockpitUIComponentAccessRightDaocomponentCode - the component code to search fornull of nothing was foundpublic void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
Copyright © 2018 SAP SE. All Rights Reserved.