| Package | Description |
|---|---|
| org.apache.ambari.server.orm.dao | |
| org.apache.ambari.server.orm.entities |
| Modifier and Type | Method and Description |
|---|---|
WidgetLayoutEntity |
WidgetLayoutDAO.findById(Long id) |
WidgetLayoutEntity |
WidgetLayoutDAO.merge(WidgetLayoutEntity widgetLayoutEntity) |
WidgetLayoutEntity |
WidgetLayoutDAO.mergeWithFlush(WidgetLayoutEntity widgetLayoutEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<WidgetLayoutEntity> |
WidgetLayoutDAO.findAll() |
List<WidgetLayoutEntity> |
WidgetLayoutDAO.findByCluster(long clusterId) |
List<WidgetLayoutEntity> |
WidgetLayoutDAO.findByName(Long clusterId,
String layoutName,
String userName) |
List<WidgetLayoutEntity> |
WidgetLayoutDAO.findBySectionName(String sectionName) |
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetLayoutDAO.create(WidgetLayoutEntity widgetLayoutEntity) |
void |
WidgetLayoutDAO.createWithFlush(WidgetLayoutEntity widgetLayoutEntity) |
WidgetLayoutEntity |
WidgetLayoutDAO.merge(WidgetLayoutEntity widgetLayoutEntity) |
WidgetLayoutEntity |
WidgetLayoutDAO.mergeWithFlush(WidgetLayoutEntity widgetLayoutEntity) |
void |
WidgetLayoutDAO.refresh(WidgetLayoutEntity widgetLayoutEntity) |
void |
WidgetLayoutDAO.remove(WidgetLayoutEntity widgetLayoutEntity) |
| Modifier and Type | Method and Description |
|---|---|
WidgetLayoutEntity |
WidgetLayoutUserWidgetEntity.getWidgetLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetLayoutUserWidgetEntity.setWidgetLayout(WidgetLayoutEntity widgetLayout) |
Copyright © 2022 Apache Software Foundation. All rights reserved.