Uses of Class
org.apache.james.mailboxmanager.torque.om.MailboxRow

Packages that use MailboxRow
org.apache.james.mailboxmanager.torque   
org.apache.james.mailboxmanager.torque.om   
 

Uses of MailboxRow in org.apache.james.mailboxmanager.torque
 

Methods in org.apache.james.mailboxmanager.torque that return MailboxRow
protected  MailboxRow TorqueMailbox.getMailboxRow()
           
 

Methods in org.apache.james.mailboxmanager.torque with parameters of type MailboxRow
protected  void TorqueMailbox.setMailboxRow(MailboxRow mailboxRow)
           
 

Uses of MailboxRow in org.apache.james.mailboxmanager.torque.om
 

Methods in org.apache.james.mailboxmanager.torque.om that return MailboxRow
 MailboxRow MailboxRow.consumeNextUid()
           
 MailboxRow BaseMailboxRow.copy()
          Makes a copy of this object.
 MailboxRow BaseMailboxRow.copy(boolean deepcopy)
          Makes a copy of this object.
protected  MailboxRow BaseMailboxRow.copyInto(MailboxRow copyObj)
          Fills the copyObj with the contents of this object.
protected  MailboxRow BaseMailboxRow.copyInto(MailboxRow copyObj, boolean deepcopy)
          Fills the copyObj with the contents of this object.
 MailboxRow BaseMessageRow.getMailboxRow()
          Returns the associated MailboxRow object.
 MailboxRow BaseMessageRow.getMailboxRow(java.sql.Connection connection)
          Return the associated MailboxRow object If it was not retrieved before, the object is retrieved from the database using the passed connection
static MailboxRow MailboxRowPeer.retrieveByName(java.lang.String name)
           
static MailboxRow BaseMailboxRowPeer.retrieveByPK(long pk)
          Retrieve a single object by pk
static MailboxRow BaseMailboxRowPeer.retrieveByPK(long pk, java.sql.Connection con)
          Retrieve a single object by pk
static MailboxRow BaseMailboxRowPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static MailboxRow BaseMailboxRowPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
static MailboxRow BaseMailboxRowPeer.row2Object(com.workingdogs.village.Record row, int offset, java.lang.Class cls)
          Create a new object of type cls from a resultset row starting from a specified offset.
 

Methods in org.apache.james.mailboxmanager.torque.om with parameters of type MailboxRow
static org.apache.torque.util.Criteria BaseMailboxRowPeer.buildCriteria(MailboxRow obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseMailboxRowPeer.buildSelectCriteria(MailboxRow obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
protected  MailboxRow BaseMailboxRow.copyInto(MailboxRow copyObj)
          Fills the copyObj with the contents of this object.
protected  MailboxRow BaseMailboxRow.copyInto(MailboxRow copyObj, boolean deepcopy)
          Fills the copyObj with the contents of this object.
static void BaseMailboxRowPeer.doDelete(MailboxRow obj)
           
static void BaseMailboxRowPeer.doDelete(MailboxRow obj, java.sql.Connection con)
          Method to delete.
static void MailboxRowPeer.doInsert(MailboxRow obj)
           
static void BaseMailboxRowPeer.doInsert(MailboxRow obj)
          Method to do inserts
static void MailboxRowPeer.doInsert(MailboxRow obj, java.sql.Connection con)
           
static void BaseMailboxRowPeer.doInsert(MailboxRow obj, java.sql.Connection con)
          Method to do inserts.
static java.util.List BaseMailboxRowPeer.doSelect(MailboxRow obj)
          Method to do selects
static void BaseMailboxRowPeer.doUpdate(MailboxRow obj)
           
static void BaseMailboxRowPeer.doUpdate(MailboxRow obj, java.sql.Connection con)
          Method to do update.
static void BaseMailboxRowPeer.populateObject(com.workingdogs.village.Record row, int offset, MailboxRow obj)
          Populates an object from a resultset row starting from a specified offset.
 void BaseMessageRow.setMailboxRow(MailboxRow v)
          Declares an association between this object and a MailboxRow object
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.