| Class | Description |
|---|---|
| ServicelayerHMCCreateAction |
HMC create action which uses
ModelService to create a model and saves it finally instead of
ComposedType.newInstance(Map). |
| ServicelayerHMCExtension |
Provides necessary meta information about the servicelayer hmc extension.
|
| ServicelayerHMCHelper |
Helper methods for all service layer HMC actions.
|
| ServicelayerHMCLoadAction |
HMC load action which pulls data out of servicelayer model instances instead of using
Item.getAllAttributes()
. |
| ServicelayerHMCRemoveAction |
HMC remove action which calls
ModelService.remove(Object) instead of Item.remove(). |
| ServicelayerHMCSaveAction |
HMC save action which used
ModelService.setAttributeValue(Object, String, Object) instead of
Item.setAllAttributes(Map). |
Copyright © 2017 SAP SE. All Rights Reserved.