www.element4solution.com

e4s.db.systabledef
Class T_E4S_HINT_READ_Obj

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

public class T_E4S_HINT_READ_Obj
extends E4Object

Data access object for T_E4S_HINT_READ created: 20090121 153552 modified: 20090121 192433 Contains information about users having allready read a hint

See Also:
T_E4S_HINT_READ_Sel, T_E4S_HINT_READ_Mod

Field Summary
protected  E4Client m_client_distinction
          Client distinction (no update, read only)
protected  E4CompanyId m_COMPANY_ID
          Current Value - will be initialized after reading but can be changed using set_COMPANY_ID(E4CompanyId).
protected  E4CompanyUserId m_COMPANY_USER_ID
          Current Value - will be initialized after reading but can be changed using set_COMPANY_USER_ID(E4CompanyUserId).
protected  java.util.Date m_DAT
           
protected  E4HintID m_HINT_ID
          Current Value - will be initialized after reading but can be changed using set_HINT_ID(E4HintID).
protected  E4CompanyId m_init_COMPANY_ID
          Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate().
protected  E4CompanyUserId m_init_COMPANY_USER_ID
          Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate().
protected  java.util.Date m_init_DAT
           
protected  E4HintID m_init_HINT_ID
          Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate().
protected  Language m_init_LANG
          Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate().
protected  Language m_LANG
          Current Value - will be initialized after reading but can be changed using set_LANG(Language).
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
T_E4S_HINT_READ_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 all columns
 void executeDelete(E4DBConnection_Intf con, E4ApplObj_Intf applobj)
          Delete this record, based on a query of all columns
 void executeInsert(E4ApplObj_Intf applobj)
           
 void 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()
           
 E4CompanyId get_COMPANY_ID()
           
 E4CompanyUserId get_COMPANY_USER_ID()
           
 java.util.Calendar get_DAT_C()
           
 java.util.Date get_DAT()
           
 E4HintID get_HINT_ID()
           
 Language get_LANG()
           
 E4DBTableName getTableName()
           
 void set_COMPANY_ID(E4CompanyId val)
           
 void set_COMPANY_USER_ID(E4CompanyUserId val)
           
 void set_DAT()
           
 void set_DAT(java.util.Calendar val)
           
 void set_DAT(java.util.Date val)
           
 void set_DAT(E4Date val)
           
 void set_HINT_ID(E4HintID val)
           
 void set_init_COMPANY_ID(E4CompanyId val)
           
 void set_init_COMPANY_USER_ID(E4CompanyUserId val)
           
 void set_init_DAT(java.util.Date val)
           
 void set_init_HINT_ID(E4HintID val)
           
 void set_init_LANG(Language val)
           
 void set_LANG(Language val)
           
 E4DBColumnInfo[] unequalsColumns(T_E4S_HINT_READ_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_COMPANY_ID

protected E4CompanyId m_COMPANY_ID
Current Value - will be initialized after reading but can be changed using set_COMPANY_ID(E4CompanyId). Reference to the company


m_init_COMPANY_ID

protected E4CompanyId m_init_COMPANY_ID
Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate(). Reference to the company


m_COMPANY_USER_ID

protected E4CompanyUserId m_COMPANY_USER_ID
Current Value - will be initialized after reading but can be changed using set_COMPANY_USER_ID(E4CompanyUserId). Reference to the user


m_init_COMPANY_USER_ID

protected E4CompanyUserId m_init_COMPANY_USER_ID
Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate(). Reference to the user


m_DAT

protected java.util.Date m_DAT

m_init_DAT

protected java.util.Date m_init_DAT

m_HINT_ID

protected E4HintID m_HINT_ID
Current Value - will be initialized after reading but can be changed using set_HINT_ID(E4HintID). Reference to the hint


m_init_HINT_ID

protected E4HintID m_init_HINT_ID
Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate(). Reference to the hint


m_LANG

protected Language m_LANG
Current Value - will be initialized after reading but can be changed using set_LANG(Language). only information


m_init_LANG

protected Language m_init_LANG
Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate(). only information


m_client_distinction

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

Constructor Detail

T_E4S_HINT_READ_Obj

public T_E4S_HINT_READ_Obj()
Method Detail

get_CLIENT

public E4Client get_CLIENT()

executeInsert

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

executeInsert

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

getTableName

public E4DBTableName getTableName()

set_COMPANY_ID

public void set_COMPANY_ID(E4CompanyId val)

set_init_COMPANY_ID

public void set_init_COMPANY_ID(E4CompanyId val)

get_COMPANY_ID

public E4CompanyId get_COMPANY_ID()

set_COMPANY_USER_ID

public void set_COMPANY_USER_ID(E4CompanyUserId val)

set_init_COMPANY_USER_ID

public void set_init_COMPANY_USER_ID(E4CompanyUserId val)

get_COMPANY_USER_ID

public E4CompanyUserId get_COMPANY_USER_ID()

set_DAT

public void set_DAT(java.util.Date val)

set_init_DAT

public void set_init_DAT(java.util.Date val)

set_DAT

public void set_DAT(java.util.Calendar val)

set_DAT

public void set_DAT(E4Date val)

set_DAT

public void set_DAT()

get_DAT

public java.util.Date get_DAT()

get_DAT_C

public java.util.Calendar get_DAT_C()

set_HINT_ID

public void set_HINT_ID(E4HintID val)

set_init_HINT_ID

public void set_init_HINT_ID(E4HintID val)

get_HINT_ID

public E4HintID get_HINT_ID()

set_LANG

public void set_LANG(Language val)

set_init_LANG

public void set_init_LANG(Language val)

get_LANG

public Language get_LANG()

unequalsColumns

public E4DBColumnInfo[] unequalsColumns(T_E4S_HINT_READ_Obj obj2)

executeDelete

public void executeDelete(E4ApplObj_Intf applobj)
                   throws E4DBException
Delete this record, based on a query of all columns

Throws:
E4DBException

executeDelete

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

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