|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageBody | |
---|---|
org.apache.james.mailboxmanager.torque.om |
Uses of MessageBody in org.apache.james.mailboxmanager.torque.om |
---|
Methods in org.apache.james.mailboxmanager.torque.om that return MessageBody | |
---|---|
MessageBody |
BaseMessageBody.copy()
Makes a copy of this object. |
MessageBody |
BaseMessageBody.copy(boolean deepcopy)
Makes a copy of this object. |
protected MessageBody |
BaseMessageBody.copyInto(MessageBody copyObj)
Fills the copyObj with the contents of this object. |
protected MessageBody |
BaseMessageBody.copyInto(MessageBody copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object. |
static MessageBody |
BaseMessageBodyPeer.retrieveByPK(long mailboxId,
long uid)
retrieve object using using pk values. |
static MessageBody |
BaseMessageBodyPeer.retrieveByPK(long mailboxId,
long uid,
java.sql.Connection con)
retrieve object using using pk values. |
static MessageBody |
BaseMessageBodyPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static MessageBody |
BaseMessageBodyPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
static MessageBody |
BaseMessageBodyPeer.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 MessageBody | |
---|---|
void |
BaseMessageRow.addMessageBody(MessageBody l)
Method called to associate a MessageBody object to this object through the MessageBody foreign key attribute |
static org.apache.torque.util.Criteria |
BaseMessageBodyPeer.buildCriteria(MessageBody obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseMessageBodyPeer.buildSelectCriteria(MessageBody obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
protected MessageBody |
BaseMessageBody.copyInto(MessageBody copyObj)
Fills the copyObj with the contents of this object. |
protected MessageBody |
BaseMessageBody.copyInto(MessageBody copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object. |
static void |
BaseMessageBodyPeer.doDelete(MessageBody obj)
|
static void |
BaseMessageBodyPeer.doDelete(MessageBody obj,
java.sql.Connection con)
Method to delete. |
static void |
BaseMessageBodyPeer.doInsert(MessageBody obj)
Method to do inserts |
static void |
BaseMessageBodyPeer.doInsert(MessageBody obj,
java.sql.Connection con)
Method to do inserts. |
static java.util.List |
BaseMessageBodyPeer.doSelect(MessageBody obj)
Method to do selects |
static void |
BaseMessageBodyPeer.doUpdate(MessageBody obj)
|
static void |
BaseMessageBodyPeer.doUpdate(MessageBody obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseMessageBodyPeer.populateObject(com.workingdogs.village.Record row,
int offset,
MessageBody obj)
Populates an object from a resultset row starting from a specified offset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |