com.sap.portal.admin.wizard.handlers
Class AbstractObjectTypeHandler
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractObjectTypeHandler
public AbstractObjectTypeHandler()
- Deprecated.
- A blank constructor.
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 descriptorcontext - the current wizard context
- Throws:
ObjectNotCreatedException - if the save fails- See Also:
saveObject(Object, IWizardContext)
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