|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IExecCommand | |
| com.sapportals.wcm.rendering.uicommand | Contains interfaces to render and execute commands for one or more resources. |
| Uses of IExecCommand in com.sapportals.wcm.rendering.uicommand |
| Subinterfaces of IExecCommand in com.sapportals.wcm.rendering.uicommand | |
interface |
ICommand
|
interface |
IMassCommand
|
interface |
IMassExecCommand
|
interface |
IUICommand
IUICommands encapsulate everything that is needed to work with a specified resource on the user interface: - it provides the label and tooltip texts needed to display itself on the screen - it encapsulates the screenflow (if needed) that guides the user through the functionality of the command - it calls framework functionality to actually do the requested work - it provides success and error messages to inform the user about the state of the execution The commands use functionality of the htmlb and the WD-Framework, to implement the screenflow functionality the IScreenflow can be used. |
interface |
IUIMassCommand
Deprecated. As of EP 5.0 SP6 and EP 6.0 SP1, replaced by IMassCommand |
| Classes in com.sapportals.wcm.rendering.uicommand that implement IExecCommand | |
class |
AbstractCommand
This class can be used by IUICommands to reduce coding overhead and
to take advantage of some convinience methods for resource bundle handling. |
class |
AbstractMassCommand
|
class |
AbstractUICommand
This class can be used by IUICommands to reduce coding overhead and
to take advantage of some convinience methods for resource bundle handling. |
class |
AbstractUIMassCommand
Deprecated. As of EP 5.0 SP6 and EP 6.0 SP1, replaced by AbstractMassCommand |
| Methods in com.sapportals.wcm.rendering.uicommand that return IExecCommand | |
IExecCommand |
UICommandFactory.getSingleCommandByAlias(java.lang.String commandalias,
IResource res)
|
IExecCommand |
UICommandFactory.decodeTarget(java.util.ArrayList values,
IResourceContext context,
IProxy proxy)
returns a properly created instance of an IUICommand as it was
encoded in the given array list by the factories createTarget.
|
| Methods in com.sapportals.wcm.rendering.uicommand with parameters of type IExecCommand | |
java.lang.String |
AbstractUIMenu.createTarget(IExecCommand command,
AbstractProxyControl proxy)
Creates a unique Id as String where are encoded the IExecCommand
data |
protected com.sapportals.htmlb.Component |
AbstractUIMenu.getCommandLink(IExecCommand command,
AbstractProxyControl proxy,
boolean renderDots)
|
protected com.sapportals.htmlb.Component |
AbstractUIMenu.getCommandLink(IResource resource,
IExecCommand command,
AbstractProxyControl proxy,
boolean renderDots)
|
protected com.sapportals.htmlb.Component |
UITabMenu.getCommandLink(IExecCommand command,
AbstractProxyControl proxy,
boolean renderDots)
|
java.util.ArrayList |
UICommandFactory.createTargetValues(IExecCommand command)
returns the arraylist with all the information needed by the given IUICommand
to do its work. |
java.lang.Boolean |
UICommandFactory.checkSecurity(IExecCommand command,
IResourceContext context)
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||