|
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.html.E4HtmlObject
e4s.servlet.E4ModuleImplementation
e4s.application.appmodule.E4ModuleImplementationApplication
public class E4ModuleImplementationApplication
Base module for the application modules in this package.
Extension for application relevant data (such as T_E4S_COMPANY_Sel
but also including some common functionality, inheritaed by the other modules in this package from
this module.
| Field Summary | |
|---|---|
static java.lang.String |
RESTRICTED_COMPANY_DOOR2SOLUTION_LOGIN
Restricted name for company-Login |
static java.lang.String |
RESTRICTED_COMPANY_DOOR2SOLUTION_NAME
Restricted name for company-Name |
static java.lang.String |
RESTRICTED_USER_DOOR2SOLUTION_LOGIN
Restricted name for user-Login |
| Fields inherited from class e4s.html.E4HtmlObject |
|---|
m_parent_e4sID |
| Fields inherited from class e4s.util.E4Object |
|---|
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET |
| Constructor Summary | |
|---|---|
E4ModuleImplementationApplication()
|
|
E4ModuleImplementationApplication(boolean persistant)
|
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
|
protected T_E4S_COMPANY_GROUP_Obj |
find_T_E4S_COMPANY_GROUP(E4CompanyGroup group_id)
Find a company-group. |
protected T_E4S_COMPANY_Obj |
find_T_E4S_COMPANY(E4CompanyId company_id)
Find a company. |
protected T_E4S_PERMISSION_COMPANY_Obj |
find_T_E4S_PERMISSION_COMPANY(E4CompanyId company_id,
E4Permission permission)
Find a permission object (database record) regarding the specified company. |
protected T_E4S_PERMISSION_GROUP_Obj |
find_T_E4S_PERMISSION_GROUP(E4CompanyGroup group_id,
E4Permission permission)
Find a permission object (database record) regarding the specified group. |
protected T_E4S_PERMISSION_USER_Obj |
find_T_E4S_PERMISSION_USER(E4CompanyId company_id,
E4CompanyUserId user_login,
E4Permission permission)
Find a permission object (database record) regarding the specified company/user. |
static java.lang.String |
Format(E4CompanyId company_id)
|
protected static java.lang.String |
Format(long val,
int len)
|
protected java.lang.String |
getName(T_E4S_COMPANY_USER_Sel T_E4S_COMPANY_USER)
Concatenate fields from user record to build name (Gender, Saturation, Firstname, Lastname) |
protected void |
subE4MenuItem(BODY body,
E4Method mref,
java.lang.String header,
java.lang.String rem)
|
| Methods inherited from class e4s.html.E4HtmlObject |
|---|
E4ID, E4ID, set_e4sID |
| 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, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, 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 |
|---|
public static final java.lang.String RESTRICTED_COMPANY_DOOR2SOLUTION_LOGIN
public static final java.lang.String RESTRICTED_COMPANY_DOOR2SOLUTION_NAME
public static final java.lang.String RESTRICTED_USER_DOOR2SOLUTION_LOGIN
| Constructor Detail |
|---|
public E4ModuleImplementationApplication()
public E4ModuleImplementationApplication(boolean persistant)
| Method Detail |
|---|
protected T_E4S_COMPANY_Obj find_T_E4S_COMPANY(E4CompanyId company_id)
throws E4DBException
company_id - the identification for the company.
E4DBException
protected T_E4S_COMPANY_GROUP_Obj find_T_E4S_COMPANY_GROUP(E4CompanyGroup group_id)
throws E4DBException
group_id - the identification for the group.
E4DBExceptionE4DefaultTables
protected T_E4S_PERMISSION_USER_Obj find_T_E4S_PERMISSION_USER(E4CompanyId company_id,
E4CompanyUserId user_login,
E4Permission permission)
throws E4DBException
company_id - the company ID where the user belongs tologin_name - the login name of the user (must belong to company)permission - the requested permission
E4DBExceptionfind_T_E4S_PERMISSION_GROUP(e4s.db.systabledef.E4CompanyGroup, e4s.db.systabledef.E4Permission),
find_T_E4S_PERMISSION_COMPANY(e4s.db.systabledef.E4CompanyId, e4s.db.systabledef.E4Permission),
E4DefaultTables
protected T_E4S_PERMISSION_COMPANY_Obj find_T_E4S_PERMISSION_COMPANY(E4CompanyId company_id,
E4Permission permission)
throws E4DBException
company_id - the company IDpermission - the requested permission
E4DBExceptionfind_T_E4S_PERMISSION_GROUP(e4s.db.systabledef.E4CompanyGroup, e4s.db.systabledef.E4Permission),
find_T_E4S_PERMISSION_USER(e4s.db.systabledef.E4CompanyId, e4s.db.systabledef.E4CompanyUserId, e4s.db.systabledef.E4Permission),
E4DefaultTables
protected T_E4S_PERMISSION_GROUP_Obj find_T_E4S_PERMISSION_GROUP(E4CompanyGroup group_id,
E4Permission permission)
throws E4DBException
group_id - the group ID (each company is assigned a group)permission - the requested permission
E4DBExceptionfind_T_E4S_PERMISSION_COMPANY(e4s.db.systabledef.E4CompanyId, e4s.db.systabledef.E4Permission),
find_T_E4S_PERMISSION_USER(e4s.db.systabledef.E4CompanyId, e4s.db.systabledef.E4CompanyUserId, e4s.db.systabledef.E4Permission),
E4DefaultTables
protected void subE4MenuItem(BODY body,
E4Method mref,
java.lang.String header,
java.lang.String rem)
public static java.lang.String Format(E4CompanyId company_id)
protected static java.lang.String Format(long val,
int len)
protected java.lang.String getName(T_E4S_COMPANY_USER_Sel T_E4S_COMPANY_USER)
throws E4DBException
T_E4S_COMPANY_USER - a valid user record
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 | ||||||||