Package org.compiere.model
Interface I_AD_UserMail
-
- All Known Implementing Classes:
MUserMail,X_AD_UserMail
public interface I_AD_UserMailGenerated Interface for AD_UserMail- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 7 - System - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_User_IDColumn name AD_User_IDstatic StringCOLUMNNAME_AD_UserMail_IDColumn name AD_UserMail_IDstatic StringCOLUMNNAME_AD_UserMail_UUColumn name AD_UserMail_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DeliveryConfirmationColumn name DeliveryConfirmationstatic StringCOLUMNNAME_EMailFromColumn name EMailFromstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsDeliveredColumn name IsDeliveredstatic StringCOLUMNNAME_MailTextColumn name MailTextstatic StringCOLUMNNAME_MessageIDColumn name MessageIDstatic StringCOLUMNNAME_R_MailText_IDColumn name R_MailText_IDstatic StringCOLUMNNAME_RecipientBccColumn name RecipientBccstatic StringCOLUMNNAME_RecipientCcColumn name RecipientCcstatic StringCOLUMNNAME_RecipientToColumn name RecipientTostatic StringCOLUMNNAME_SubjectColumn name Subjectstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=782static StringTable_NameTableName=AD_UserMail
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_UsergetAD_User()intgetAD_User_ID()Get User/Contact.intgetAD_UserMail_ID()Get User Mail.StringgetAD_UserMail_UU()Get AD_UserMail_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDeliveryConfirmation()Get Delivery Confirmation.StringgetEMailFrom()Get EMail sent fromStringgetIsDelivered()Get DeliveredStringgetMailText()Get Mail Text.StringgetMessageID()Get Message ID.I_R_MailTextgetR_MailText()intgetR_MailText_ID()Get Mail Template.StringgetRecipientBcc()Get BccStringgetRecipientCc()Get CcStringgetRecipientTo()Get ToStringgetSubject()Get Subject.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_User_ID(int AD_User_ID)Set User/Contact.voidsetAD_UserMail_ID(int AD_UserMail_ID)Set User Mail.voidsetAD_UserMail_UU(String AD_UserMail_UU)Set AD_UserMail_UUvoidsetDeliveryConfirmation(String DeliveryConfirmation)Set Delivery Confirmation.voidsetEMailFrom(String EMailFrom)Set EMail sent fromvoidsetIsActive(boolean IsActive)Set Active.voidsetIsDelivered(String IsDelivered)Set DeliveredvoidsetMailText(String MailText)Set Mail Text.voidsetMessageID(String MessageID)Set Message ID.voidsetR_MailText_ID(int R_MailText_ID)Set Mail Template.voidsetRecipientBcc(String RecipientBcc)Set BccvoidsetRecipientCc(String RecipientCc)Set CcvoidsetRecipientTo(String RecipientTo)Set TovoidsetSubject(String Subject)Set Subject.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_UserMail- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=782- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_User_ID
static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_UserMail_ID
static final String COLUMNNAME_AD_UserMail_ID
Column name AD_UserMail_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_UserMail_UU
static final String COLUMNNAME_AD_UserMail_UU
Column name AD_UserMail_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_DeliveryConfirmation
static final String COLUMNNAME_DeliveryConfirmation
Column name DeliveryConfirmation- See Also:
- Constant Field Values
-
COLUMNNAME_EMailFrom
static final String COLUMNNAME_EMailFrom
Column name EMailFrom- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsDelivered
static final String COLUMNNAME_IsDelivered
Column name IsDelivered- See Also:
- Constant Field Values
-
COLUMNNAME_MailText
static final String COLUMNNAME_MailText
Column name MailText- See Also:
- Constant Field Values
-
COLUMNNAME_MessageID
static final String COLUMNNAME_MessageID
Column name MessageID- See Also:
- Constant Field Values
-
COLUMNNAME_RecipientBcc
static final String COLUMNNAME_RecipientBcc
Column name RecipientBcc- See Also:
- Constant Field Values
-
COLUMNNAME_RecipientCc
static final String COLUMNNAME_RecipientCc
Column name RecipientCc- See Also:
- Constant Field Values
-
COLUMNNAME_RecipientTo
static final String COLUMNNAME_RecipientTo
Column name RecipientTo- See Also:
- Constant Field Values
-
COLUMNNAME_R_MailText_ID
static final String COLUMNNAME_R_MailText_ID
Column name R_MailText_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Subject
static final String COLUMNNAME_Subject
Column name Subject- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_User_ID
void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User_ID
int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User
I_AD_User getAD_User() throws RuntimeException
- Throws:
RuntimeException
-
setAD_UserMail_ID
void setAD_UserMail_ID(int AD_UserMail_ID)
Set User Mail. Mail sent to the user
-
getAD_UserMail_ID
int getAD_UserMail_ID()
Get User Mail. Mail sent to the user
-
setAD_UserMail_UU
void setAD_UserMail_UU(String AD_UserMail_UU)
Set AD_UserMail_UU
-
getAD_UserMail_UU
String getAD_UserMail_UU()
Get AD_UserMail_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDeliveryConfirmation
void setDeliveryConfirmation(String DeliveryConfirmation)
Set Delivery Confirmation. EMail Delivery confirmation
-
getDeliveryConfirmation
String getDeliveryConfirmation()
Get Delivery Confirmation. EMail Delivery confirmation
-
setEMailFrom
void setEMailFrom(String EMailFrom)
Set EMail sent from
-
getEMailFrom
String getEMailFrom()
Get EMail sent from
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsDelivered
void setIsDelivered(String IsDelivered)
Set Delivered
-
getIsDelivered
String getIsDelivered()
Get Delivered
-
setMailText
void setMailText(String MailText)
Set Mail Text. Text used for Mail message
-
getMailText
String getMailText()
Get Mail Text. Text used for Mail message
-
setMessageID
void setMessageID(String MessageID)
Set Message ID. EMail Message ID
-
getMessageID
String getMessageID()
Get Message ID. EMail Message ID
-
setRecipientBcc
void setRecipientBcc(String RecipientBcc)
Set Bcc
-
getRecipientBcc
String getRecipientBcc()
Get Bcc
-
setRecipientCc
void setRecipientCc(String RecipientCc)
Set Cc
-
getRecipientCc
String getRecipientCc()
Get Cc
-
setRecipientTo
void setRecipientTo(String RecipientTo)
Set To
-
getRecipientTo
String getRecipientTo()
Get To
-
setR_MailText_ID
void setR_MailText_ID(int R_MailText_ID)
Set Mail Template. Text templates for mailings
-
getR_MailText_ID
int getR_MailText_ID()
Get Mail Template. Text templates for mailings
-
getR_MailText
I_R_MailText getR_MailText() throws RuntimeException
- Throws:
RuntimeException
-
setSubject
void setSubject(String Subject)
Set Subject. Email Message Subject
-
getSubject
String getSubject()
Get Subject. Email Message Subject
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-