com.sap.portal.admin.wizard.handlers

Class AbstractObjectTypeHandler

java.lang.Object
  extended by com.sap.portal.admin.wizard.handlers.AbstractObjectTypeHandler
All Implemented Interfaces:
IObjectTypeHandler
Direct Known Subclasses:
IViewHandler, LayoutHandler, PageHandler, ProducerPortalHandler, SystemHandler

Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).

public abstract class AbstractObjectTypeHandler
extends Object
implements IObjectTypeHandler

The base class that provides the default implementation of IObjectTypeHandler. It implements the saveObject(java.lang.Object, com.sapportals.admin.wizardframework.api.IWizardContext) method. A specific handler can override the saveObject method.


Constructor Summary
AbstractObjectTypeHandler()
          Deprecated. A blank constructor.
 
Method Summary
 void saveObject(Object descriptor, IWizardContext context)
          Deprecated. Saves the object in the persistence layer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sap.portal.admin.wizard.handlers.IObjectTypeHandler
createObjectDescriptor
 

Constructor Detail

AbstractObjectTypeHandler

public AbstractObjectTypeHandler()
Deprecated. 
A blank constructor.

Method Detail

saveObject

public void saveObject(Object descriptor,
                       IWizardContext context)
                throws ObjectNotCreatedException
Deprecated. 
Description copied from interface: IObjectTypeHandler
Saves the object in the persistence layer. The way to save the object is up to the wizard developer. The toolkit uses Context.bind(String, Object) as the default.

Specified by:
saveObject in interface IObjectTypeHandler
Parameters:
descriptor - an object descriptor
context - the current wizard context
Throws:
ObjectNotCreatedException - if the save fails
See Also:
saveObject(Object, IWizardContext)
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/admin/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice