com.sapportals.admin.wizardframework.util

Interface IWizardFramework

All Superinterfaces:
IService

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

public interface IWizardFramework
extends IService

The interface that represents the wizard framework. The wizard framework enables you to create administration wizards for creating new portal content.


Field Summary
static String KEY
          Deprecated. The service key.
 
Method Summary
 IResource getWFWResource(String resourceId, String resourceType)
          Deprecated. Gets a wizard framework resource.
 IWizardInstance getWizardInstance()
          Deprecated. Gets an instance of the wizard.
 ResourceBundle getWizardLanguageResources(Locale locale)
          Deprecated. Gets the resource bundle for a wizard according to the specified locale.
 int getWizardSessionSerial()
          Deprecated. Gets the wizard session ID.
 void log(String msg)
          Deprecated. Sends a message to the log.
 void severe(Throwable t, String msg)
          Deprecated. Sets a severe message.
 void warning(String msg)
          Deprecated. Sets a warning message.
 
Methods inherited from interface com.sapportals.portal.prt.service.IService
afterInit, configure, destroy, getContext, getKey, init, release
 

Field Detail

KEY

static final String KEY
Deprecated. 
The service key.

See Also:
Constant Field Values
Method Detail

getWizardLanguageResources

ResourceBundle getWizardLanguageResources(Locale locale)
Deprecated. 
Gets the resource bundle for a wizard according to the specified locale.

Parameters:
locale - a locale
Returns:
a resource bundle

getWizardSessionSerial

int getWizardSessionSerial()
Deprecated. 
Gets the wizard session ID.

Returns:
the wizard session ID

log

void log(String msg)
Deprecated. 
Sends a message to the log.

Parameters:
msg - a message

warning

void warning(String msg)
Deprecated. 
Sets a warning message.

Parameters:
msg - a message

severe

void severe(Throwable t,
            String msg)
Deprecated. 
Sets a severe message.

Parameters:
t - an exception
msg - a message

getWizardInstance

IWizardInstance getWizardInstance()
Deprecated. 
Gets an instance of the wizard.

Returns:
the wizard instance

getWFWResource

IResource getWFWResource(String resourceId,
                         String resourceType)
Deprecated. 
Gets a wizard framework resource.

Parameters:
resourceId - a resource ID
resourceType - a resource type
Returns:
the resource
Access Rights

This class can be accessed from:


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


Copyright 2011 SAP AG Complete Copyright Notice