|
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.util.E4String
e4s.db.systabledef.E4CompanyUserId
public class E4CompanyUserId
Data access for E4CompanyUserId: User login name, unique identification for the user in the login process. created: 20041222 111132, modified: 20090327 190737.
T_E4S_COMPANY_USER_Sel.COL_LOGIN_NAME,
T_E4S_HINT_READ_Sel.COL_COMPANY_USER_ID,
T_E4S_LOGIN_HISTORY_Sel.COL_USER_ID,
T_E4S_PERMISSION_USER_Sel.COL_LOGIN_NAME,
T_E4S_QUERY_PARAMS_Sel.COL_USER_ID,
T_E4S_TRANS_APP_Sel.COL_UPD_USER,
T_E4S_TRANS_SYS_Sel.COL_UPD_USER,
T_E4S_USER_VAL_Sel.COL_USER_ID,
V_E4S_USERS_Sel.COL_U| Field Summary | |
|---|---|
static E4DBColumnType |
_DATATYPE
Datatype definition when used in tables. |
static E4CompanyUserId |
DEFAULT
Constant definition for DEFAULT: Possible Default Value. |
static char |
INSTANCE_MODE
|
static java.lang.String |
LABEL_DEFAULT
E4Label definition for DEFAULT. |
static int |
LEN
User defined length for E4String datatype. |
static boolean |
NULLABLE
|
| Fields inherited from class e4s.util.E4String |
|---|
CLASSNAME, m_maxsize, m_nullable, m_string |
| Fields inherited from class e4s.util.E4Object |
|---|
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET |
| Constructor Summary | |
|---|---|
E4CompanyUserId()
Construct an empty object for E4CompanyUserId. |
|
E4CompanyUserId(char[] initval)
Construct an object for E4CompanyUserId. |
|
E4CompanyUserId(E4String initval)
Construct an object for E4CompanyUserId. |
|
E4CompanyUserId(java.lang.String initval)
Construct an object for E4CompanyUserId. |
|
E4CompanyUserId(java.lang.StringBuffer initval)
Construct an object for E4CompanyUserId. |
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
Return the version info patched by CVS. |
static E4CompanyUserId[] |
CONSTANTS()
Get an array for all constant definitions within this type. |
static java.lang.String |
getLabel(E4CompanyUserId val)
Get an label associated optional with each constant. |
static E4DBTypeUsage[] |
getUsage()
List of tables where this datatype is used. |
static E4CompanyUserId |
newInstance(E4CgiParams params,
E4InputFieldName_Intf paramname)
Construct an object for E4CompanyUserId. |
static E4CompanyUserId |
newInstance(E4String initval)
Construct an object for E4CompanyUserId. |
static E4CompanyUserId |
newInstance(java.lang.String initval)
Construct an object for E4CompanyUserId. |
static E4CompanyUserId |
newInstance(java.lang.StringBuffer initval)
Construct an object for E4CompanyUserId. |
static E4SelectValues |
OPTION()
Option list for E4CompanyUserId. |
boolean |
validateIsConstant()
Validator for E4CompanyUserId. |
| Methods inherited from class e4s.util.E4String |
|---|
_equals, charAt, clone, compareTo, compareTo, compareTo, compareToIgnoreCase, compareToIgnoreCase, concat, concat, concat, concat, concat, cut, cut, endsWith, endsWith, equals, equals, equalsIgnoreCase, equalsIgnoreCase, fixed, fixedRight, getMaxSize, getNullable, getString, hashCode, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, left, left, length, matches, matchesIgnoreCase, regionMatches, regionMatches, regionMatches, regionMatches, remove, removeSpaces, removeSpaces, replace, replace, replace, replace, replace, replaceIgnoreCase, right, right, setMaxSize, setNullable, setString, startsWith, startsWith, startsWith, startsWith, substring, substring, toCharArray, toLowerCase, toLowerCase, toString, toUpperCase, toUpperCase, trim, validate |
| 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, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int LEN
E4String datatype.
public static final E4DBColumnType _DATATYPE
public static final boolean NULLABLE
public static final char INSTANCE_MODE
public static final E4CompanyUserId DEFAULT
LABEL_DEFAULTpublic static final java.lang.String LABEL_DEFAULT
DEFAULT,
Constant Field Values| Constructor Detail |
|---|
public E4CompanyUserId()
public E4CompanyUserId(java.lang.String initval)
initval - value for initializationpublic E4CompanyUserId(E4String initval)
initval - value for initializationpublic E4CompanyUserId(java.lang.StringBuffer initval)
initval - value for initializationpublic E4CompanyUserId(char[] initval)
initval - value for initialization| Method Detail |
|---|
public static E4CompanyUserId newInstance(java.lang.String initval)
initval - value for initialization
public static E4CompanyUserId newInstance(E4String initval)
initval - value for initialization
public static E4CompanyUserId newInstance(java.lang.StringBuffer initval)
initval - value for initialization
public static E4CompanyUserId newInstance(E4CgiParams params,
E4InputFieldName_Intf paramname)
params - the E4CgiParamsname - the CgiParameter paramname
public static E4DBTypeUsage[] getUsage()
E4DBTypeUsage with associated tables.public boolean validateIsConstant()
public static E4CompanyUserId[] CONSTANTS()
public static E4SelectValues OPTION()
SELECTpublic static java.lang.String getLabel(E4CompanyUserId val)
public static java.lang.String _getSVNVersionString()
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||