![]() |
|
|
All Packages This Package Class Hierarchy Class Search Index Interface grendel.storage.MessageExtraThese are extra interfaces that our message objects implement that are not implemented as part of the standard Message class. If you want to call any of these, and you just have a base Message object, use MessageExtraFactory to find or create the MessageExtra object for you.
public interface MessageExtra
{
// Methods 18
public abstract String getAuthor() throws MessagingException;
public abstract InputStream getInputStreamWithHeaders() throws MessagingException;
public abstract Object getMessageID() throws MessagingException;
public abstract String getRecipient() throws MessagingException;
public abstract boolean isDeleted() throws MessagingException;
public abstract boolean isFlagged() throws MessagingException;
public abstract boolean isForwarded() throws MessagingException;
public abstract boolean isRead() throws MessagingException;
public abstract boolean isReplied() throws MessagingException;
public abstract Object[] messageThreadReferences() throws MessagingException;
public abstract void setDeleted(boolean) throws MessagingException;
public abstract void setFlagged(boolean) throws MessagingException;
public abstract void setForwarded(boolean) throws MessagingException;
public abstract void setIsRead(boolean) throws MessagingException;
public abstract void setReplied(boolean) throws MessagingException;
public abstract String simplifiedDate() throws MessagingException;
public abstract String simplifiedSubject() throws MessagingException;
public abstract boolean subjectIsReply() throws MessagingException;
}
Methods getAuthorpublic abstract String getAuthor() throws MessagingException
getRecipientpublic abstract String getRecipient() throws MessagingException
simplifiedSubjectpublic abstract String simplifiedSubject() throws MessagingException
subjectIsReplypublic abstract boolean subjectIsReply() throws MessagingException
simplifiedDatepublic abstract String simplifiedDate() throws MessagingException
getMessageIDpublic abstract Object getMessageID() throws MessagingException
messageThreadReferencespublic abstract Object[] messageThreadReferences() throws MessagingException
isReadpublic abstract boolean isRead() throws MessagingException setIsReadpublic abstract void setIsRead(boolean value) throws MessagingException isRepliedpublic abstract boolean isReplied() throws MessagingException setRepliedpublic abstract void setReplied(boolean value) throws MessagingException isForwardedpublic abstract boolean isForwarded() throws MessagingException setForwardedpublic abstract void setForwarded(boolean value) throws MessagingException isFlaggedpublic abstract boolean isFlagged() throws MessagingException setFlaggedpublic abstract void setFlagged(boolean value) throws MessagingException isDeletedpublic abstract boolean isDeleted() throws MessagingException setDeletedpublic abstract void setDeleted(boolean value) throws MessagingException getInputStreamWithHeaderspublic abstract InputStream getInputStreamWithHeaders() throws MessagingException
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
|
|||||||
| Copyright © 1998 The Mozilla Organization. | ||||||||