public interface IBasicObjectCreationService
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY
Deprecated.
The service key.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
getAttributes2SummariesMap(IWizardContext context)
Deprecated.
Returns a map of attributes.
|
String |
getAttributeValueFromTarget(String attrId,
IWizardContext context)
Deprecated.
Gets an attribute value from the target object (template or portal
component).
|
String |
getBundleString(String key,
IWizardContext context)
Deprecated.
Gets a string from the resource bundle.
|
String |
getCreateModeParam(IWizardContext context)
Deprecated.
Gets the object's
oClass parameter from the Portal
Catalog, indicating whether it is based on a template or a PAR. |
String |
getDefaultHandlerKey(IWizardContext context)
Deprecated.
Internal use.
|
String |
getEditorIdParam(IWizardContext context)
Deprecated.
Gets the editor ID (
editorID) parameter from the Portal
Catalog. |
String |
getMetaAttributeValueFromTarget(String attrId,
String metaAttrId,
IWizardContext context)
Deprecated.
Gets a meta-attribute value from the target object (template or
portal component).
|
String |
getObjectTypeParam(IWizardContext context)
Deprecated.
Gets the new object's component type (
ComponentType or
com.sap.portal.ComponentType) parameter from the Portal
Catalog. |
String |
getSaveLocationParam(IWizardContext context)
Deprecated.
Gets the object's save location (
where) parameter from
the Portal Catalog. |
String |
getTargetIdParam(IWizardContext context)
Deprecated.
Gets the target object ID (
what) parameter from the Portal
Catalog. |
boolean |
isInHouseMode()
Deprecated.
Internal use.
|
void |
setComponentAsAttribute(AbstractInputComponent component,
String attrId,
boolean addAsSummary,
IWizardContext context)
Deprecated.
Sets the specified component's value to be an attribute for the object.
|
void |
setFinishMessage(FinishPane.FinishMessageType messageType,
String messageKey,
IWizardContext context)
Deprecated.
Sets the type of message to be displayed above the FinishPane when the wizard finishes.
|
void |
setSummaryCaption(String attrId,
String caption,
IWizardContext context)
Deprecated.
Sets the summary caption resource bundle key.
|
static final String KEY
String getBundleString(String key, IWizardContext context)
key - a keycontext - the current wizard contextString getAttributeValueFromTarget(String attrId, IWizardContext context)
attrId - an attribute IDcontext - the current wizard contextIAttributes.getAttribute(String)String getMetaAttributeValueFromTarget(String attrId, String metaAttrId, IWizardContext context)
attrId - an attribute IDmetaAttrId - a meta-attribute IDcontext - the current wizard contextIAttributes.getMetaAttribute(String, String)void setComponentAsAttribute(AbstractInputComponent component, String attrId, boolean addAsSummary, IWizardContext context)
component - a user interface componentattrId - an attribute IDaddAsSummary - if true, displays this component in the
summary viewcontext - the current wizard contextvoid setSummaryCaption(String attrId, String caption, IWizardContext context)
attrId - an attribute IDcaption - a caption to be displayed as the summary namecontext - the current wizard contextsetComponentAsAttribute(com.sapportals.admin.wizardframework.components.AbstractInputComponent, java.lang.String, boolean, com.sapportals.admin.wizardframework.api.IWizardContext)Map getAttributes2SummariesMap(IWizardContext context)
Key = attribute ID (String), value = Pair{summary caption, value}
setComponentAsAttribute(com.sapportals.admin.wizardframework.components.AbstractInputComponent, java.lang.String, boolean, com.sapportals.admin.wizardframework.api.IWizardContext)context - the current wizard contextvoid setFinishMessage(FinishPane.FinishMessageType messageType, String messageKey, IWizardContext context)
messageType - the type of message to be displayedmessageKey - bundle key of string to be displayed.context - wizard contextFinishPane.FinishMessageTypeString getDefaultHandlerKey(IWizardContext context)
context - the current wizard contextString getSaveLocationParam(IWizardContext context)
where) parameter from
the Portal Catalog.context - the current wizard contextString getTargetIdParam(IWizardContext context)
what) parameter from the Portal
Catalog.context - the current wizard contextString getObjectTypeParam(IWizardContext context)
ComponentType or
com.sap.portal.ComponentType) parameter from the Portal
Catalog.context - the current wizard contextString getCreateModeParam(IWizardContext context)
oClass parameter from the Portal
Catalog, indicating whether it is based on a template or a PAR.context - the current wizard contextString getEditorIdParam(IWizardContext context)
editorID) parameter from the Portal
Catalog.context - the current wizard contextboolean isInHouseMode()
true for internal mode, false if not| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
Copyright 2021 SAP SE Complete Copyright Notice