com.sap.portal.admin.wizard.panes
Class SavePane
java.lang.Object
com.sapportals.admin.wizardframework.components.AbstractWizardComponent
com.sapportals.admin.wizardframework.components.AbstractActionComponent
com.sap.portal.admin.wizard.panes.SavePane
- All Implemented Interfaces:
- IDependencyObject, IWizardComponent
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
public class SavePane
- extends AbstractActionComponent
The class that provides methods to save an object in the persistence layer.
Provides an object-type handler.
- See Also:
IObjectTypeHandler
|
Field Summary |
static String |
SAVE_PANE_KEY
Deprecated. The pane key used by the wizard in the state machine. |
|
Constructor Summary |
SavePane()
Deprecated. A blank constructor |
|
Method Summary |
void |
doAfterSubmit(IWizardContext context)
Deprecated. Saves the new object in the persistence layer, using the registered
handler, in the following steps:
Gets the handler from the session. |
| Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent |
clearIfInconsistent, doBeforeDisplay, getControlInFocus, getDescription, getErrorMessages, getPath, getProperty, getTitle, init, isComplete, isInitialized, isMandatory, processInput, setMandatory, setPath, setProperty, setTempProperty, setupComponent, wasChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAVE_PANE_KEY
public static final String SAVE_PANE_KEY
- Deprecated.
- The pane key used by the wizard in the state machine.
- See Also:
- Constant Field Values
SavePane
public SavePane()
- Deprecated.
- A blank constructor
doAfterSubmit
public void doAfterSubmit(IWizardContext context)
- Deprecated.
- Saves the new object in the persistence layer, using the registered
handler, in the following steps:
- Gets the handler from the session. The handler is responsible for
creating the right descriptor and saving it in the persistence layer.
- Creates the object descriptor. The descriptor is the object to be
saved.
- Finalizes the descriptor. The required properties are set in the
descriptor.
- Saves the descriptor in the persistence layer.
- Finalizes the object after it is created.
- Specified by:
doAfterSubmit in interface IWizardComponent- Overrides:
doAfterSubmit in class AbstractWizardComponent
- Parameters:
context - the current wizard context- See Also:
IObjectTypeHandler,
AbstractPCMWizard,
AbstractWizardComponent.doAfterSubmit(com.sapportals.admin.wizardframework.api.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