| Package | Description |
|---|---|
| de.hybris.platform.datahubbackoffice.daos | |
| de.hybris.platform.datahubbackoffice.daos.impl | |
| de.hybris.platform.datahubbackoffice.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataHubInstanceModelModel> |
DataHubInstanceDAO.findDataHubInstances()
Return a list of DataHub instances that are currently persisted.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataHubInstanceModelModel> |
DefaultDataHubInstanceDAOImpl.findDataHubInstances() |
| Modifier and Type | Method and Description |
|---|---|
DataHubInstanceModelModel |
DataHubInstanceModelResource.getDataHubInstanceModelModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected DataHubInstanceModelModel |
DataHubInstanceModelResource.readResource(java.lang.String resourceId)
Gets the
DataHubInstanceModelModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DataHubInstanceModelModel> |
DataHubInstanceModelsResource.getDataHubInstanceModelsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<DataHubInstanceModelModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.