Uses of Class
org.apache.james.mailbox.jpa.mail.model.JPAMailbox

Packages that use JPAMailbox
org.apache.james.mailbox.jpa.mail.model.openjpa   
 

Uses of JPAMailbox in org.apache.james.mailbox.jpa.mail.model.openjpa
 

Methods in org.apache.james.mailbox.jpa.mail.model.openjpa that return JPAMailbox
 JPAMailbox AbstractJPAMessage.getMailbox()
          Utility getter on Mailbox.
 

Methods in org.apache.james.mailbox.jpa.mail.model.openjpa with parameters of type JPAMailbox
 void AbstractJPAMessage.setMailbox(JPAMailbox mailbox)
          Utility setter on Mailbox.
 

Constructors in org.apache.james.mailbox.jpa.mail.model.openjpa with parameters of type JPAMailbox
AbstractJPAMessage(JPAMailbox mailbox, long uid, Date internalDate, javax.mail.Flags flags, long contentOctets, int bodyStartOctet, List<JPAHeader> headers, PropertyBuilder propertyBuilder)
           
AbstractJPAMessage(JPAMailbox mailbox, long uid, Message<?> original)
          Constructs a copy of the given message.
JPAMessage(JPAMailbox mailbox, long uid, Date internalDate, int size, javax.mail.Flags flags, InputStream content, int bodyStartOctet, List<JPAHeader> headers, PropertyBuilder propertyBuilder)
           
JPAMessage(JPAMailbox mailbox, long uid, Message<?> message)
          Create a copy of the given message
JPAStreamingMessage(JPAMailbox mailbox, long uid, Date internalDate, int size, javax.mail.Flags flags, InputStream content, int bodyStartOctet, List<JPAHeader> headers, PropertyBuilder propertyBuilder)
           
JPAStreamingMessage(JPAMailbox mailbox, long uid, Message<?> message)
          Create a copy of the given message
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.