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