|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IMassCommand
public interface IUIMassCommand
Copyright 2004 SAP AG
| Field Summary |
|---|
| Fields inherited from interface com.sapportals.wcm.rendering.uicommand.IExecCommand |
|---|
APPLICABLE_FALSE, APPLICABLE_TRUE, APPLICABLE_UNKNOWN |
| Method Summary | |
|---|---|
com.sapportals.wdf.event.WdfEvent |
execute()
Deprecated. As of NetWeaver 7.1 |
com.sapportals.wdf.event.WdfEvent |
execute(com.sapportals.wdf.ControllerDynPage dynpage,
boolean pushStack)
Deprecated. As of NetWeaver 7.1 |
IUIMassCommand |
getNewInstance()
Deprecated. As of NetWeaver 7.1 |
void |
setTextProperties(Properties properties)
Deprecated. As of NetWeaver 7.1 |
| Methods inherited from interface com.sapportals.wcm.rendering.uicommand.IMassExecCommand |
|---|
setResourceList |
| Methods inherited from interface com.sapportals.wcm.rendering.uicommand.IExecCommand |
|---|
getAlias, getLinkAttributes, getTargetParameters, isApplicable, isExecutable, raisesEvent, setAlias, setTargetParameters |
| Methods inherited from interface com.sapportals.wcm.rendering.base.IUIBaseCommand |
|---|
getComponent, getConfigurationProperties, getParameters, getReplaceCommands, getText, setConfigurationProperties, setLabelBundleKey, setParameters, setProxy, setReplaceCommands, setResource, setResourceBundle, setResourceContext, setTooltipBundleKey |
| Method Detail |
|---|
com.sapportals.wdf.event.WdfEvent execute()
throws com.sapportals.wdf.WdfException
IResourceList
. When this method is called, no screenflow can be started, the command can
only carry out its action and return a status message. Some IUICommand
s need to start a screenflow to properly execute their tasks. They might throw
an Exception or simply return an error message stating that this method call
is not usable by them.
WdfEvent that encapsulates the information
about the status of the execution.
com.sapportals.wdf.WdfException - Exception raised in failure situation
com.sapportals.wdf.event.WdfEvent execute(com.sapportals.wdf.ControllerDynPage dynpage,
boolean pushStack)
throws com.sapportals.wdf.WdfException
IResourceList
and might start a screenflow to do so.
dynpage - The page the current AbstractProxyControl
and the command are rendered in.pushStack - flag that states, if the current pane of the Wdf-Screenflow
should be stored on the stack, or not. If the value is true
, all registered Controls will be stored on the stack and
when the screenflow returns to this stack, the userinput of these controls
is still available
WdfEvent that encapsulates the information
about the status of the execution. It also acts as the trigger to jump
into the IUICommand's screenflow (If one is defined). Note,
that a WdfEvent can encapsulate other events.
com.sapportals.wdf.WdfException - Exception raised in failure situationIUIMassCommand getNewInstance()
UICommandFactory reads out the configuration
for the IUIMassCommands and creates an instance of each command.
Whenever the factory is asked to return a certain command, it uses the initially
created command instance and calls its getNewInstance method. The
command is responsible to set all values stemming from the configuration to
the newly created instance. This delegated responsibility allows for greater
flexibility inside the commands.
null.void setTextProperties(Properties properties)
setTextProperties in interface IExecCommandproperties - The new textProperties value| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com]
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||