|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPageService
The interface that provides methods for modifying the portal page.
The interface enables you to set the URL of dynamic iViews, show and hide
iViews, and to restart all iViews and pages in the current application.
| Field Summary | |
|---|---|
static String |
KEY
The service key |
| Method Summary | |
|---|---|
String[] |
getVisibleIViews()
Returns a String array containing the IDs of all visible iViews in the page. |
void |
hideDynamicIView()
Hides the dynamic iView. |
void |
hideDynamicIView(String dynamicComponentId)
Hides the specified dynamic iView. |
void |
hideIView(String iViewId)
Hides the iView with the specified ID. |
boolean |
isVisibleOnPage(String iViewID)
Indicates whether the iView with the specified ID is visible in the page. |
void |
printIView(String iViewId)
Open a print window of the iView with the specified ID |
void |
restartApplication()
Restarts all iViews and pages in the current application. |
void |
setDynamicIView(String iViewId)
Sets the iView URL in the dynamic iView. |
void |
setDynamicIView(String dynamicComponentId,
String iViewId)
Sets the iView URL in a specified dynamic iView. |
void |
showDynamicIView()
Shows the dynamic iView. |
void |
showDynamicIView(String dynamicComponentId)
Shows the specified dynamic iView. |
void |
showIView(String iViewId)
Shows the iView with the specified ID |
| Field Detail |
|---|
static final String KEY
| Method Detail |
|---|
String[] getVisibleIViews()
boolean isVisibleOnPage(String iViewID)
iViewID - the iView ID
void setDynamicIView(String iViewId)
iViewId - the PCD location of the iView to display
void setDynamicIView(String dynamicComponentId,
String iViewId)
dynamicComponentId - the ID of the dynamic iView to setiViewId - the PCD location of the iViewvoid hideIView(String iViewId)
iViewId - the ID of the iView to hidevoid showIView(String iViewId)
iViewId - the ID of the iView to showvoid hideDynamicIView(String dynamicComponentId)
dynamicComponentId - the ID of the dynamic iView to hidevoid showDynamicIView(String dynamicComponentId)
dynamicComponentId - the ID of the dynamic iView to showvoid hideDynamicIView()
void showDynamicIView()
void restartApplication()
void printIView(String iViewId)
iViewId - the ID of the iView to show| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/pagebuilder/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||