|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_UserMail
org.compiere.model.MUserMail
public class MUserMail
User Mail Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_UserMail |
|---|
ISDELIVERED_AD_Reference_ID, ISDELIVERED_No, ISDELIVERED_Yes |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_AD_UserMail |
|---|
accessLevel, COLUMNNAME_AD_User_ID, COLUMNNAME_AD_UserMail_ID, COLUMNNAME_DeliveryConfirmation, COLUMNNAME_IsDelivered, COLUMNNAME_MailText, COLUMNNAME_MessageID, COLUMNNAME_R_MailText_ID, COLUMNNAME_Subject, COLUMNNAME_W_MailMsg_ID, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MUserMail(MMailMsg parent,
int AD_User_ID,
EMail mail)
Parent Constructor |
|
MUserMail(MMailText parent,
int AD_User_ID,
EMail mail)
User Mail |
|
MUserMail(PO po,
int AD_User_ID,
EMail mail)
New User Mail (no trx) |
|
MUserMail(Properties ctx,
int AD_UserMail_ID,
String trxName)
Standard Constructor |
|
MUserMail(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
boolean |
isDelivered()
Is it Delivered |
boolean |
isDeliveredNo()
Is it not Delivered |
boolean |
isDeliveredUnknown()
Is Delivered unknown |
| Methods inherited from class org.compiere.model.X_AD_UserMail |
|---|
get_AccessLevel, getAD_User_ID, getAD_User, getAD_UserMail_ID, getDeliveryConfirmation, getIsDelivered, getKeyNamePair, getMailText, getMessageID, getR_MailText_ID, getR_MailText, getSubject, getW_MailMsg_ID, getW_MailMsg, initPO, setAD_User_ID, setAD_UserMail_ID, setDeliveryConfirmation, setIsDelivered, setMailText, setMessageID, setR_MailText_ID, setSubject, setW_MailMsg_ID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MUserMail(Properties ctx,
int AD_UserMail_ID,
String trxName)
ctx - contextAD_UserMail_ID - idtrxName - trx
public MUserMail(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx
public MUserMail(MMailText parent,
int AD_User_ID,
EMail mail)
parent - Request Mail TextAD_User_ID - recipient usermail - email
public MUserMail(MMailMsg parent,
int AD_User_ID,
EMail mail)
parent - Mail messageAD_User_ID - recipient usermail - email
public MUserMail(PO po,
int AD_User_ID,
EMail mail)
po - persistent objectAD_User_ID - recipient usermail - email| Method Detail |
|---|
public boolean isDelivered()
public boolean isDeliveredNo()
public boolean isDeliveredUnknown()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||