|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface that represents all objects in the portal.
| Method Summary | |
java.lang.String |
getDescription()
Gets the description of the object. |
int |
getID()
Gets the ID of the object. |
java.lang.String |
getName()
Gets the name of the object. |
int |
getParentFolderID()
Gets this object's parent folder ID. |
int |
save()
Saves all changes in the object to the Portal Server. |
void |
setDescription(java.lang.String description)
Sets the description of the object. |
void |
setName(java.lang.String name)
Sets the name of the object. |
| Method Detail |
public int getID()
save() method is called.
java.lang.IllegalStateException - if the method was called for a newly created object before it was savedpublic int getParentFolderID()
public void setName(java.lang.String name)
save() is called.
name - the new name for the objectpublic java.lang.String getName()
public void setDescription(java.lang.String description)
save() is called.
description - the new description for the objectpublic java.lang.String getDescription()
public int save()
throws java.net.MalformedURLException,
PortalException,
java.rmi.RemoteException
java.net.MalformedURLException - if the query interface URL is not valid
java.lang.IllegalStateException - if the method was called prior to setting all information
required for successful object creation in the portal
PortalException - if the operation resulted in an error in the portal
java.rmi.RemoteException - if there was a communication problem during the execution of the remote method call
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.