|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wdf.stack.Control
com.sapportals.wcm.control.base.WcmBaseControl
com.sapportals.wcm.control.base.WcmResourceControl
com.sapportals.wcm.control.util.SimpleServiceControl
public class SimpleServiceControl
Describe here.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sapportals.wcm.control.base.WcmResourceControl |
|---|
WcmResourceControl.ResourceNotFoundException |
| Field Summary | |
|---|---|
static String |
MSG_CLOSE
Deprecated. |
static String |
MSG_NO_MESSAGE_AVAILABLE
Deprecated. |
static String |
MSG_NO_SERVICE_MESSAGE
Deprecated. |
static String |
STYLE_TABLE_DARK
Deprecated. |
static String |
STYLE_TABLE_LIGHT
Deprecated. |
static String |
WIDTH_MESSAGE
Deprecated. |
| Fields inherited from class com.sapportals.wcm.control.base.WcmResourceControl |
|---|
START_PAGE_BROWSE, START_PAGE_DETAILS, uri |
| Fields inherited from class com.sapportals.wcm.control.base.WcmBaseControl |
|---|
BLANK_LINK_TARGET, CELL_PADDING_STANDARD, CELL_SPACING_STANDARD, CONTROL_HEADER_STANDARD, DETAILS_CONFIG_FILE, NONE, RES_BUTTON_ADD, RES_BUTTON_APPLY, RES_BUTTON_BACK, RES_BUTTON_CANCEL, RES_BUTTON_CLOSE, RES_BUTTON_LOAD, RES_BUTTON_MORE, RES_BUTTON_OK, RES_BUTTON_REMOVE, RES_BUTTON_SAVE, RES_BUTTON_SELECT, RES_BUTTON_UPDATE, resourceContext, SUMMARY |
| Fields inherited from class com.sapportals.wdf.stack.Control |
|---|
id |
| Constructor Summary | |
|---|---|
SimpleServiceControl()
Deprecated. As of NetWeaver 7.1 |
|
| Method Summary | |
|---|---|
com.sapportals.htmlb.GridLayout |
createError(String error)
Deprecated. As of NetWeaver 7.1 |
void |
fillProperties(Properties mapping,
String key,
String value)
Deprecated. As of NetWeaver 7.1 |
String |
getAction()
Deprecated. As of NetWeaver 7.1 |
String |
getFirstScreen()
Deprecated. |
String |
getIsGlobal()
Deprecated. As of NetWeaver 7.1 |
String |
getLocation()
Deprecated. As of NetWeaver 7.1 |
String |
getRepository()
Deprecated. As of NetWeaver 7.1 |
String |
getServiceID()
Deprecated. As of NetWeaver 7.1 |
String |
getServiceType()
Deprecated. As of NetWeaver 7.1 |
String |
getStringOne()
Deprecated. As of NetWeaver 7.1 |
String |
getStringTwo()
Deprecated. As of NetWeaver 7.1 |
Properties |
initializeProperties()
Deprecated. As of NetWeaver 7.1 |
com.sapportals.wdf.event.WdfEvent |
onExecute(com.sapportals.htmlb.event.Event event)
Deprecated. |
void |
receive(com.sapportals.wdf.event.WdfEvent event)
Deprecated. As of NetWeaver 7.1 |
com.sapportals.htmlb.Component |
render()
Deprecated. As of NetWeaver 7.1 |
void |
setAction(String text)
Deprecated. As of NetWeaver 7.1 |
void |
setFirstScreen(String text)
Deprecated. |
void |
setIsGlobal(String text)
Deprecated. As of NetWeaver 7.1 |
void |
setLocation(String text)
Deprecated. As of NetWeaver 7.1 |
void |
setRepository(String text)
Deprecated. As of NetWeaver 7.1 |
void |
setServiceID(String text)
Deprecated. As of NetWeaver 7.1 |
void |
setServiceType(String text)
Deprecated. As of NetWeaver 7.1 |
void |
setStringOne(String text)
Deprecated. As of NetWeaver 7.1 |
void |
setStringTwo(String text)
Deprecated. As of NetWeaver 7.1 |
| Methods inherited from class com.sapportals.wcm.control.base.WcmResourceControl |
|---|
checkArchivingStauts, getAOStates, getDetailsPageUri, getResource, getResourceLink, getResourceList, getSafeResource, getUri, setResource, setUri |
| Methods inherited from class com.sapportals.wcm.control.base.WcmBaseControl |
|---|
getBaseBundleString, getBaseBundleString, getBaseBundleString, getBaseBundleString, getBundleString, getBundleString, getBundleString, getBundleString, getBusinessCardLink, getImage, getParameterConfiguration, getResourceContext, getServicePageUri, handleException, isSection508Rendering, isTestMode, isVisible, readInputData, setControlContext, setResourceContext, setTestMode, setVisible |
| Methods inherited from class com.sapportals.wdf.stack.Control |
|---|
create, create, createNestedControls, createUnequivocallyComponentId, dispatchHtmlbEvent, dispatchWdfEvent, getControlContext, getDynPage, getID, getParent, getPersistenceComponentManager, getRootControl, getStackId, initialize, initializeImpl, isInitialized, register, renderPersistentProperties, resetNestedControls, restorePersistentProperties, restoreProperties, setID, setInitialized, setParent, setStackId, triggerInput |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String STYLE_TABLE_DARK
public static final String STYLE_TABLE_LIGHT
public static final String MSG_CLOSE
public static final String MSG_NO_SERVICE_MESSAGE
public static final String MSG_NO_MESSAGE_AVAILABLE
public static final String WIDTH_MESSAGE
| Constructor Detail |
|---|
public SimpleServiceControl()
| Method Detail |
|---|
public com.sapportals.htmlb.Component render()
throws com.sapportals.wdf.WdfException
render in class com.sapportals.wdf.stack.Controlcom.sapportals.wdf.WdfExceptionpublic void receive(com.sapportals.wdf.event.WdfEvent event)
WcmResourceControl
receive in interface com.sapportals.wdf.event.WdfEventReceiverreceive in class WcmResourceControlpublic com.sapportals.wdf.event.WdfEvent onExecute(com.sapportals.htmlb.event.Event event)
public void setAction(String text)
public String getAction()
public void setServiceType(String text)
public String getServiceType()
public void setServiceID(String text)
public void setFirstScreen(String text)
public String getFirstScreen()
public String getServiceID()
public void setRepository(String text)
public String getRepository()
public void setIsGlobal(String text)
public String getIsGlobal()
public void setLocation(String text)
public String getLocation()
public void setStringOne(String text)
public String getStringOne()
public void setStringTwo(String text)
public String getStringTwo()
public Properties initializeProperties()
public void fillProperties(Properties mapping,
String key,
String value)
public com.sapportals.htmlb.GridLayout createError(String error)
| 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 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||