www.element4solution.com

e4s.db.systabledef
Class T_E4S_COMPANY_GROUP_Obj

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.db.freefield.E4DBObjectFreefields
          extended by e4s.db.systabledef.T_E4S_COMPANY_GROUP_Obj

public class T_E4S_COMPANY_GROUP_Obj
extends E4DBObjectFreefields

Data access object for T_E4S_COMPANY_GROUP created: 20041222 110156 modified: 20081119 095929 Structure above the T_E4S_COMPANY: Classification of the company group (client dependent)

See Also:
T_E4S_COMPANY_GROUP_Sel, T_E4S_COMPANY_GROUP_Mod

Field Summary
protected  E4Client m_client_distinction
          Client distinction (no update, read only)
protected  java.util.Date m_DATMOD
          Current Value - will be initialized after reading but can be changed using set_DATMOD(Date).
protected  java.util.Date m_DATNEW
          Current Value - will be initialized after reading but can be changed using set_DATNEW(Date).
protected  java.lang.String m_DESIGNATION
          Current Value - will be initialized after reading but can be changed using set_DESIGNATION(String).
protected  E4CompanyGroup m_ID
          Current Value - will be initialized after reading but can be changed using set_ID(E4CompanyGroup).
protected  E4CompanyGroup m_init_ID
          Initial Value - will be initialized only and is used on #executeDelete() or #executeUpdate().
protected  java.lang.String m_REM
          Current Value - will be initialized after reading but can be changed using set_REM(String).
protected  long m_TIMEOUT
          Current Value - will be initialized after reading but can be changed using set_TIMEOUT(long).
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
T_E4S_COMPANY_GROUP_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
 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
static T_E4S_COMPANY_GROUP_Obj find_T_E4S_COMPANY_GROUP(E4ApplObj_Intf applobj, E4CompanyGroup group_id)
          Find a company-group.
 E4Client get_CLIENT()
           
 java.util.Calendar get_DATMOD_C()
           
 java.util.Date get_DATMOD()
           
 java.util.Calendar get_DATNEW_C()
           
 java.util.Date get_DATNEW()
           
 java.lang.String get_DESIGNATION()
           
 E4CompanyGroup get_ID()
           
 java.lang.String get_REM()
           
 long get_TIMEOUT()
           
 E4DBTableName getTableName()
           
 void set_DATMOD()
           
 void set_DATMOD(java.util.Calendar val)
           
 void set_DATMOD(java.util.Date val)
           
 void set_DATMOD(E4Date val)
           
 void set_DATNEW()
           
 void set_DATNEW(java.util.Calendar val)
           
 void set_DATNEW(java.util.Date val)
           
 void set_DATNEW(E4Date val)
           
 void set_DESIGNATION(java.lang.String val)
           
 void set_ID(E4CompanyGroup val)
           
 void set_init_ID(E4CompanyGroup val)
           
 void set_REM(java.lang.String val)
           
 void set_TIMEOUT(long val)
           
 E4DBColumnInfo[] unequalsColumns(T_E4S_COMPANY_GROUP_Obj obj2)
           
 
Methods inherited from class e4s.db.freefield.E4DBObjectFreefields
get, getFreevalDefinitions, getFreevalDefinitions, getFreeValues, getFreeValues, getFreeValues, getFreeValues, getFreeValues, set, set, set, set, set, set, set, set
 
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_DATMOD

protected java.util.Date m_DATMOD
Current Value - will be initialized after reading but can be changed using set_DATMOD(Date). modified


m_DATNEW

protected java.util.Date m_DATNEW
Current Value - will be initialized after reading but can be changed using set_DATNEW(Date). created


m_DESIGNATION

protected java.lang.String m_DESIGNATION
Current Value - will be initialized after reading but can be changed using set_DESIGNATION(String). Designation


m_ID

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


m_init_ID

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


m_REM

protected java.lang.String m_REM
Current Value - will be initialized after reading but can be changed using set_REM(String). Remarks


m_TIMEOUT

protected long m_TIMEOUT
Current Value - will be initialized after reading but can be changed using set_TIMEOUT(long). Interactive Timeout in seconds


m_client_distinction

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

Constructor Detail

T_E4S_COMPANY_GROUP_Obj

public T_E4S_COMPANY_GROUP_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()
Specified by:
getTableName in class E4DBObjectFreefields

set_DATMOD

public void set_DATMOD(java.util.Date val)

set_DATMOD

public void set_DATMOD(java.util.Calendar val)

set_DATMOD

public void set_DATMOD(E4Date val)

set_DATMOD

public void set_DATMOD()

get_DATMOD

public java.util.Date get_DATMOD()

get_DATMOD_C

public java.util.Calendar get_DATMOD_C()

set_DATNEW

public void set_DATNEW(java.util.Date val)

set_DATNEW

public void set_DATNEW(java.util.Calendar val)

set_DATNEW

public void set_DATNEW(E4Date val)

set_DATNEW

public void set_DATNEW()

get_DATNEW

public java.util.Date get_DATNEW()

get_DATNEW_C

public java.util.Calendar get_DATNEW_C()

set_DESIGNATION

public void set_DESIGNATION(java.lang.String val)

get_DESIGNATION

public java.lang.String get_DESIGNATION()

set_ID

public void set_ID(E4CompanyGroup val)

set_init_ID

public void set_init_ID(E4CompanyGroup val)

get_ID

public E4CompanyGroup get_ID()

set_REM

public void set_REM(java.lang.String val)

get_REM

public java.lang.String get_REM()

set_TIMEOUT

public void set_TIMEOUT(long val)

get_TIMEOUT

public long get_TIMEOUT()

unequalsColumns

public E4DBColumnInfo[] unequalsColumns(T_E4S_COMPANY_GROUP_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.


find_T_E4S_COMPANY_GROUP

public static T_E4S_COMPANY_GROUP_Obj find_T_E4S_COMPANY_GROUP(E4ApplObj_Intf applobj,
                                                               E4CompanyGroup group_id)
                                                        throws E4DBException
Find a company-group.

Parameters:
group_id - the identification for the group.
Returns:
the group object if available, or null if not found.
Throws:
E4DBException

www.element4solution.com