com.sap.portal.admin.wizard.handlers

Class LayoutHandler

java.lang.Object
  extended by com.sap.portal.admin.wizard.handlers.AbstractObjectTypeHandler
      extended by com.sap.portal.admin.wizard.handlers.LayoutHandler
All Implemented Interfaces:
IObjectTypeHandler

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

public class LayoutHandler
extends AbstractObjectTypeHandler

The PCM wizard handler class that provides methods for creating a layout.


Field Summary
static String LAYOUT_HANDLER_KEY
          Deprecated. The portal service key for the default layout handler.
 
Constructor Summary
LayoutHandler()
          Deprecated. A blank constructor.
 
Method Summary
 Object createObjectDescriptor(String targetId, com.sap.portal.pcm.CreateMethod method, IWizardContext context)
          Deprecated. Creates a new object descriptor for storing the object data.
 
Methods inherited from class com.sap.portal.admin.wizard.handlers.AbstractObjectTypeHandler
saveObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAYOUT_HANDLER_KEY

public static final String LAYOUT_HANDLER_KEY
Deprecated. 
The portal service key for the default layout handler.

See Also:
Constant Field Values
Constructor Detail

LayoutHandler

public LayoutHandler()
Deprecated. 
A blank constructor.

Method Detail

createObjectDescriptor

public Object createObjectDescriptor(String targetId,
                                     com.sap.portal.pcm.CreateMethod method,
                                     IWizardContext context)
                              throws DescriptorNotCreatedException
Deprecated. 
Description copied from interface: IObjectTypeHandler
Creates a new object descriptor for storing the object data. The Portal Content Model (PCM) uses it to save the new object in the persistence layer.
Every handler generates an implementation-dependent descriptor.
Note: The implementation should only deal with the descriptor creation. Everything else is implemented in AbstractPCMWizard.finalizeDescriptor(Map, Object, com.sapportals.admin.wizardframework.api.IWizardContext).

Parameters:
targetId - a target object path
method - a creation method as defined by CreateMethod
context - the current wizard context
Returns:
Object the descriptor
Throws:
DescriptorNotCreatedException - if the descriptor cannot be created
See Also:
INewObjectDescriptor
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