|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBasicObjectCreationService
The interface that provides methods for the creation of a new semantic object in the PCD. Each wizard that creates a semantic object must implement this class.
| Field Summary | |
|---|---|
static String |
KEY
Deprecated. The service key. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final String KEY
| Method Detail |
|---|
String getBundleString(String key,
IWizardContext context)
key - a keycontext - the current wizard context
String getAttributeValueFromTarget(String attrId,
IWizardContext context)
attrId - an attribute IDcontext - the current wizard context
IAttributes.getAttribute(String)
String getMetaAttributeValueFromTarget(String attrId,
String metaAttrId,
IWizardContext context)
attrId - an attribute IDmetaAttrId - a meta-attribute IDcontext - the current wizard context
IAttributes.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 context
void 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 context
void 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 context
String getSaveLocationParam(IWizardContext context)
where) parameter from
the Portal Catalog.
context - the current wizard context
String getTargetIdParam(IWizardContext context)
what) parameter from the Portal
Catalog.
context - the current wizard context
String getObjectTypeParam(IWizardContext context)
ComponentType or
com.sap.portal.ComponentType) parameter from the Portal
Catalog.
context - the current wizard context
String getCreateModeParam(IWizardContext context)
oClass parameter from the Portal
Catalog, indicating whether it is based on a template or a PAR.
context - the current wizard context
String getEditorIdParam(IWizardContext context)
editorID) parameter from the Portal
Catalog.
context - the current wizard context
boolean isInHouseMode()
true for internal mode, false
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||