www.element4solution.com

e4s.db.systabledef
Class T_E4S_MAIL_SENT_Obj

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.db.systabledef.T_E4S_MAIL_SENT_Obj

public class T_E4S_MAIL_SENT_Obj
extends E4Object

Data access object for T_E4S_MAIL_SENT created: 20051005 115548 modified: 20071103 130220 Logging of sent eMails by the E4S mail implementation.

See Also:
T_E4S_MAIL_SENT_Sel, T_E4S_MAIL_SENT_Mod

Field Summary
protected  E4Client m_client_distinction
          Client distinction (no update, read only)
protected  java.util.Date m_CREATED
          Current Value - will be initialized after reading but can be changed using set_CREATED(Date).
protected  java.lang.String m_EMAIL_CC
          Current Value - will be initialized after reading but can be changed using set_EMAIL_CC(String).
protected  java.lang.String m_EMAIL_FROM
          Current Value - will be initialized after reading but can be changed using set_EMAIL_FROM(String).
protected  java.lang.String m_EMAIL_TO
          Current Value - will be initialized after reading but can be changed using set_EMAIL_TO(String).
protected  java.lang.String m_ERRMSG
          Current Value - will be initialized after reading but can be changed using set_ERRMSG(String).
protected  java.lang.String m_HEADER
          Current Value - will be initialized after reading but can be changed using set_HEADER(String).
protected  long m_ID
          Current Value - will be initialized after reading but can be changed using #set_ID(long).
protected  long m_init_ID
          Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate().
protected  boolean m_IS_HTML_FORMAT
          Current Value - will be initialized after reading but can be changed using set_IS_HTML_FORMAT(boolean).
protected  java.util.Date m_SENT
          Current Value - will be initialized after reading but can be changed using set_SENT(Date).
protected  java.lang.String m_TXT
          Current Value - will be initialized after reading but can be changed using set_TXT(String).
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
T_E4S_MAIL_SENT_Obj()
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Return the version info patched by CVS.
 void executeDelete(E4ApplObj_Intf applobj)
          Delete this record, based on a query of first unique index
 void executeDelete(E4DBConnection_Intf con, E4ApplObj_Intf applobj)
          Delete this record, based on a query of first unique index
 long executeInsert(E4ApplObj_Intf applobj)
           
 long executeInsert(E4DBConnection_Intf con, E4ApplObj_Intf applobj)
           
 void executeUpdate(E4ApplObj_Intf applobj)
          Update this record, based on a query of first unique index columns.
 void executeUpdate(E4DBConnection_Intf con, E4ApplObj_Intf applobj)
          Update this record, based on a query of first unique index
 E4Client get_CLIENT()
           
 java.util.Calendar get_CREATED_C()
           
 java.util.Date get_CREATED()
           
 java.lang.String get_EMAIL_CC()
           
 java.lang.String get_EMAIL_FROM()
           
 java.lang.String get_EMAIL_TO()
           
 java.lang.String get_ERRMSG()
           
 java.lang.String get_HEADER()
           
 long get_ID()
           
 boolean get_IS_HTML_FORMAT()
           
 java.util.Calendar get_SENT_C()
           
 java.util.Date get_SENT()
           
 java.lang.String get_TXT()
           
 E4DBTableName getTableName()
           
 void set_CREATED()
           
 void set_CREATED(java.util.Calendar val)
           
 void set_CREATED(java.util.Date val)
           
 void set_CREATED(E4Date val)
           
 void set_EMAIL_CC(java.lang.String val)
           
 void set_EMAIL_FROM(java.lang.String val)
           
 void set_EMAIL_TO(java.lang.String val)
           
 void set_ERRMSG(java.lang.String val)
           
 void set_HEADER(java.lang.String val)
           
 void set_init_ID(long val)
           
 void set_IS_HTML_FORMAT(boolean val)
           
 void set_SENT()
           
 void set_SENT(java.util.Calendar val)
           
 void set_SENT(java.util.Date val)
           
 void set_SENT(E4Date val)
           
 void set_TXT(java.lang.String val)
           
 E4DBColumnInfo[] unequalsColumns(T_E4S_MAIL_SENT_Obj obj2)
           
 
Methods inherited from class e4s.util.E4Object
Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, toString, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_CREATED

protected java.util.Date m_CREATED
Current Value - will be initialized after reading but can be changed using set_CREATED(Date). Date/Time mail created


m_EMAIL_CC

protected java.lang.String m_EMAIL_CC
Current Value - will be initialized after reading but can be changed using set_EMAIL_CC(String). E-Mail Address (cc)


m_EMAIL_FROM

protected java.lang.String m_EMAIL_FROM
Current Value - will be initialized after reading but can be changed using set_EMAIL_FROM(String). E-Mail Address (sender)


m_EMAIL_TO

protected java.lang.String m_EMAIL_TO
Current Value - will be initialized after reading but can be changed using set_EMAIL_TO(String). E-Mail Address (recipient)


m_ERRMSG

protected java.lang.String m_ERRMSG
Current Value - will be initialized after reading but can be changed using set_ERRMSG(String). Error Message


m_HEADER

protected java.lang.String m_HEADER
Current Value - will be initialized after reading but can be changed using set_HEADER(String). Header


m_ID

protected long m_ID
Current Value - will be initialized after reading but can be changed using #set_ID(long). ID


m_init_ID

protected long m_init_ID
Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate(). ID


m_IS_HTML_FORMAT

protected boolean m_IS_HTML_FORMAT
Current Value - will be initialized after reading but can be changed using set_IS_HTML_FORMAT(boolean). true if HTML, false if Text


m_SENT

protected java.util.Date m_SENT
Current Value - will be initialized after reading but can be changed using set_SENT(Date). Date and Time mail sent


m_TXT

protected java.lang.String m_TXT
Current Value - will be initialized after reading but can be changed using set_TXT(String). Text


m_client_distinction

protected E4Client m_client_distinction
Client distinction (no update, read only)

Constructor Detail

T_E4S_MAIL_SENT_Obj

public T_E4S_MAIL_SENT_Obj()
Method Detail

get_CLIENT

public E4Client get_CLIENT()

executeInsert

public long executeInsert(E4ApplObj_Intf applobj)
                   throws E4DBException
Throws:
E4DBException

executeInsert

public long executeInsert(E4DBConnection_Intf con,
                          E4ApplObj_Intf applobj)
                   throws E4DBException
Throws:
E4DBException

getTableName

public E4DBTableName getTableName()

set_CREATED

public void set_CREATED(java.util.Date val)

set_CREATED

public void set_CREATED(java.util.Calendar val)

set_CREATED

public void set_CREATED(E4Date val)

set_CREATED

public void set_CREATED()

get_CREATED

public java.util.Date get_CREATED()

get_CREATED_C

public java.util.Calendar get_CREATED_C()

set_EMAIL_CC

public void set_EMAIL_CC(java.lang.String val)

get_EMAIL_CC

public java.lang.String get_EMAIL_CC()

set_EMAIL_FROM

public void set_EMAIL_FROM(java.lang.String val)

get_EMAIL_FROM

public java.lang.String get_EMAIL_FROM()

set_EMAIL_TO

public void set_EMAIL_TO(java.lang.String val)

get_EMAIL_TO

public java.lang.String get_EMAIL_TO()

set_ERRMSG

public void set_ERRMSG(java.lang.String val)

get_ERRMSG

public java.lang.String get_ERRMSG()

set_HEADER

public void set_HEADER(java.lang.String val)

get_HEADER

public java.lang.String get_HEADER()

set_init_ID

public void set_init_ID(long val)

get_ID

public long get_ID()

set_IS_HTML_FORMAT

public void set_IS_HTML_FORMAT(boolean val)

get_IS_HTML_FORMAT

public boolean get_IS_HTML_FORMAT()

set_SENT

public void set_SENT(java.util.Date val)

set_SENT

public void set_SENT(java.util.Calendar val)

set_SENT

public void set_SENT(E4Date val)

set_SENT

public void set_SENT()

get_SENT

public java.util.Date get_SENT()

get_SENT_C

public java.util.Calendar get_SENT_C()

set_TXT

public void set_TXT(java.lang.String val)

get_TXT

public java.lang.String get_TXT()

unequalsColumns

public E4DBColumnInfo[] unequalsColumns(T_E4S_MAIL_SENT_Obj obj2)

executeDelete

public void executeDelete(E4ApplObj_Intf applobj)
                   throws E4DBException
Delete this record, based on a query of first unique index

Throws:
E4DBException

executeDelete

public void executeDelete(E4DBConnection_Intf con,
                          E4ApplObj_Intf applobj)
                   throws E4DBException
Delete this record, based on a query of first unique index

Throws:
E4DBException

executeUpdate

public void executeUpdate(E4ApplObj_Intf applobj)
                   throws E4DBException
Update this record, based on a query of first unique index columns.

Throws:
E4DBException

executeUpdate

public void executeUpdate(E4DBConnection_Intf con,
                          E4ApplObj_Intf applobj)
                   throws E4DBException
Update this record, based on a query of first unique index

Throws:
E4DBException

_getSVNVersionString

public static java.lang.String _getSVNVersionString()
Return the version info patched by CVS.


www.element4solution.com