Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities |
Modifier and Type | Method and Description |
---|---|
static WidgetResponse |
WidgetResponse.coerce(WidgetEntity entity)
Gets an
WidgetResponse from the supplied entity. |
Modifier and Type | Method and Description |
---|---|
WidgetEntity |
WidgetDAO.findById(Long id) |
WidgetEntity |
WidgetDAO.merge(WidgetEntity widgetEntity) |
Modifier and Type | Method and Description |
---|---|
List<WidgetEntity> |
WidgetDAO.findAll() |
List<WidgetEntity> |
WidgetDAO.findByCluster(long clusterId) |
List<WidgetEntity> |
WidgetDAO.findByName(Long clusterId,
String widgetName,
String author,
String defaultSectionName) |
List<WidgetEntity> |
WidgetDAO.findByScopeOrAuthor(String author,
String scope) |
List<WidgetEntity> |
WidgetDAO.findBySectionName(String sectionName) |
Modifier and Type | Method and Description |
---|---|
void |
WidgetDAO.create(WidgetEntity widgetEntity) |
WidgetEntity |
WidgetDAO.merge(WidgetEntity widgetEntity) |
void |
WidgetDAO.refresh(WidgetEntity widgetEntity) |
void |
WidgetDAO.remove(WidgetEntity widgetEntity) |
Modifier and Type | Method and Description |
---|---|
WidgetEntity |
WidgetLayoutUserWidgetEntity.getWidget() |
Modifier and Type | Method and Description |
---|---|
void |
WidgetLayoutUserWidgetEntity.setWidget(WidgetEntity widget) |
Copyright © 2022 Apache Software Foundation. All rights reserved.