|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Fields inherited from interface com.sap.portal.pcm.admin.IAttributeSet |
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,
java.lang.String atomicName,
RelatedItemType type)
Add a direct related item to the iView. |
java.util.List |
getRelatedItems(RelatedItemType type)
Get all related items of the object according to the requested type. |
void |
removeRelatedItem(IRelatedItemEntity relatedItem)
Remove a direct related item from the iView. |
void |
setRelatedItemActive(IRelatedItemEntity relatedItem,
boolean active)
Set the related item active flag. |
| Methods inherited from interface com.sap.portal.pcm.admin.IAttributeSet |
deleteAttribute, deleteMetaAttribute, getAttribute, getAttribute, getAttributeIds, getAttributeType, getAvailableAttributeLocales, getAvailableMetaAttributeLocales, getMetaAttribute, getMetaAttribute, getMetaAttributeIds, getMetaAttributeType, putAttribute, putAttribute, putMetaAttribute, putMetaAttribute, save, validate |
| Method Detail |
public java.util.List getRelatedItems(RelatedItemType type)
type - type of items
public void addRelatedItem(com.sap.portal.pcm.INewObjectDescriptor descriptor,
java.lang.String atomicName,
RelatedItemType type)
throws javax.naming.NamingException
descriptor - a descriptor of the item to addatomicName - the new name (relative)type - type of the new itemjavax.naming.NamingException - if the addition failed.
public void removeRelatedItem(IRelatedItemEntity relatedItem)
throws javax.naming.NamingException
item - item to removetype - type of the item to removejavax.naming.NamingException - if the removal failed.
public void setRelatedItemActive(IRelatedItemEntity relatedItem,
boolean active)
throws javax.naming.NamingException
item - item with updated datajavax.naming.NamingException - if the update failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||