|
Oracle Collaboration Suite Discussions Java API Reference 10g (10.1.1) Part No. B16232-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents any discussions element which is added as a favorite element.
Favorites are elements of users interest.
Favorites are listed at each container level to provide a quick access to the users.
Once added, the element remains as a favorite for a user until
TdFavorite object is similar to a TdThread object.
Hence the implementations are same.
TdFavoriteManager.java
, TdContainer.java
, TdMessage.java
Method Summary | |
void |
addToFavorites() Adds the current object as favorite |
boolean |
isFavorite() Returns true if the current object has been added as favorite |
void |
removeFromFavorites() Removes the current object from favorite |
Method Detail |
public boolean isFavorite() throws TdException, javax.mail.MessagingException
TdException
javax.mail.MessagingException
public void addToFavorites() throws TdException, javax.mail.MessagingException
TdException
javax.mail.MessagingException
public void removeFromFavorites() throws TdException, javax.mail.MessagingException
TdException
javax.mail.MessagingException
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |