|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IiView
The interface that represents an iView semantic object.
IiView contains methods for managing an iView and its related items.
IRelatedItemEntity,
IPages| Field Summary |
|---|
| Fields inherited from interface com.sap.portal.pcm.IAttributes |
|---|
ADMINISTRATION, ATTRIBUTE_NOT_FOUND, DIALOG, DIALOG_READ_ONLY, NONDIALOG, NONE, PERSONALIZATION, STRING_ATTRIBUTE, TEXT_ATTRIBUTE |
| Method Summary | |
|---|---|
void |
addRelatedItem(com.sap.portal.pcm.INewObjectDescriptor descriptor,
String atomicName,
RelatedItemType type)
Creates a related item for this iView. |
String |
getApplicationContextURL()
Returns the PCD address to atomic element that can be displayed with this iview, i.e. if this iview belong to application page it will be return the PCD address of the page, otherwise this method will return the current PCD address. |
IAttributeSet |
getModifications()
Return the pcd layer as IAttributeSet |
List |
getRelatedItems(RelatedItemType type)
Gets all related items of the specified type for this iView. |
void |
removeRelatedItem(IRelatedItemEntity relatedItem)
Removes a related item for this iView. |
void |
setRelatedItemActive(IRelatedItemEntity relatedItem,
boolean active)
Sets whether the related item is visible or hidden. |
| Methods inherited from interface com.sap.portal.pcm.admin.IAttributeSet |
|---|
save, validate |
| Methods inherited from interface com.sap.portal.pcm.IMutableAttributes |
|---|
deleteAttribute, deleteMetaAttribute, putAttribute, putAttribute, putMetaAttribute, putMetaAttribute |
| Methods inherited from interface com.sap.portal.pcm.IAttributes |
|---|
getAttribute, getAttribute, getAttributeIds, getAttributeType, getAvailableAttributeLocales, getAvailableMetaAttributeLocales, getMetaAttribute, getMetaAttribute, getMetaAttributeIds, getMetaAttributeType |
| Method Detail |
|---|
List getRelatedItems(RelatedItemType type)
type - the type of the related item
void addRelatedItem(com.sap.portal.pcm.INewObjectDescriptor descriptor,
String atomicName,
RelatedItemType type)
throws NamingException
descriptor - a descriptor for the related itematomicName - the name of the new related itemtype - the type of the new related item
NamingException - if the operation fails
void removeRelatedItem(IRelatedItemEntity relatedItem)
throws NamingException
relatedItem - related item to remove
NamingException - if the operation fails
void setRelatedItemActive(IRelatedItemEntity relatedItem,
boolean active)
throws NamingException
relatedItem - related item to be updatedactive - true sets the related item as
visible, false sets it as hidden
NamingException - if the operation failsIAttributeSet getModifications()
String getApplicationContextURL()
throws NamingException
NamingException| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/semantics/api
|
api
|
EP-PIN
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||