Uses of Class
com.sap.portal.admin.editor.exception.EditorDataException

Packages that use EditorDataException
com.sap.portal.admin.editor   
com.sap.portal.admin.editor.exception   
 

Uses of EditorDataException in com.sap.portal.admin.editor
 

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)
           
 

Uses of EditorDataException in com.sap.portal.admin.editor.exception
 

Subclasses of EditorDataException in com.sap.portal.admin.editor.exception
 class EditorObjectNotFoundException
          EditorObjectNotFoundException A data exception that will be thrown If a data object could not be found for some reason.