|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.rendering.uicommand.AbstractUIGroupCommand
public abstract class AbstractUIGroupCommand
Description of the Interface
| Field Summary | |
|---|---|
protected ResourceBundles |
bundleFile
Deprecated. |
protected UIBaseCommandList |
commandsList
Deprecated. |
protected Properties |
configproperties
Deprecated. |
protected IResourceContext |
context
Deprecated. |
protected String |
groupID
Deprecated. |
protected String |
groupLabel
Deprecated. |
protected String |
groupLabelBundleKey
Deprecated. |
protected String |
groupTooltip
Deprecated. |
protected String |
groupTooltipBundleKey
Deprecated. |
protected List |
replaceCommand
Deprecated. |
protected IResource |
resource
Deprecated. |
| Constructor Summary | |
|---|---|
AbstractUIGroupCommand()
Deprecated. |
|
| Method Summary | |
|---|---|
protected boolean |
checkArchivingStauts(IResource resource)
Deprecated. Read archiving status for the given resource and check it. |
com.sapportals.htmlb.Component |
getComponent()
Deprecated. As of NetWeaver 7.1 |
Properties |
getConfigurationProperties()
Deprecated. As of NetWeaver 7.1 |
UIBaseCommandList |
getGroupCommandsList()
Deprecated. As of NetWeaver 7.1 |
String |
getGroupID()
Deprecated. As of NetWeaver 7.1 |
String |
getLabel()
Deprecated. As of NetWeaver 7.1 |
String |
getLabelBundleKey()
Deprecated. As of NetWeaver 7.1 |
UIBaseCommandList |
getListWithReplaceCommands(IResource resource,
AbstractProxyControl proxy)
Deprecated. As of NetWeaver 7.1 |
Hashtable |
getParameters()
Deprecated. As of NetWeaver 7.1 |
List |
getReplaceCommands()
Deprecated. As of NetWeaver 7.1 |
ResourceBundles |
getResourceBundle()
Deprecated. As of NetWeaver 7.1 |
UIBaseCommandList |
getResourceCommands(IResource resource,
AbstractProxyControl proxy)
Deprecated. As of NetWeaver 7.1 |
IResourceContext |
getResourceContext()
Deprecated. As of NetWeaver 7.1 |
String |
getText(TextKey key)
Deprecated. As of NetWeaver 7.1 |
String |
getTooltip()
Deprecated. As of NetWeaver 7.1 |
String |
getTooltipBundleKey()
Deprecated. As of NetWeaver 7.1 |
void |
setConfigurationProperties(Properties properties)
Deprecated. As of NetWeaver 7.1 |
void |
setGroupCommandsList(UIBaseCommandList groupCommandsList)
Deprecated. As of NetWeaver 7.1 |
void |
setGroupID(String groupID)
Deprecated. As of NetWeaver 7.1 |
void |
setLabel(String label)
Deprecated. As of NetWeaver 7.1 |
void |
setLabelBundleKey(String groupLabelBundleKey)
Deprecated. As of NetWeaver 7.1 |
void |
setParameters(Hashtable parameters)
Deprecated. As of NetWeaver 7.1 |
void |
setProxy(AbstractProxyControl proxy)
Deprecated. As of NetWeaver 7.1 |
void |
setReplaceCommands(List replaceCommandsList)
Deprecated. As of NetWeaver 7.1 |
void |
setResource(IResource resource)
Deprecated. As of NetWeaver 7.1 |
void |
setResourceBundle(ResourceBundles bundleFile)
Deprecated. As of NetWeaver 7.1 |
void |
setResourceContext(IResourceContext context)
Deprecated. As of NetWeaver 7.1 |
void |
setTooltip(String tooltip)
Deprecated. As of NetWeaver 7.1 |
void |
setTooltipBundleKey(String groupTooltipBundleKey)
Deprecated. As of NetWeaver 7.1 |
void |
writePresentConfiguration(List list,
int depth,
IResourceContext context)
Deprecated. As of NetWeaver 7.1 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sapportals.wcm.rendering.uicommand.IUIGroupCommand |
|---|
getNewInstance, getNewInstance |
| Field Detail |
|---|
protected UIBaseCommandList commandsList
protected String groupID
protected Properties configproperties
protected List replaceCommand
protected String groupLabel
protected String groupTooltip
protected String groupLabelBundleKey
protected String groupTooltipBundleKey
protected ResourceBundles bundleFile
protected IResourceContext context
protected IResource resource
| Constructor Detail |
|---|
public AbstractUIGroupCommand()
| Method Detail |
|---|
public void setGroupID(String groupID)
groupID - The new groupID valuepublic void setConfigurationProperties(Properties properties)
setConfigurationProperties in interface IUIBaseCommandproperties - The new configurationProperties valuepublic Properties getConfigurationProperties()
IUIBaseCommand
getConfigurationProperties in interface IUIBaseCommandpublic String getGroupID()
getGroupID in interface IUIGroupCommandpublic String getText(TextKey key)
IUIBaseCommand
getText in interface IUIBaseCommandkey - the input TextKey
public UIBaseCommandList getGroupCommandsList()
getGroupCommandsList in interface IUIGroupCommandpublic void setGroupCommandsList(UIBaseCommandList groupCommandsList)
setGroupCommandsList in interface IUIGroupCommandgroupCommandsList - The new groupCommandsList value
public void writePresentConfiguration(List list,
int depth,
IResourceContext context)
IUIGroupCommand
writePresentConfiguration in interface IUIGroupCommandpublic List getReplaceCommands()
getReplaceCommands in interface IUIBaseCommandpublic void setReplaceCommands(List replaceCommandsList)
setReplaceCommands in interface IUIBaseCommandreplaceCommandsList - The new replaceCommands value
public UIBaseCommandList getListWithReplaceCommands(IResource resource,
AbstractProxyControl proxy)
IUIGroupCommand
getListWithReplaceCommands in interface IUIGroupCommandresource - the IResource for which the command list is requieredproxy - the proxy where the group is rendered
UIBaseCommandList resulted
public UIBaseCommandList getResourceCommands(IResource resource,
AbstractProxyControl proxy)
IUIGroupCommand
getResourceCommands in interface IUIGroupCommandresource - the IResource for which the command list is requieredproxy - the proxy where the group is rendered
UIBaseCommandList resultedpublic String getLabel()
public com.sapportals.htmlb.Component getComponent()
getComponent in interface IUIBaseCommandpublic String getTooltip()
public void setLabel(String label)
setLabel in interface IUIGroupCommandlabel - The new label valuepublic void setTooltip(String tooltip)
setTooltip in interface IUIGroupCommandtooltip - The new tooltip valuepublic void setResource(IResource resource)
setResource in interface IUIBaseCommandresource - sets the resource the command shall operate onpublic void setProxy(AbstractProxyControl proxy)
setProxy in interface IUIBaseCommandproxy - The new proxy valuepublic void setLabelBundleKey(String groupLabelBundleKey)
setLabelBundleKey in interface IUIBaseCommandsetLabelBundleKey in interface IUIGroupCommandgroupLabelBundleKey - The new labelBundleKey valuepublic String getLabelBundleKey()
getLabelBundleKey in interface IUIGroupCommandpublic void setTooltipBundleKey(String groupTooltipBundleKey)
setTooltipBundleKey in interface IUIBaseCommandsetTooltipBundleKey in interface IUIGroupCommandgroupTooltipBundleKey - The new tooltipBundleKey valuepublic String getTooltipBundleKey()
getTooltipBundleKey in interface IUIGroupCommandpublic void setResourceBundle(ResourceBundles bundleFile)
setResourceBundle in interface IUIBaseCommandsetResourceBundle in interface IUIGroupCommandbundleFile - The new bundleFile valuepublic ResourceBundles getResourceBundle()
getResourceBundle in interface IUIGroupCommandpublic void setResourceContext(IResourceContext context)
setResourceContext in interface IUIBaseCommandcontext - The new resourceContext valuepublic IResourceContext getResourceContext()
public void setParameters(Hashtable parameters)
setParameters in interface IUIBaseCommandparameters - The new parameters valuepublic Hashtable getParameters()
getParameters in interface IUIBaseCommandprotected boolean checkArchivingStauts(IResource resource)
| 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 | |||||||||