| Package | Description |
|---|---|
| com.hybris.merchandising.dao | |
| com.hybris.merchandising.dao.impl | |
| com.hybris.merchandising.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MerchSynchronizationConfigModel> |
MerchSynchronizationConfigDao.findAllMerchSynchronizationConfig()
Finds all merchandising synchronization configurations.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MerchSynchronizationConfigModel> |
DefaultMerchSynchronizationConfigDao.findAllMerchSynchronizationConfig()
Finds all merchandising synchronization configurations.
|
| Modifier and Type | Method and Description |
|---|---|
MerchSynchronizationConfigModel |
MerchSynchronizationConfigResource.getMerchSynchronizationConfigModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected MerchSynchronizationConfigModel |
MerchSynchronizationConfigResource.readResource(java.lang.String resourceId)
Gets the
MerchSynchronizationConfigModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MerchSynchronizationConfigModel> |
MerchSynchronizationConfigsResource.getMerchSynchronizationConfigsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
MerchSynchronizationConfigResource.setMerchSynchronizationConfigModel(MerchSynchronizationConfigModel value)
Convenience method which just delegates to
#setResourceValue(MerchSynchronizationConfigModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
MerchSynchronizationConfigsResource.setMerchSynchronizationConfigsCollection(java.util.Collection<MerchSynchronizationConfigModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.