| Methods in com.sap.portal.admin.editor that throw EditorDataException |
void |
IDataHandler.loadData(IEditorContext ctx,
com.sap.security.api.IPrincipal principal,
com.sapportals.common.PPLogger logger)
The data should be loaded and stored in the editor context
Using the API: public void setProperty(String key,Object value);
Tip: The keys of the stored data can be the same keys
as the UI components value path. |
void |
IDataHandler.saveData(IEditorContext ctx,
com.sap.security.api.IPrincipal principal,
com.sapportals.common.PPLogger logger)
Save the edited data of this editor |
static java.lang.Object |
PCMDataHandler.getPCMObject(IEditorContext context,
com.sap.security.api.IPrincipal principal,
java.lang.String objectId,
java.lang.String aspect,
java.util.Hashtable additionalEnv,
com.sapportals.common.PPLogger logger)
Get a PCM object.
|
void |
PCMDataHandler.saveData(IEditorContext ctx,
com.sap.security.api.IPrincipal principal,
com.sapportals.common.PPLogger logger)
|