| Package | Description |
|---|---|
| de.hybris.platform.integration.commons.resource |
| Modifier and Type | Method and Description |
|---|---|
OndemandGlobalPreferenceModel |
OndemandGlobalPreferenceResource.getOndemandGlobalPreferenceModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected OndemandGlobalPreferenceModel |
OndemandGlobalPreferenceResource.readResource(java.lang.String resourceId)
Gets the
OndemandGlobalPreferenceModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<OndemandGlobalPreferenceModel> |
OndemandGlobalPreferencesResource.getOndemandGlobalPreferencesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
OndemandGlobalPreferenceResource.setOndemandGlobalPreferenceModel(OndemandGlobalPreferenceModel value)
Convenience method which just delegates to
#setResourceValue(OndemandGlobalPreferenceModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
OndemandGlobalPreferencesResource.setOndemandGlobalPreferencesCollection(java.util.Collection<OndemandGlobalPreferenceModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.