| Package | Description |
|---|---|
| com.hybris.datahub.daos | |
| com.hybris.datahub.daos.impl | |
| com.hybris.datahub.resource |
| Modifier and Type | Method and Description |
|---|---|
List<DataHubInstanceModelModel> |
DataHubInstanceDAO.findDataHubInstances()
Return a list of DataHub instances that are currently persisted.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataHubInstanceModelModel> |
DefaultDataHubInstanceDAOImpl.findDataHubInstances() |
| Modifier and Type | Method and Description |
|---|---|
DataHubInstanceModelModel |
DataHubInstanceModelResource.getDataHubInstanceModelModel()
Convenience method which just delegates to
#getResourceValue() |
protected DataHubInstanceModelModel |
DataHubInstanceModelResource.readResource(String resourceId)
Gets the
DataHubInstanceModelModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<DataHubInstanceModelModel> |
DataHubInstanceModelsResource.getDataHubInstanceModelsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataHubInstanceModelResource.setDataHubInstanceModelModel(DataHubInstanceModelModel value)
Convenience method which just delegates to
#setResourceValue(DataHubInstanceModelModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataHubInstanceModelsResource.setDataHubInstanceModelsCollection(Collection<DataHubInstanceModelModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.