| Package | Description |
|---|---|
| com.sapportals.wcm.util.controlstatus |
Provides a service for the UI to persist the status of rendering
objects.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ControlStatusService.addControlStatus(IControlStatus status)
adds the given object and returns the key to retrieve the object again
through the
getControlStatus method. |
boolean |
ControlStatusService.deleteControlStatus(String key)
deletes an
IControlStatus object with the given key from the
service's persistence. |
IControlStatus |
ControlStatusService.getControlStatus(String key)
returns the
IControlStatus that has been saved with this key. |
Copyright 2021 SAP SE Complete Copyright Notice