|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecte4s.util.E4Object
e4s.db.E4DBFilter
e4s.db.E4DBFilterAnd
e4s.db.E4DBSelect
e4s.db.systabledef.T_E4S_MAIL_SENT_Sel
public class T_E4S_MAIL_SENT_Sel
SQL select for T_E4S_MAIL_SENT: Logging of sent eMails by the E4S mail implementation. created: 20051005 115548, modified: 20071103 130220. $LastChangedRevision: 5290 $ $LastChangedDate: 2009-12-09 18:45:55 +0100 (Mi, 09 Dez 2009) $
| Column | Datatype | Remark | |
| CREATED | DATE | 2 | Date/Time mail created |
| EMAIL_CC | STRING(255) | E-Mail Address (cc) | |
| EMAIL_FROM | STRING(255) | E-Mail Address (sender) | |
| EMAIL_TO | STRING(255) | 1 | E-Mail Address (recipient) |
| ERRMSG | TEXT | Error Message | |
| HEADER | STRING(255) | Header | |
| ID | INTEGER | 5 | ID |
| IS_HTML_FORMAT | BOOLEAN | true if HTML, false if Text | |
| SENT | DATE | Date and Time mail sent | |
| TXT | TEXT | Text |
T_E4S_MAIL_SENT_Mod,
T_E4S_MAIL_SENT_Obj| Nested Class Summary | |
|---|---|
static class |
T_E4S_MAIL_SENT_Sel.T_E4S_MAIL_SENT_And
Filter to be used as AND condition. |
static class |
T_E4S_MAIL_SENT_Sel.T_E4S_MAIL_SENT_Or
Filter to be used as OR condition. |
| Field Summary | |
|---|---|
static E4DBColumnInfo |
CI_CREATED
|
static E4DBColumnInfo |
CI_EMAIL_CC
|
static E4DBColumnInfo |
CI_EMAIL_FROM
|
static E4DBColumnInfo |
CI_EMAIL_TO
|
static E4DBColumnInfo |
CI_ERRMSG
|
static E4DBColumnInfo |
CI_HEADER
|
static E4DBColumnInfo |
CI_ID
|
static E4DBColumnInfo |
CI_IS_HTML_FORMAT
|
static E4DBColumnInfo |
CI_SENT
|
static E4DBColumnInfo |
CI_TXT
|
static E4DBColumnName |
COL_CREATED
DATE Date/Time mail created Member of index: #2. |
static E4DBColumnName |
COL_EMAIL_CC
STRING(255) E-Mail Address (cc) |
static E4DBColumnName |
COL_EMAIL_FROM
STRING(255) E-Mail Address (sender) |
static E4DBColumnName |
COL_EMAIL_TO
STRING(255) E-Mail Address (recipient) Member of index: #1. |
static E4DBColumnName |
COL_ERRMSG
TEXT Error Message |
static E4DBColumnName |
COL_HEADER
STRING(255) Header |
static E4DBColumnName |
COL_ID
INTEGER ID Autoincremental value Member of index: AINCR. |
static E4DBColumnName |
COL_IS_HTML_FORMAT
BOOLEAN true if HTML, false if Text |
static E4DBColumnName |
COL_SENT
DATE Date and Time mail sent |
static E4DBColumnName |
COL_TXT
TEXT Text |
static E4DBColumnInfo[] |
COLUMNS
Definition of database columns as array |
static E4DBIndexInfo |
IDX_AINCR
Definition of index IDX_AINCR. |
static E4DBIndexInfo |
IDX1
Definition of index IDX1. |
static E4DBIndexInfo |
IDX2
Definition of index IDX2. |
static E4DBIndexInfo[] |
INDEXES
Definition of table indexes. |
static boolean |
IS_CLIENT_DISTINCTIVE
This table enables client distinction. |
static boolean |
IS_FREEDEF_POSSIBLE
This table does not enable freedefined database fields. |
static int |
SVN_REVISION
SVN Revision Code. |
static E4DBTableName |
TABLENAME
Name of the database table. |
| Fields inherited from class e4s.db.E4DBSelect |
|---|
COLUMN_NAME_COUNT, COLUMN_NAME_SUM, DB_DATEFORMAT, DB_DATEPICTURE, ms_isunicode, NULL |
| Fields inherited from class e4s.db.E4DBFilter |
|---|
COMP_EMPTY, COMP_EQUALS, COMP_GREATER, COMP_GREATER_EQUAL, COMP_IN, COMP_IS_NOT_NULL, COMP_IS_NULL, COMP_LESS, COMP_LESS_EQUAL, COMP_LIKE, COMP_NOT_EMPTY, COMP_NOT_EQUALS, COMP_NOT_IN, COMP_NOT_LIKE |
| Fields inherited from class e4s.util.E4Object |
|---|
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET |
| Constructor Summary | |
|---|---|
T_E4S_MAIL_SENT_Sel(E4ApplObj_Intf applobj)
Construct an object for selecting data from T_E4S_MAIL_SENT using the default database connection, the table uses client distinction. |
|
T_E4S_MAIL_SENT_Sel(E4DBConnection_Intf dbcon,
E4ApplObj_Intf applobj)
Construct an object for selecting data from T_E4S_MAIL_SENT using a database connection, the table uses client distinction. |
|
T_E4S_MAIL_SENT_Sel(T_E4S_MAIL_SENT_Sel dbtable,
boolean copy_where)
Construct an object for selecting data from T_E4S_MAIL_SENT using an existing T_E4S_MAIL_SENT_Sel instance. |
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
Return the version info patched by CVS. |
boolean |
canHaveFreeDefinedFields()
Check, if this table might have freedefined fields. |
static void |
checkConsistency()
Check table consistency (structure only) against database. |
static void |
checkConsistency(boolean check_structure,
boolean check_index)
Check table consistency against database. |
static E4Fieldset |
createFIELDSET()
|
static E4Fieldset |
createFIELDSET(E4ApplObj_Intf applobj)
|
E4Fieldset |
createFIELDSET(FORM form)
|
E4ID |
E4ID()
|
static T_E4S_MAIL_SENT_Obj |
find_AINCR(E4ApplObj_Intf appobj,
long qID)
Find a record associates with unique index 5 (AINCR). |
static T_E4S_MAIL_SENT_Obj |
find_AINCR(E4DBConnection_Intf con,
E4ApplObj_Intf appobj,
long qID)
Find a record associates with index 5 (AINCR). |
E4Client |
get_CLIENT()
Get value for client. |
java.util.Date |
get_CREATED()
Get value for column CREATED. |
java.lang.String |
get_EMAIL_CC()
Get value for column EMAIL_CC. |
java.lang.String |
get_EMAIL_FROM()
Get value for column EMAIL_FROM. |
java.lang.String |
get_EMAIL_TO()
Get value for column EMAIL_TO. |
java.lang.String |
get_ERRMSG()
Get value for column ERRMSG. |
E4Fieldset |
get_FIELDSET()
|
E4Fieldset |
get_FIELDSET(FORM form)
|
java.lang.String |
get_HEADER()
Get value for column HEADER. |
long |
get_ID()
Get value for column ID. |
boolean |
get_IS_HTML_FORMAT()
Get value for column IS_HTML_FORMAT. |
java.util.Date |
get_SENT()
Get value for column SENT. |
java.lang.String |
get_TXT()
Get value for column TXT. |
T_E4S_MAIL_SENT_Obj |
get()
Get the data object for T_E4S_MAIL_SENT without reading freedefined values. |
void |
get(E4Fieldset fieldset)
|
E4DBColumnInfo[] |
getColInfo()
Get information about the columns defined for this database table. |
E4DBIndexInfo |
getFirstPrimaryIndex()
Get the fields defined for the first unique index IDX_AINCR. |
E4DBIndexInfo[] |
getIdxInfo()
Get information about the indexes defined for this database table. |
java.lang.Class |
getModifyClass()
Get the defined and generated class for the modifications, this means INSERT, UPDATE and DELETE, related to this table T_E4S_MAIL_SENT. |
java.lang.Class |
getObjectClass()
Get the defined and generated class for the data-object related to this table. |
E4PersistantVector |
getQuery()
E4DBSelect.executeQuery() and store elements of type T_E4S_MAIL_SENT_Obj in a Vector. |
E4DBReference[] |
getReferenceDelete(E4DBColumnName cName)
Return null. |
E4DBReference[] |
getReferenceLookup(E4DBColumnName cName)
Return null. |
E4DBTypeUsage[] |
getUsage(E4DBColumnName colname)
For the case, that the specified column is a e4s defined type (e.g. |
boolean |
hasClientDistinctive()
Get the state if data of this table will be distincted by E4Client. |
static boolean |
isEmpty(E4DBConnection_Intf con,
E4ApplObj_Intf applobj)
Check, if this table contains any data. |
E4DBModify_Intf |
makeInstance_Modify(boolean copy_where)
Make an instance of the associated class for modification of database table entries. |
E4DBSelect_Intf |
makeInstance(boolean copy_where)
Create a new instance for T_E4S_MAIL_SENT_Sel |
boolean |
next()
Fetch next record. |
T_E4S_MAIL_SENT_Sel.T_E4S_MAIL_SENT_Or |
or()
|
void |
sort_CREATED_descending()
Sort descending by column CREATED. |
void |
sort_CREATED()
Sort ascending by column CREATED. |
void |
sort_EMAIL_CC_descending()
Sort descending by column EMAIL_CC. |
void |
sort_EMAIL_CC()
Sort ascending by column EMAIL_CC. |
void |
sort_EMAIL_FROM_descending()
Sort descending by column EMAIL_FROM. |
void |
sort_EMAIL_FROM()
Sort ascending by column EMAIL_FROM. |
void |
sort_EMAIL_TO_descending()
Sort descending by column EMAIL_TO. |
void |
sort_EMAIL_TO()
Sort ascending by column EMAIL_TO. |
void |
sort_HEADER_descending()
Sort descending by column HEADER. |
void |
sort_HEADER()
Sort ascending by column HEADER. |
void |
sort_ID_descending()
Sort descending by column ID. |
void |
sort_ID()
Sort ascending by column ID. |
void |
sort_IS_HTML_FORMAT_descending()
Sort descending by column IS_HTML_FORMAT. |
void |
sort_IS_HTML_FORMAT()
Sort ascending by column IS_HTML_FORMAT. |
void |
sort_SENT_descending()
Sort descending by column SENT. |
void |
sort_SENT()
Sort ascending by column SENT. |
static int |
toCsv(E4ApplObj_Intf appobj,
java.lang.String path)
Export data from database table to CSV file (MS-Excel input format). |
int |
toCsv(E4PrintStream out)
Export data from database table to CSV file (MS-Excel compatible input format). |
static void |
toSql(E4ApplObj_Intf applobj,
java.lang.String path)
Export data from database table to SQL script file. |
static int |
toSql(E4ApplObj_Intf appobj,
java.lang.String path,
int include_freefields)
Export data from database table to XML file. |
int |
toSql(E4PrintStream out)
Export data from database table to SQL file. |
int |
toSql(E4PrintStream out,
int include_freefields)
Export data from database table to SQL script file. |
static void |
toXml(E4ApplObj_Intf applobj,
java.lang.String path)
Export data from database table to XML file. |
static void |
toXml(E4ApplObj_Intf applobj,
java.lang.String path,
E4StatusInformation_Intf status)
|
static int |
toXml(E4ApplObj_Intf appobj,
java.lang.String path,
int include_freefields)
Export data from database table to XML file. |
static int |
toXml(E4ApplObj_Intf appobj,
java.lang.String path,
int include_freefields,
E4DBColumnName distinctCol)
Export data from database table to XML file. |
static int |
toXml(E4ApplObj_Intf appobj,
java.lang.String path,
int include_freefields,
E4StatusInformation_Intf status)
Export data from database table to XML file. |
static int |
toXml(E4ApplObj_Intf appobj,
java.lang.String path,
int include_freefields,
E4StatusInformation_Intf status,
E4DBColumnName distinctCol)
Export data from database table to XML file. |
int |
toXml(E4PrintStream out)
Export data from database table to XML file. |
int |
toXml(E4PrintStream out,
E4StatusInformation_Intf status)
Export data from database table to XML file. |
int |
toXml(E4PrintStream out,
int include_freefields)
Export data from database table to XML file. |
int |
toXml(E4PrintStream out,
int include_freefields,
E4StatusInformation_Intf status)
Export data from database table to XML file. |
void |
where_CREATED_in(E4DBSelectDistinct filter)
Define a SELECT WHERE column IN (SELECT DISTINCT column FROM..) |
void |
where_CREATED_isEmpty()
Define a is-empty filter (empty string or null) - (AND-ed WHERE) for column CREATED. |
void |
where_CREATED_isNotEmpty()
Define a NOT is-empty filter (empty string or null) - (AND-ed WHERE) for column CREATED. |
void |
where_CREATED_isNotNull()
Define a is-NOT-null filter (AND-ed WHERE) for column CREATED. |
void |
where_CREATED_isNull()
Define a is-null filter (AND-ed WHERE) for column CREATED. |
void |
where_CREATED_notin(E4DBSelectDistinct filter)
Define a SELECT WHERE column IN (SELECT DISTINCT column FROM..) |
void |
where_CREATED(java.util.Date filter)
Define a filter (AND-ed WHERE) for column CREATED. |
void |
where_CREATED(int operator,
java.util.Date filter)
Define a filter (AND-ed WHERE with operator) for column CREATED. |
void |
where_EMAIL_CC_in(E4DBSelectDistinct filter)
Define a SELECT WHERE column IN (SELECT DISTINCT column FROM..) |
void |
where_EMAIL_CC_in(java.lang.String[] filter)
Define a IN-filter (AND-ed WHERE) for column EMAIL_CC. |
void |
where_EMAIL_CC_isEmpty()
Define a is-empty filter (empty string or null) - (AND-ed WHERE) for column EMAIL_CC. |
void |
where_EMAIL_CC_isNotEmpty()
Define a NOT is-empty filter (empty string or null) - (AND-ed WHERE) for column EMAIL_CC. |
void |
where_EMAIL_CC_isNotNull()
Define a is-NOT-null filter (AND-ed WHERE) for column EMAIL_CC. |
void |
where_EMAIL_CC_isNull()
Define a is-null filter (AND-ed WHERE) for column EMAIL_CC. |
void |
where_EMAIL_CC_not_in(java.lang.String[] filter)
Define a NOT-IN-filter (AND-ed WHERE) for column EMAIL_CC. |
void |
where_EMAIL_CC_notin(E4DBSelectDistinct filter)
Define a SELECT WHERE column IN (SELECT DISTINCT column FROM..) |
void |
where_EMAIL_CC(int operator,
java.lang.String filter)
Define a filter (AND-ed WHERE with operator) for column EMAIL_CC. |
void |
where_EMAIL_CC(java.lang.String filter)
Define a filter (AND-ed WHERE) for column EMAIL_CC. |
void |
where_EMAIL_FROM_in(E4DBSelectDistinct filter)
Define a SELECT WHERE column IN (SELECT DISTINCT column FROM..) |
void |
where_EMAIL_FROM_in(java.lang.String[] filter)
Define a IN-filter (AND-ed WHERE) for column EMAIL_FROM. |
void |
where_EMAIL_FROM_isEmpty()
Define a is-empty filter (empty string or null) - (AND-ed WHERE) for column EMAIL_FROM. |
void |
where_EMAIL_FROM_isNotEmpty()
Define a NOT is-empty filter (empty string or null) - (AND-ed WHERE) for column EMAIL_FROM. |
void |
where_EMAIL_FROM_isNotNull()
Define a is-NOT-null filter (AND-ed WHERE) for column EMAIL_FROM. |
void |
where_EMAIL_FROM_isNull()
Define a is-null filter (AND-ed WHERE) for column EMAIL_FROM. |
void |
where_EMAIL_FROM_not_in(java.lang.String[] filter)
Define a NOT-IN-filter (AND-ed WHERE) for column EMAIL_FROM. |
void |
where_EMAIL_FROM_notin(E4DBSelectDistinct filter)
Define a SELECT WHERE column IN (SELECT DISTINCT column FROM..) |
void |
where_EMAIL_FROM(int operator,
java.lang.String filter)
Define a filter (AND-ed WHERE with operator) for column EMAIL_FROM. |
void |
where_EMAIL_FROM(java.lang.String filter)
Define a filter (AND-ed WHERE) for column EMAIL_FROM. |
void |
where_EMAIL_TO_in(E4DBSelectDistinct filter)
Define a SELECT WHERE column IN (SELECT DISTINCT column FROM..) |
void |
where_EMAIL_TO_in(java.lang.String[] filter)
Define a IN-filter (AND-ed WHERE) for column EMAIL_TO. |
void |
where_EMAIL_TO_isEmpty()
Define a is-empty filter (empty string or null) - (AND-ed WHERE) for column EMAIL_TO. |
void |
where_EMAIL_TO_isNotEmpty()
Define a NOT is-empty filter (empty string or null) - (AND-ed WHERE) for column EMAIL_TO. |
void |
where_EMAIL_TO_isNotNull()
Define a is-NOT-null filter (AND-ed WHERE) for column EMAIL_TO. |
void |
where_EMAIL_TO_isNull()
Define a is-null filter (AND-ed WHERE) for column EMAIL_TO. |
void |
where_EMAIL_TO_not_in(java.lang.String[] filter)
Define a NOT-IN-filter (AND-ed WHERE) for column EMAIL_TO. |
void |
where_EMAIL_TO_notin(E4DBSelectDistinct filter)
Define a SELECT WHERE column IN (SELECT DISTINCT column FROM..) |
void |
where_EMAIL_TO(int operator,
java.lang.String filter)
Define a filter (AND-ed WHERE with operator) for column EMAIL_TO. |
void |
where_EMAIL_TO(java.lang.String filter)
Define a filter (AND-ed WHERE) for column EMAIL_TO. |
void |
where_ERRMSG(int operator,
java.lang.String filter)
Define a filter (AND-ed WHERE with operator) for column ERRMSG. |
void |
where_ERRMSG(java.lang.String filter)
Define a filter (AND-ed WHERE) for column ERRMSG. |
void |
where_HEADER_in(E4DBSelectDistinct filter)
Define a SELECT WHERE column IN (SELECT DISTINCT column FROM..) |
void |
where_HEADER_in(java.lang.String[] filter)
Define a IN-filter (AND-ed WHERE) for column HEADER. |
void |
where_HEADER_isEmpty()
Define a is-empty filter (empty string or null) - (AND-ed WHERE) for column HEADER. |
void |
where_HEADER_isNotEmpty()
Define a NOT is-empty filter (empty string or null) - (AND-ed WHERE) for column HEADER. |
void |
where_HEADER_isNotNull()
Define a is-NOT-null filter (AND-ed WHERE) for column HEADER. |
void |
where_HEADER_isNull()
Define a is-null filter (AND-ed WHERE) for column HEADER. |
void |
where_HEADER_not_in(java.lang.String[] filter)
Define a NOT-IN-filter (AND-ed WHERE) for column HEADER. |
void |
where_HEADER_notin(E4DBSelectDistinct filter)
Define a SELECT WHERE column IN (SELECT DISTINCT column FROM..) |
void |
where_HEADER(int operator,
java.lang.String filter)
Define a filter (AND-ed WHERE with operator) for column HEADER. |
void |
where_HEADER(java.lang.String filter)
Define a filter (AND-ed WHERE) for column HEADER. |
void |
where_ID_in(E4DBSelectDistinct filter)
Define a SELECT WHERE column IN (SELECT DISTINCT column FROM..) |
void |
where_ID_notin(E4DBSelectDistinct filter)
Define a SELECT WHERE column IN (SELECT DISTINCT column FROM..) |
void |
where_ID(int operator,
long filter)
Define a filter (AND-ed WHERE with operator) for column ID. |
void |
where_ID(long filter)
Define a filter (AND-ed WHERE) for column ID. |
void |
where_IS_HTML_FORMAT(boolean filter)
Define a filter (AND-ed WHERE) for column IS_HTML_FORMAT. |
void |
where_IS_HTML_FORMAT(int operator,
boolean filter)
Define a filter (AND-ed WHERE with operator) for column IS_HTML_FORMAT. |
void |
where_SENT_in(E4DBSelectDistinct filter)
Define a SELECT WHERE column IN (SELECT DISTINCT column FROM..) |
void |
where_SENT_isEmpty()
Define a is-empty filter (empty string or null) - (AND-ed WHERE) for column SENT. |
void |
where_SENT_isNotEmpty()
Define a NOT is-empty filter (empty string or null) - (AND-ed WHERE) for column SENT. |
void |
where_SENT_isNotNull()
Define a is-NOT-null filter (AND-ed WHERE) for column SENT. |
void |
where_SENT_isNull()
Define a is-null filter (AND-ed WHERE) for column SENT. |
void |
where_SENT_notin(E4DBSelectDistinct filter)
Define a SELECT WHERE column IN (SELECT DISTINCT column FROM..) |
void |
where_SENT(java.util.Date filter)
Define a filter (AND-ed WHERE) for column SENT. |
void |
where_SENT(int operator,
java.util.Date filter)
Define a filter (AND-ed WHERE with operator) for column SENT. |
void |
where_TXT(int operator,
java.lang.String filter)
Define a filter (AND-ed WHERE with operator) for column TXT. |
void |
where_TXT(java.lang.String filter)
Define a filter (AND-ed WHERE) for column TXT. |
| Methods inherited from class e4s.db.E4DBFilterAnd |
|---|
getWhere, isEmpty, isNotEmpty, isNotNull, isNull, OR, setFilter_NOT, setFilter_NOT, setFilter_NOT, setFilter_NOT, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter |
| Methods inherited from class e4s.db.E4DBFilter |
|---|
Escape, Escape, getApplObj, getClient, getSession, getWhere, isWhereDefined, OP, resetWhere, setFilter_IN, setFilter_IN, setFilter_IN, setFilter_IN, setFilter_IN, setFilter_NOT_IN, setFilter_NOT_IN, setFilter_NOT_IN, setFilter_NOT_IN, setFilter_NOT_IN, setFilter, setFilter, setWhere, toString |
| 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, 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, 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, toString, wait, wait, wait |
| Methods inherited from interface e4s.db.E4DBSelect_Intf |
|---|
close, executeQuery, getApplObj, getBoolean, getConnection, getDate, getFloat, getLong, getMetaData, getString, getTableName, getWhere, isTable, isView, isWhereDefined, reset, resetOrderBy, resetWhere, setConnection, setFilter, setFilter, setFilter, setFilter, setFilter, setFilter, setOrderBy, setWhere, supportsSorting, toString |
| Methods inherited from interface e4s.db.E4DBFilter_Intf |
|---|
isWhereDefined, resetWhere |
| Field Detail |
|---|
public static final E4DBTableName TABLENAME
public static final int SVN_REVISION
public static final boolean IS_CLIENT_DISTINCTIVE
E4Client,
hasClientDistinctive(),
Constant Field Valuespublic static final boolean IS_FREEDEF_POSSIBLE
E4DBFreeFieldName,
canHaveFreeDefinedFields(),
Constant Field Valuespublic static final E4DBColumnName COL_CREATED
IDX2public static final E4DBColumnInfo CI_CREATED
public static final E4DBColumnName COL_EMAIL_CC
public static final E4DBColumnInfo CI_EMAIL_CC
public static final E4DBColumnName COL_EMAIL_FROM
public static final E4DBColumnInfo CI_EMAIL_FROM
public static final E4DBColumnName COL_EMAIL_TO
IDX1public static final E4DBColumnInfo CI_EMAIL_TO
public static final E4DBColumnName COL_ERRMSG
public static final E4DBColumnInfo CI_ERRMSG
public static final E4DBColumnName COL_HEADER
public static final E4DBColumnInfo CI_HEADER
public static final E4DBColumnName COL_ID
IDX_AINCRpublic static final E4DBColumnInfo CI_ID
public static final E4DBColumnName COL_IS_HTML_FORMAT
public static final E4DBColumnInfo CI_IS_HTML_FORMAT
public static final E4DBColumnName COL_SENT
public static final E4DBColumnInfo CI_SENT
public static final E4DBColumnName COL_TXT
public static final E4DBColumnInfo CI_TXT
public static final E4DBColumnInfo[] COLUMNS
INDEXESpublic static final E4DBIndexInfo IDX1
COL_EMAIL_TOpublic static final E4DBIndexInfo IDX2
COL_CREATEDpublic static final E4DBIndexInfo IDX_AINCR
COL_IDpublic static final E4DBIndexInfo[] INDEXES
COLUMNS| Constructor Detail |
|---|
public T_E4S_MAIL_SENT_Sel(E4DBConnection_Intf dbcon,
E4ApplObj_Intf applobj)
dbcon - a database connectionapplobj - an application object, containing client and other informationE4ModuleImplementation.getApplObj(),
E4ServletImplementation_Intf.getApplObj()
public T_E4S_MAIL_SENT_Sel(E4ApplObj_Intf applobj)
throws E4DBException
applobj - an application object, containing client and other information
E4DBExceptionE4ModuleImplementation.getApplObj(),
E4ServletImplementation_Intf.getApplObj()
public T_E4S_MAIL_SENT_Sel(T_E4S_MAIL_SENT_Sel dbtable,
boolean copy_where)
throws E4DBException
dbtable - a previous created T_E4S_MAIL_SENT_Selcopy_where - if true, the WHERE statement from the table is also copied to the new created table.
E4DBException| Method Detail |
|---|
public T_E4S_MAIL_SENT_Sel.T_E4S_MAIL_SENT_Or or()
public E4DBSelect_Intf makeInstance(boolean copy_where)
throws E4DBException
makeInstance in interface E4DBSelect_Intfcopy_where - if true, the WHERE statement from the table is also copied to the new created table.
E4DBExceptionpublic E4ID E4ID()
public boolean hasClientDistinctive()
E4Client.
This is the case, if the E4ApplObj_Intf object was involved during
construction of the object.
hasClientDistinctive in interface E4DBSelect_IntfE4Client,
IS_CLIENT_DISTINCTIVEpublic boolean canHaveFreeDefinedFields()
canHaveFreeDefinedFields in interface E4DBSelect_IntfIS_FREEDEF_POSSIBLEpublic java.lang.Class getModifyClass()
getModifyClass in interface E4DBSelect_IntfE4DBModify_Intf,
E4DBModifyFreefields_Intf,
T_E4S_MAIL_SENT_Mod
public E4DBModify_Intf makeInstance_Modify(boolean copy_where)
throws E4DBException
makeInstance_Modify in interface E4DBSelect_Intfcopy_where - if true, the WHERE statement from the table is also copied to the new created table.
E4DBExceptionmakeInstance(boolean)public java.lang.Class getObjectClass()
getObjectClass in interface E4DBSelect_IntfT_E4S_MAIL_SENT_Objpublic E4DBColumnInfo[] getColInfo()
getColInfo in interface E4DBSelect_IntfE4DBColumnType objectsCOLUMNSpublic E4DBIndexInfo[] getIdxInfo()
E4DBIndexInfo objectsINDEXESpublic E4DBIndexInfo getFirstPrimaryIndex()
IDX_AINCR.
getFirstPrimaryIndex in interface E4DBSelect_IntfgetFirstPrimaryIndex in class E4DBSelect
public boolean next()
throws E4DBException
next in interface E4DBSelect_Intfnext in class E4DBSelectE4DBException
public E4Client get_CLIENT()
throws E4DBException
E4DBException
public java.util.Date get_CREATED()
throws E4DBException
E4DBException
public java.lang.String get_EMAIL_CC()
throws E4DBException
E4DBException
public java.lang.String get_EMAIL_FROM()
throws E4DBException
E4DBException
public java.lang.String get_EMAIL_TO()
throws E4DBException
E4DBException
public java.lang.String get_ERRMSG()
throws E4DBException
E4DBException
public java.lang.String get_HEADER()
throws E4DBException
E4DBException
public long get_ID()
throws E4DBException
E4DBException
public boolean get_IS_HTML_FORMAT()
throws E4DBException
E4DBException
public java.util.Date get_SENT()
throws E4DBException
E4DBException
public java.lang.String get_TXT()
throws E4DBException
E4DBException
public T_E4S_MAIL_SENT_Obj get()
throws E4DBException
readfreefields - also include the freefields.
E4DBException
public E4PersistantVector getQuery()
throws E4DBException
E4DBSelect.executeQuery() and store elements of type T_E4S_MAIL_SENT_Obj in a Vector.
Perform a E4DBSelect.close() afterwards.
E4DBExceptionpublic void sort_CREATED()
public void sort_CREATED_descending()
public void sort_EMAIL_CC()
public void sort_EMAIL_CC_descending()
public void sort_EMAIL_FROM()
public void sort_EMAIL_FROM_descending()
public void sort_EMAIL_TO()
public void sort_EMAIL_TO_descending()
public void sort_HEADER()
public void sort_HEADER_descending()
public void sort_ID()
public void sort_ID_descending()
public void sort_IS_HTML_FORMAT()
public void sort_IS_HTML_FORMAT_descending()
public void sort_SENT()
public void sort_SENT_descending()
public void where_CREATED(java.util.Date filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_CREATED(int operator,
java.util.Date filter)
throws E4DBException
filter - the value to be compared within the SQL statementoperator - the comparsion operator E4DBFilter
E4DBException
public void where_CREATED_isNull()
throws E4DBException
E4DBException
public void where_CREATED_isNotNull()
throws E4DBException
E4DBException
public void where_CREATED_in(E4DBSelectDistinct filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_CREATED_notin(E4DBSelectDistinct filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_CREATED_isEmpty()
throws E4DBException
E4DBException
public void where_CREATED_isNotEmpty()
throws E4DBException
E4DBException
public void where_EMAIL_CC(java.lang.String filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_EMAIL_CC(int operator,
java.lang.String filter)
throws E4DBException
filter - the value to be compared within the SQL statementoperator - the comparsion operator E4DBFilter
E4DBException
public void where_EMAIL_CC_in(java.lang.String[] filter)
throws E4DBException
E4DBException
public void where_EMAIL_CC_not_in(java.lang.String[] filter)
throws E4DBException
E4DBException
public void where_EMAIL_CC_isNull()
throws E4DBException
E4DBException
public void where_EMAIL_CC_isNotNull()
throws E4DBException
E4DBException
public void where_EMAIL_CC_in(E4DBSelectDistinct filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_EMAIL_CC_notin(E4DBSelectDistinct filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_EMAIL_CC_isEmpty()
throws E4DBException
E4DBException
public void where_EMAIL_CC_isNotEmpty()
throws E4DBException
E4DBException
public void where_EMAIL_FROM(java.lang.String filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_EMAIL_FROM(int operator,
java.lang.String filter)
throws E4DBException
filter - the value to be compared within the SQL statementoperator - the comparsion operator E4DBFilter
E4DBException
public void where_EMAIL_FROM_in(java.lang.String[] filter)
throws E4DBException
E4DBException
public void where_EMAIL_FROM_not_in(java.lang.String[] filter)
throws E4DBException
E4DBException
public void where_EMAIL_FROM_isNull()
throws E4DBException
E4DBException
public void where_EMAIL_FROM_isNotNull()
throws E4DBException
E4DBException
public void where_EMAIL_FROM_in(E4DBSelectDistinct filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_EMAIL_FROM_notin(E4DBSelectDistinct filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_EMAIL_FROM_isEmpty()
throws E4DBException
E4DBException
public void where_EMAIL_FROM_isNotEmpty()
throws E4DBException
E4DBException
public void where_EMAIL_TO(java.lang.String filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_EMAIL_TO(int operator,
java.lang.String filter)
throws E4DBException
filter - the value to be compared within the SQL statementoperator - the comparsion operator E4DBFilter
E4DBException
public void where_EMAIL_TO_in(java.lang.String[] filter)
throws E4DBException
E4DBException
public void where_EMAIL_TO_not_in(java.lang.String[] filter)
throws E4DBException
E4DBException
public void where_EMAIL_TO_isNull()
throws E4DBException
E4DBException
public void where_EMAIL_TO_isNotNull()
throws E4DBException
E4DBException
public void where_EMAIL_TO_in(E4DBSelectDistinct filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_EMAIL_TO_notin(E4DBSelectDistinct filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_EMAIL_TO_isEmpty()
throws E4DBException
E4DBException
public void where_EMAIL_TO_isNotEmpty()
throws E4DBException
E4DBException
public void where_ERRMSG(java.lang.String filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_ERRMSG(int operator,
java.lang.String filter)
throws E4DBException
filter - the value to be compared within the SQL statementoperator - the comparsion operator E4DBFilter
E4DBException
public void where_HEADER(java.lang.String filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_HEADER(int operator,
java.lang.String filter)
throws E4DBException
filter - the value to be compared within the SQL statementoperator - the comparsion operator E4DBFilter
E4DBException
public void where_HEADER_in(java.lang.String[] filter)
throws E4DBException
E4DBException
public void where_HEADER_not_in(java.lang.String[] filter)
throws E4DBException
E4DBException
public void where_HEADER_isNull()
throws E4DBException
E4DBException
public void where_HEADER_isNotNull()
throws E4DBException
E4DBException
public void where_HEADER_in(E4DBSelectDistinct filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_HEADER_notin(E4DBSelectDistinct filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_HEADER_isEmpty()
throws E4DBException
E4DBException
public void where_HEADER_isNotEmpty()
throws E4DBException
E4DBException
public void where_ID(long filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_ID(int operator,
long filter)
throws E4DBException
filter - the value to be compared within the SQL statementoperator - the comparsion operator E4DBFilter
E4DBException
public void where_ID_in(E4DBSelectDistinct filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_ID_notin(E4DBSelectDistinct filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_IS_HTML_FORMAT(boolean filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_IS_HTML_FORMAT(int operator,
boolean filter)
throws E4DBException
filter - the value to be compared within the SQL statementoperator - the comparsion operator E4DBFilter
E4DBException
public void where_SENT(java.util.Date filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_SENT(int operator,
java.util.Date filter)
throws E4DBException
filter - the value to be compared within the SQL statementoperator - the comparsion operator E4DBFilter
E4DBException
public void where_SENT_isNull()
throws E4DBException
E4DBException
public void where_SENT_isNotNull()
throws E4DBException
E4DBException
public void where_SENT_in(E4DBSelectDistinct filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_SENT_notin(E4DBSelectDistinct filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_SENT_isEmpty()
throws E4DBException
E4DBException
public void where_SENT_isNotEmpty()
throws E4DBException
E4DBException
public void where_TXT(java.lang.String filter)
throws E4DBException
filter - the value to be compared within the SQL statement
E4DBException
public void where_TXT(int operator,
java.lang.String filter)
throws E4DBException
filter - the value to be compared within the SQL statementoperator - the comparsion operator E4DBFilter
E4DBExceptionpublic E4DBReference[] getReferenceDelete(E4DBColumnName cName)
E4DBSelect
getReferenceDelete in interface E4DBSelect_IntfgetReferenceDelete in class E4DBSelectcName - the column which references needs to be deleted (the "master")
public E4DBReference[] getReferenceLookup(E4DBColumnName cName)
E4DBSelect
getReferenceLookup in interface E4DBSelect_IntfgetReferenceLookup in class E4DBSelectcName - the column which references needs to be deleted (the "master")
public E4Fieldset createFIELDSET(FORM form)
createFIELDSET in interface E4DBSelect_Intfpublic static E4Fieldset createFIELDSET()
public static E4Fieldset createFIELDSET(E4ApplObj_Intf applobj)
public E4Fieldset get_FIELDSET()
throws E4DBException
E4DBException
public E4Fieldset get_FIELDSET(FORM form)
throws E4DBException
get_FIELDSET in interface E4DBSelect_IntfE4DBException
public void get(E4Fieldset fieldset)
throws E4DBException
get in interface E4DBSelect_IntfE4DBExceptionpublic E4DBTypeUsage[] getUsage(E4DBColumnName colname)
E4Long, E4String)
this function returns an array in which tables and columns this type is used, except the current table and the
specified column.
getUsage in interface E4DBSelect_Intfcolname - the column to be checkedE4DBIntegrity
public static boolean isEmpty(E4DBConnection_Intf con,
E4ApplObj_Intf applobj)
throws E4DBException
con - the connectionapplobj - the application object containing the Client to be checked
E4DBException
public static T_E4S_MAIL_SENT_Obj find_AINCR(E4ApplObj_Intf appobj,
long qID)
throws E4DBException
appobj - the current application object containing client informationsqID - query ID
E4DBException
public static T_E4S_MAIL_SENT_Obj find_AINCR(E4DBConnection_Intf con,
E4ApplObj_Intf appobj,
long qID)
throws E4DBException
con - the database connectionappobj - the current application object containing client informationsqID - query ID
E4DBException
public static void toXml(E4ApplObj_Intf applobj,
java.lang.String path)
throws E4DBException,
java.io.IOException
applobj - a valid application object.path - the output path.
E4DBException
java.io.IOException
public int toXml(E4PrintStream out)
throws E4DBException
out - an opened output stream
E4DBExceptiontoCsv(e4s.util.E4PrintStream),
#toXml(String)
public static void toXml(E4ApplObj_Intf applobj,
java.lang.String path,
E4StatusInformation_Intf status)
throws E4DBException,
java.io.IOException
E4DBException
java.io.IOException
public int toXml(E4PrintStream out,
E4StatusInformation_Intf status)
throws E4DBException
out - an opened output stream
E4DBExceptiontoCsv(e4s.util.E4PrintStream),
#toXml(String)
public int toXml(E4PrintStream out,
int include_freefields)
throws E4DBException
out - an opened output stream
E4DBExceptiontoCsv(e4s.util.E4PrintStream),
#toXml(String)
public int toXml(E4PrintStream out,
int include_freefields,
E4StatusInformation_Intf status)
throws E4DBException
out - an opened output streaminclude_freefields - mode, how freefields shall be includedstatus - an optional status tracker interface
E4DBExceptiontoCsv(e4s.util.E4PrintStream),
#toXml(String)
public static int toXml(E4ApplObj_Intf appobj,
java.lang.String path,
int include_freefields)
throws E4DBException,
java.io.IOException
appobj - the current application object containing client informationspath - the path for file export
E4DBException
java.io.IOException
public static int toXml(E4ApplObj_Intf appobj,
java.lang.String path,
int include_freefields,
E4DBColumnName distinctCol)
throws E4DBException,
java.io.IOException
appobj - the current application object containing client informationspath - the path for file export
E4DBException
java.io.IOException
public static int toXml(E4ApplObj_Intf appobj,
java.lang.String path,
int include_freefields,
E4StatusInformation_Intf status)
throws E4DBException,
java.io.IOException
appobj - the current application object containing client informationspath - the path for file export
E4DBException
java.io.IOException
public static int toXml(E4ApplObj_Intf appobj,
java.lang.String path,
int include_freefields,
E4StatusInformation_Intf status,
E4DBColumnName distinctCol)
throws E4DBException,
java.io.IOException
appobj - the current application object containing client informationspath - the path for file export
E4DBException
java.io.IOException
public int toCsv(E4PrintStream out)
throws E4DBException
out - an opened output streamfreefields - true include freefield values in export.
E4DBException
public static int toCsv(E4ApplObj_Intf appobj,
java.lang.String path)
throws E4DBException,
java.io.IOException
appobj - the current application object containing client informationspath - the path for file export
E4DBException
java.io.IOException
public static void toSql(E4ApplObj_Intf applobj,
java.lang.String path)
throws E4DBException,
java.io.IOException
applobj - a valid application object.path - the output path.
E4DBException
java.io.IOException
public int toSql(E4PrintStream out)
throws E4DBException
out - an opened output stream
E4DBExceptiontoXml(e4s.util.E4PrintStream),
toCsv(e4s.util.E4PrintStream),
#toSql(String)
public int toSql(E4PrintStream out,
int include_freefields)
throws E4DBException
out - an opened output stream
E4DBExceptiontoXml(e4s.util.E4PrintStream),
toCsv(e4s.util.E4PrintStream),
#toSql(String)
public static int toSql(E4ApplObj_Intf appobj,
java.lang.String path,
int include_freefields)
throws E4DBException,
java.io.IOException
appobj - the current application object containing client informationspath - the path for file export
E4DBException
java.io.IOException
public static void checkConsistency()
throws E4DBException
E4DBException
public static void checkConsistency(boolean check_structure,
boolean check_index)
throws E4DBException
check_structure - check the table structurecheck_index - check the index (can be time consuming on startup)
E4DBExceptionpublic static java.lang.String _getSVNVersionString()
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||