|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageRow | |
---|---|
org.apache.james.mailboxmanager.torque | |
org.apache.james.mailboxmanager.torque.om |
Uses of MessageRow in org.apache.james.mailboxmanager.torque |
---|
Methods in org.apache.james.mailboxmanager.torque with parameters of type MessageRow | |
---|---|
static MessageResult.Content |
MessageRowUtils.createBodyContent(MessageRow messageRow)
|
static MessageResult.Content |
MessageRowUtils.createFullContent(MessageRow messageRow,
java.util.List headers)
|
static java.util.List |
MessageRowUtils.createHeaders(MessageRow messageRow)
|
MessageResult |
TorqueMailbox.fillMessageResult(MessageRow messageRow,
MessageResult.FetchGroup result)
|
static MessageResult |
MessageRowUtils.loadMessageResult(MessageRow messageRow,
MessageResult.FetchGroup fetchGroup)
|
static java.io.InputStream |
MessageRowUtils.toInput(MessageRow row)
|
Uses of MessageRow in org.apache.james.mailboxmanager.torque.om |
---|
Methods in org.apache.james.mailboxmanager.torque.om that return MessageRow | |
---|---|
MessageRow |
BaseMessageRow.copy()
Makes a copy of this object. |
MessageRow |
BaseMessageRow.copy(boolean deepcopy)
Makes a copy of this object. |
protected MessageRow |
BaseMessageRow.copyInto(MessageRow copyObj)
Fills the copyObj with the contents of this object. |
protected MessageRow |
BaseMessageRow.copyInto(MessageRow copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object. |
MessageRow |
BaseMessageBody.getMessageRow()
Returns the associated MessageRow object. |
MessageRow |
BaseMessageHeader.getMessageRow()
Returns the associated MessageRow object. |
MessageRow |
BaseMessageFlags.getMessageRow()
Returns the associated MessageRow object. |
MessageRow |
BaseMessageBody.getMessageRow(java.sql.Connection connection)
Return the associated MessageRow object If it was not retrieved before, the object is retrieved from the database using the passed connection |
MessageRow |
BaseMessageHeader.getMessageRow(java.sql.Connection connection)
Return the associated MessageRow object If it was not retrieved before, the object is retrieved from the database using the passed connection |
MessageRow |
BaseMessageFlags.getMessageRow(java.sql.Connection connection)
Return the associated MessageRow object If it was not retrieved before, the object is retrieved from the database using the passed connection |
static MessageRow |
BaseMessageRowPeer.retrieveByPK(long mailboxId,
long uid)
retrieve object using using pk values. |
static MessageRow |
BaseMessageRowPeer.retrieveByPK(long mailboxId,
long uid,
java.sql.Connection con)
retrieve object using using pk values. |
static MessageRow |
BaseMessageRowPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static MessageRow |
BaseMessageRowPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
static MessageRow |
BaseMessageRowPeer.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 MessageRow | |
---|---|
void |
BaseMailboxRow.addMessageRow(MessageRow l)
Method called to associate a MessageRow object to this object through the MessageRow foreign key attribute |
static org.apache.torque.util.Criteria |
BaseMessageRowPeer.buildCriteria(MessageRow obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseMessageRowPeer.buildSelectCriteria(MessageRow obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
protected MessageRow |
BaseMessageRow.copyInto(MessageRow copyObj)
Fills the copyObj with the contents of this object. |
protected MessageRow |
BaseMessageRow.copyInto(MessageRow copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object. |
static void |
BaseMessageRowPeer.doDelete(MessageRow obj)
|
static void |
BaseMessageRowPeer.doDelete(MessageRow obj,
java.sql.Connection con)
Method to delete. |
static void |
BaseMessageRowPeer.doInsert(MessageRow obj)
Method to do inserts |
static void |
BaseMessageRowPeer.doInsert(MessageRow obj,
java.sql.Connection con)
Method to do inserts. |
static java.util.List |
BaseMessageRowPeer.doSelect(MessageRow obj)
Method to do selects |
static void |
BaseMessageRowPeer.doUpdate(MessageRow obj)
|
static void |
BaseMessageRowPeer.doUpdate(MessageRow obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseMessageRowPeer.populateObject(com.workingdogs.village.Record row,
int offset,
MessageRow obj)
Populates an object from a resultset row starting from a specified offset. |
void |
BaseMessageBody.setMessageRow(MessageRow v)
Declares an association between this object and a MessageRow object |
void |
BaseMessageHeader.setMessageRow(MessageRow v)
Declares an association between this object and a MessageRow object |
void |
BaseMessageFlags.setMessageRow(MessageRow v)
Declares an association between this object and a MessageRow object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |