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

public class SavePane
extends AbstractActionComponent

SavePane saves the new object into the persistence, using the new PCM API and the provided object-type handler.

See Also:
IObjectTypeHandler

Field Summary
static java.lang.String SAVE_PANE_KEY
          pane path key.
 
Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT
 
Constructor Summary
SavePane()
           
 
Method Summary
 void doAfterSubmit(IWizardContext context)
          Saves the new object into the persistence, using the registered handler, in 4 steps: Gets the handler from the session.
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractActionComponent
getDisplay
 
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
 

Field Detail

SAVE_PANE_KEY

public static final java.lang.String SAVE_PANE_KEY
pane path key.
Constructor Detail

SavePane

public SavePane()
Method Detail

doAfterSubmit

public void doAfterSubmit(IWizardContext context)
Saves the new object into the persistence, using the registered handler, in 4 steps:
  1. Gets the handler from the session.
  2. Creates the object descriptor.
  3. Finalizes the descriptor.
  4. Saves the object.
  5. Finalizes the object after it was created.
Overrides:
doAfterSubmit in class AbstractWizardComponent
See Also:
IObjectTypeHandler, AbstractPCMWizard