public class SystemService
extends java.lang.Object
SystemService
class provides initialisation values for n4e corei system.Modifier and Type | Field and Description |
---|---|
static int |
errCode
internal error code of class.
|
static java.lang.String |
errMess
internal error message of class.
|
static java.lang.String |
lineend |
Constructor and Description |
---|
SystemService(java.lang.String path)
The constructor
SystemService creates a new instance(object) of the class. |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getApplicationName()
get field: application_name.
|
static int |
getBatchEngineDebug()
get field: flag, if batch engine is in debug mode.
|
static boolean |
getBatchEngineStart()
get field: flag, if batch engine starts.
|
static boolean |
getBusinessSurroundings()
get field: the surroundings of the application.
|
static java.lang.String |
getClientname()
get field: name of client.
|
static java.lang.String |
getClientPackageName()
get field: the current look name of application.
|
static java.lang.String |
getCodepage()
get field: code page of html sites.
|
static java.lang.String |
getCompanyname()
get field: name of company.
|
static java.lang.String |
getCoreDbname()
get field: core database name.
|
static java.lang.String |
getCurrTime()
get field: current time formated as time stamp.
|
static java.lang.String |
getCustomerExit()
get field: exit class of application system.
|
static java.lang.String |
getCustomerInit()
get field: init class of application system.
|
static java.lang.String |
getCustomerStatistics()
get field: customerstatistics.
|
static boolean |
getDatabaseConnectionSetDebug()
get field: flag if application is in debug mode.
|
static boolean |
getDatabaseDatasetLoaderDebug()
get field: flag if application is in debug mode.
|
static boolean |
getDatabaseSQLResultSetDebug()
get field: flag if application is in debug mode.
|
static java.lang.String |
getDateDef()
get field: format string for date.
|
static java.util.ArrayList |
getHelpsystem()
get field: help system to show pdf files with help text.
|
static boolean |
getHtmlDebug()
get field: flag if application is in debug mode.
|
static java.lang.String |
getKeycacheKeysetnames()
get field: login with keycash_keysetnames.
|
static java.lang.String |
getLanguage()
get field: language code.
|
static java.util.Locale |
getLocaleDef()
get field: current locale.
|
static java.util.Locale |
getLocaleLanguage()
get field: current locale language.
|
static java.lang.String |
getMailFrom()
get field: mail adress from.
|
static java.lang.String |
getMailPasswort()
get field: authentication password for mail system.
|
static java.lang.String |
getMailSmtpHost()
get field: mail smtp host for mail system.
|
static java.lang.String |
getMailUser()
get field: authentication user for mail system.
|
static java.lang.String |
getMainClient()
get field: uniquename of the main client.
|
static boolean |
getN4eSlDebug()
get field: flag if application is in debug mode.
|
static java.lang.String |
getNetType()
get field: net type.
|
static java.lang.String |
getNumberDef()
get field: format string for currency number.
|
static int |
getPasswordLength()
get field: the minimum of password length.
|
static java.lang.String |
getPatternLanguage()
get field: pattern language.
|
static long |
getRandomNumber()
get field: random number destroyed with date.
|
static java.lang.String |
getRandomNumberAsString()
get field: random number destroyed with date as string.
|
static boolean |
getReadAllAccessRules()
get field: help system to show pdf files with help text.
|
static boolean |
getReadAllForms()
get field: help system to show pdf files with help text.
|
static boolean |
getReadAllJspToForm()
get field: help system to show pdf files with help text.
|
static boolean |
getReadAllKeysets()
get field: help system to show pdf files with help text.
|
static int |
getRowsOfPage()
get field: rows of list to show.
|
static boolean |
getSaxParserDebug()
get field: flag if application is in debug mode.
|
static java.lang.String |
getSecurityCall()
get field: https - adress of system call.
|
static java.lang.String |
getSessAttSys()
get field: nfore with session attribute for service object.
|
static java.lang.String |
getSessAttSysSess()
get field: nfore with session attribute for session service object.
|
static java.lang.String |
getSessAttUser()
get field: nfore with session attribute for user object.
|
static int |
getSessiontimeout()
get field: time out for session.
|
static java.lang.String |
getStartNavSite()
get field: name of the start navigation site to call if application starts.
|
static java.lang.String |
getStartSite()
get field: name of the start site to call if application starts.
|
static java.lang.String |
getSupportedLanguages()
get field: supported languages code (separated by semicolon).
|
static boolean |
getSystemKeyCacheDebug()
get field: flag if application is in debug mode.
|
static boolean |
getSystemSessionServiceDebug()
get field: flag if application is in debug mode.
|
static java.lang.String |
getTimeDef()
get field: format string for time.
|
static java.lang.String |
getTimestampDef()
get field: format string for time stamp.
|
static boolean |
getTool4InstallApplicationDebug()
get field: flag if application is in debug mode.
|
static boolean |
getTool4KeyWordDebug()
get field: flag if application is in debug mode.
|
static boolean |
getTool4PrintDebug()
get field: flag if application is in debug mode.
|
static boolean |
getTool4SessionDebug()
get field: flag if application is in debug mode.
|
static boolean |
getTool4UrlDebug()
get field: flag if application is in debug mode.
|
static java.lang.String |
getUranus()
get field: uranus server active.
|
static void |
setClientPackageName(java.lang.String input)
set field: the current look name of application.
|
static void |
setDefinitions(java.lang.String language)
The method
setDefinitions set data format definitions. |
static void |
setSaxParserDebug(boolean set)
set field: flag if application is in debug mode.
|
public static int errCode
public static java.lang.String errMess
public static final java.lang.String lineend
public SystemService(java.lang.String path) throws java.lang.Exception
SystemService
creates a new instance(object) of the class.path
- the path of the property file.java.lang.Exception
- if errorpublic static boolean getN4eSlDebug()
public static boolean getDatabaseDatasetLoaderDebug()
public static boolean getDatabaseSQLResultSetDebug()
public static void setSaxParserDebug(boolean set)
set
- sax parser debug onpublic static boolean getSaxParserDebug()
public static boolean getSystemKeyCacheDebug()
public static boolean getSystemSessionServiceDebug()
public static boolean getTool4InstallApplicationDebug()
public static boolean getTool4KeyWordDebug()
public static boolean getTool4PrintDebug()
public static boolean getTool4UrlDebug()
public static boolean getHtmlDebug()
public static boolean getDatabaseConnectionSetDebug()
public static boolean getTool4SessionDebug()
public static java.lang.String getApplicationName()
public static java.lang.String getCoreDbname()
public static java.lang.String getCurrTime()
public static java.lang.String getCompanyname()
public static java.lang.String getClientname()
public static void setClientPackageName(java.lang.String input)
input
- the package.public static java.lang.String getClientPackageName()
public static java.lang.String getStartSite()
public static java.lang.String getStartNavSite()
public static int getPasswordLength()
public static boolean getBusinessSurroundings()
public static boolean getBatchEngineStart()
public static int getBatchEngineDebug()
public static java.lang.String getMainClient()
public static java.lang.String getCustomerStatistics()
public static java.lang.String getCodepage()
public static int getSessiontimeout()
public static int getRowsOfPage()
public static java.lang.String getUranus()
public static java.lang.String getCustomerInit()
public static java.lang.String getCustomerExit()
public static java.lang.String getSupportedLanguages()
public static java.lang.String getPatternLanguage()
public static java.lang.String getLanguage()
public static java.lang.String getTimestampDef()
public static java.lang.String getDateDef()
public static java.lang.String getTimeDef()
public static java.lang.String getNumberDef()
public static java.util.Locale getLocaleDef()
public static java.util.Locale getLocaleLanguage()
public static java.lang.String getSessAttUser()
public static java.lang.String getSessAttSysSess()
public static java.lang.String getSessAttSys()
public static long getRandomNumber()
public static java.lang.String getRandomNumberAsString()
public static java.lang.String getMailSmtpHost()
public static java.lang.String getMailUser()
public static java.lang.String getMailPasswort()
public static java.lang.String getNetType()
public static java.lang.String getMailFrom()
public static java.util.ArrayList getHelpsystem()
public static boolean getReadAllKeysets()
public static boolean getReadAllForms()
public static boolean getReadAllAccessRules()
public static boolean getReadAllJspToForm()
public static java.lang.String getKeycacheKeysetnames()
public static java.lang.String getSecurityCall()
public static void setDefinitions(java.lang.String language)
setDefinitions
set data format definitions.language
- the language code of the current language.