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, Date internalDate, javax.mail.Flags flags, long contentOctets, int bodyStartOctet, PropertyBuilder propertyBuilder)
           
AbstractJPAMessage(JPAMailbox mailbox, long uid, long modSeq, Message<?> original)
          Constructs a copy of the given message.
JPAMessage(JPAMailbox mailbox, Date internalDate, int size, javax.mail.Flags flags, javax.mail.internet.SharedInputStream content, int bodyStartOctet, PropertyBuilder propertyBuilder)
           
JPAMessage(JPAMailbox mailbox, long uid, long modSeq, Message<?> message)
          Create a copy of the given message
JPAStreamingMessage(JPAMailbox mailbox, Date internalDate, int size, javax.mail.Flags flags, javax.mail.internet.SharedInputStream content, int bodyStartOctet, PropertyBuilder propertyBuilder)
           
JPAStreamingMessage(JPAMailbox mailbox, long uid, long modSeq, Message<?> message)
          Create a copy of the given message
 



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