|
Oracle Discussions Java API Reference 10g Release 1 (10.1.2) B25496-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | 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
, TdContainer
, TdMessage
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
public void addToFavorites() throws TdException, javax.mail.MessagingException
public void removeFromFavorites() throws TdException, javax.mail.MessagingException
|
Oracle Discussions Java API Reference 10g Release 1 (10.1.2) B25496-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |