A B C D E F G H I L M N O P R S T U W X Z _

S

saveCfgFile(String) - Method in class org.ifeth.sehr.lib.SEHRCfg
Save configuration in memory as configuration property file This method is used by the SEHRServer task to store the 'runnning' configuration and may be used by the user to redefine settings...
SEHRCfg - class org.ifeth.sehr.lib.SEHRCfg.
This method is the only one and basic configuration layer between the SEHR modules and the operating system.
SEHRCfg() - Constructor for class org.ifeth.sehr.lib.SEHRCfg
Parameterless instance for using in JSP beans.
SEHRCfg(boolean) - Constructor for class org.ifeth.sehr.lib.SEHRCfg
Init SEHR environment object either by scaning for the configuration or by accessing the default host/port
SEHRCfg(String) - Constructor for class org.ifeth.sehr.lib.SEHRCfg
Init SEHR environment object using specified configuration file
SEHRCfg(String, int) - Constructor for class org.ifeth.sehr.lib.SEHRCfg
Init SEHR environment object using specified host/port to get the configuration file to load.
SEHRDataSource - class org.ifeth.sehr.lib.SEHRDataSource.
Simple object for accessing a firebird database within SEHR projects.
SEHRDataSource() - Constructor for class org.ifeth.sehr.lib.SEHRDataSource
Initiates a parameterless object instance for database connection To initialize later use init(SEHRCfg object) or initialize manually by setter methods (e.g. on external client applications).
SEHRDataSource(SEHRCfg) - Constructor for class org.ifeth.sehr.lib.SEHRDataSource
Initiates an object instance with connection parameters using the SEHR configuratio object.
SEHRDataSource(String, int, String, String, String, String) - Constructor for class org.ifeth.sehr.lib.SEHRDataSource
Initiates an object instance with individual connection parameters This constructor is for clients, where a local SEHR configuration access by SEHRCfg is not available.
SEHRDataSource(String, String, String, String, String) - Constructor for class org.ifeth.sehr.lib.SEHRDataSource
Deprecated. If we're using the db layer 'iBatis' we need XML resources :)
SEHRDataSource(String, String, String, String, String, String) - Constructor for class org.ifeth.sehr.lib.SEHRDataSource
Initiates an object instance with individual connection parameters
selectRecord(int) - Method in class org.ifeth.sehr.beans.UserData
Load user record from db for given usrid into current UD object
selectRecord(int, SEHRCfg) - Static method in class org.ifeth.sehr.beans.UserData
This method selects a user by 'usrid' from db and put the record data into a given UserData object using a given SEHR configuration object.
selectRecord(int, UserData) - Static method in class org.ifeth.sehr.beans.UserData
Load user record for given usrid into given UserData object.
selectRecord(String) - Method in class org.ifeth.sehr.beans.UserData
Load user record for given username into current UserData object.
selectRecord(String, UserData) - Method in class org.ifeth.sehr.beans.UserData
Load user record for given user into the given UserData object.
selectService(int, ServiceData) - Method in class org.ifeth.sehr.beans.ServiceData
 
selectServiceModRec(int, ServiceData) - Static method in class org.ifeth.sehr.beans.ServiceData
 
selectZone(int) - Method in class org.ifeth.sehr.beans.ZoneData
 
sendAccountRequest(String, String, String) - Static method in class org.ifeth.sehr.beans.UserData
 
sendAccountServices(UserData) - Static method in class org.ifeth.sehr.beans.UserData
 
ServiceData - class org.ifeth.sehr.beans.ServiceData.
This bean is used to manage the services offered by the centers (zones).
ServiceData() - Constructor for class org.ifeth.sehr.beans.ServiceData
 
ServiceData(int) - Constructor for class org.ifeth.sehr.beans.ServiceData
 
ServiceData(SEHRCfg) - Constructor for class org.ifeth.sehr.beans.ServiceData
 
ServiceData(String) - Constructor for class org.ifeth.sehr.beans.ServiceData
 
SessionData - class org.ifeth.sehr.beans.SessionData.
This object manages the session of a logged in user
SessionData() - Constructor for class org.ifeth.sehr.beans.SessionData
 
setAcclogid(int) - Method in class org.ifeth.sehr.sql.AccUsrLog
 
setAction(String) - Method in class org.ifeth.sehr.beans.SessionData
 
setAdr_adr1(String) - Method in class org.ifeth.sehr.beans.UserData
 
setAdr_adr2(String) - Method in class org.ifeth.sehr.beans.UserData
 
setAdr_adr3(String) - Method in class org.ifeth.sehr.beans.UserData
 
setAdr_city(String) - Method in class org.ifeth.sehr.beans.UserData
 
setAdr_defid(int) - Method in class org.ifeth.sehr.beans.UserData
 
setAdr_email1(String) - Method in class org.ifeth.sehr.beans.UserData
 
setAdr_fax1(String) - Method in class org.ifeth.sehr.beans.UserData
 
setAdr_fon1(String) - Method in class org.ifeth.sehr.beans.UserData
 
setAdr_match(String) - Method in class org.ifeth.sehr.beans.UserData
 
setAdr_mobil1(String) - Method in class org.ifeth.sehr.beans.UserData
 
setAdr_street(String) - Method in class org.ifeth.sehr.beans.UserData
 
setAdr_title(String) - Method in class org.ifeth.sehr.beans.UserData
 
setAdr_zip(String) - Method in class org.ifeth.sehr.beans.UserData
 
setAdrid(int) - Method in class org.ifeth.sehr.sql.NetCenter
 
setAdrid(int) - Method in class org.ifeth.sehr.beans.UserData
 
setCatid(int) - Method in class org.ifeth.sehr.sql.DefModule
 
setCatid(int) - Method in class org.ifeth.sehr.beans.ServiceData
 
setCenteradrid(int) - Method in class org.ifeth.sehr.beans.ZoneData
 
setCenteradrid(String) - Method in class org.ifeth.sehr.beans.ZoneData
Set centerid by string for a better handling of WEB forms :)
setCenterdataroot(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
setCenterendofservice(Timestamp) - Method in class org.ifeth.sehr.beans.ZoneData
 
setCenterid(int) - Method in class org.ifeth.sehr.sql.NetCenter
 
setCenterid(int) - Method in class org.ifeth.sehr.beans.ServiceData
 
setCenterid(int) - Method in class org.ifeth.sehr.beans.ZoneData
 
setCenteridstr(String) - Method in class org.ifeth.sehr.sql.NetCenter
 
setCenteridstr(String) - Method in class org.ifeth.sehr.beans.ZoneData
Sets the centerid of the current zone recordset To keep integrity the centerid ans int as well as string is set
setCenterintradoc(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
setCentername(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
setCenterstartofservice(Timestamp) - Method in class org.ifeth.sehr.beans.ZoneData
 
setCfg(SEHRCfg) - Method in class org.ifeth.sehr.lib.SEHRDataSource
Set cfg object to use for datasource initialization
setCfg(SEHRCfg) - Method in class org.ifeth.sehr.beans.UserData
 
setCon(Connection) - Method in class org.ifeth.sehr.lib.SEHRCfg
 
setConnection(Connection) - Method in class org.ifeth.sehr.lib.DAOJdbc
Set a connection handle (The fbds is not required then)
setCountaccess(int) - Method in class org.ifeth.sehr.lib.SysLxLib
 
setDataBase(String) - Method in class org.ifeth.sehr.lib.SEHRDataSource
For client usage: set database including path_to_db_file
setDataroot(String) - Method in class org.ifeth.sehr.sql.NetCenter
 
setdbHost(String) - Method in class org.ifeth.sehr.lib.SEHRCfg
 
setDBHost(String) - Method in class org.ifeth.sehr.lib.SEHRDataSource
For client usage: set port of firebird engine
setDBLogin(String) - Method in class org.ifeth.sehr.lib.SEHRDataSource
For client usage: set database login name
setDBPort(int) - Method in class org.ifeth.sehr.lib.SEHRDataSource
For client usage: set port of firebird engine
setDBPw(String) - Method in class org.ifeth.sehr.lib.SEHRDataSource
For client usage: set database login password
setdbSecUser(String) - Method in class org.ifeth.sehr.lib.SEHRCfg
 
setdbSecUserPw(String) - Method in class org.ifeth.sehr.lib.SEHRCfg
 
setDefmodule(DefModule) - Method in class org.ifeth.sehr.beans.ModuleData
 
setDomname(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
setEnddt(Timestamp) - Method in class org.ifeth.sehr.sql.NetCenter
 
setEndofservice(Date) - Method in class org.ifeth.sehr.beans.ZoneData
 
setEofs(Date) - Method in class org.ifeth.sehr.beans.ServiceData
 
setErrorMessages(Map) - Method in class org.ifeth.sehr.beans.FormUsrRegistration
 
setFbds(SEHRDataSource) - Method in class org.ifeth.sehr.lib.SEHRCfg
 
setFilter_usrname(String) - Method in class org.ifeth.sehr.beans.UserData
 
setFilter(String) - Method in class org.ifeth.sehr.beans.SessionData
 
setFilter(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
setFirstname(String) - Method in class org.ifeth.sehr.beans.FormUsrRegistration
 
setFirstname(String) - Method in class org.ifeth.sehr.beans.UserData
 
setFqnn(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
setGid(int) - Method in class org.ifeth.sehr.beans.UserData
 
setHome(String) - Method in class org.ifeth.sehr.beans.UserData
 
setHomeUrl(String) - Method in class org.ifeth.sehr.beans.SessionData
Property for JSP's within a session to build a link to a defined HomeURL
setHomezone(int) - Method in class org.ifeth.sehr.beans.UserData
 
setInfo(String) - Method in class org.ifeth.sehr.beans.UserData
 
setIntradoc(String) - Method in class org.ifeth.sehr.sql.NetCenter
 
setInvalid() - Method in class org.ifeth.sehr.beans.SessionData
Invalidate session by flag 'sessvalid'.
setIspublic(int) - Method in class org.ifeth.sehr.sql.DefModule
 
setIsstandard(int) - Method in class org.ifeth.sehr.sql.DefModule
 
setKey(String) - Method in class org.ifeth.sehr.sql.DefOptions
 
setLanip(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
setLastupdate(Date) - Method in class org.ifeth.sehr.sql.DefModule
 
setLoggedIn(boolean) - Method in class org.ifeth.sehr.beans.UserData
 
setLogin(boolean) - Method in class org.ifeth.sehr.beans.UserData
 
setLogindts(Timestamp) - Method in class org.ifeth.sehr.sql.AccUsrLog
 
setLogoutdts(Timestamp) - Method in class org.ifeth.sehr.sql.AccUsrLog
 
setMastertyp(String) - Method in class org.ifeth.sehr.sql.DefOptions
 
setMod_release(int) - Method in class org.ifeth.sehr.sql.DefModule
 
setMod_title(String) - Method in class org.ifeth.sehr.sql.DefModule
 
setMod_version(String) - Method in class org.ifeth.sehr.sql.DefModule
 
setMode(String) - Method in class org.ifeth.sehr.beans.SessionData
 
setModid(int) - Method in class org.ifeth.sehr.sql.DefModule
 
setModid(int) - Method in class org.ifeth.sehr.beans.ServiceData
 
setModtitle(String) - Method in class org.ifeth.sehr.beans.ServiceData
 
setModule(int) - Method in class org.ifeth.sehr.sql.AccUsrLog
 
setMsgstatus(String) - Method in class org.ifeth.sehr.beans.ServiceData
 
setMsgstatus(String) - Method in class org.ifeth.sehr.beans.UserData
 
setMsgstatus(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
setName(String) - Method in class org.ifeth.sehr.sql.DefModule
 
setName(String) - Method in class org.ifeth.sehr.sql.NetCenter
 
setNetcenter(NetCenter) - Method in class org.ifeth.sehr.beans.CenterData
 
setNotes(String) - Method in class org.ifeth.sehr.sql.DefModule
 
setNotes(String) - Method in class org.ifeth.sehr.beans.UserData
 
setOptid(int) - Method in class org.ifeth.sehr.sql.DefOptions
 
setPik(String) - Method in class org.ifeth.sehr.sql.DefModule
 
setPik(String) - Method in class org.ifeth.sehr.beans.ServiceData
 
setPooledConnections(boolean) - Method in class org.ifeth.sehr.lib.DAOJdbc
Method to activate or deactivate pooled connections.
setPpp_dns1(String) - Method in class org.ifeth.sehr.beans.UserData
 
setPpp_dns2(String) - Method in class org.ifeth.sehr.beans.UserData
 
setPpp_login(String) - Method in class org.ifeth.sehr.beans.UserData
 
setPpp_node(String) - Method in class org.ifeth.sehr.beans.UserData
 
setPpp_nodeip(String) - Method in class org.ifeth.sehr.beans.UserData
 
setPpp_passwd(String) - Method in class org.ifeth.sehr.beans.UserData
 
setPpp_recid(int) - Method in class org.ifeth.sehr.beans.UserData
 
setPpp_rip(String) - Method in class org.ifeth.sehr.beans.UserData
 
setPpp_usrid(int) - Method in class org.ifeth.sehr.beans.UserData
 
setPrihostname(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
setPriip(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
setReqmail(String) - Method in class org.ifeth.sehr.beans.FormUsrRegistration
 
setReqmail(String) - Method in class org.ifeth.sehr.beans.UserData
 
setSehrcfg(SEHRCfg) - Method in class org.ifeth.sehr.sql.DefOptions
 
setSEHRDataSource(SEHRDataSource) - Method in class org.ifeth.sehr.lib.DAOBase
Set the fbds handle for iBatis to use
setSEHRDataSource(SEHRDataSource) - Method in class org.ifeth.sehr.lib.DAOJdbc
Set the FBDataSource handle for which a connection can be initialized.
setSEHRroot(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
setSEHRServerIP(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
setSess_status(int) - Method in class org.ifeth.sehr.beans.SessionData
 
setSess_urlstart(String) - Method in class org.ifeth.sehr.beans.SessionData
 
setSess_usrname(String) - Method in class org.ifeth.sehr.beans.SessionData
 
setSesscfg(SEHRCfg) - Method in class org.ifeth.sehr.beans.SessionData
 
setSofs(Date) - Method in class org.ifeth.sehr.beans.ServiceData
 
setSqlMap(SqlMapClient) - Method in class org.ifeth.sehr.lib.SEHRDataSource
Set SQL mapping object.
setStart(Date) - Method in class org.ifeth.sehr.beans.ZoneData
 
setStartdt(Timestamp) - Method in class org.ifeth.sehr.sql.NetCenter
 
setStatus(int) - Method in class org.ifeth.sehr.beans.UserData
 
setStatus(int, int) - Method in class org.ifeth.sehr.lib.DAOJdbc
Set status to handle connection.
setSubdomname(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
setSurname(String) - Method in class org.ifeth.sehr.beans.FormUsrRegistration
 
setSurname(String) - Method in class org.ifeth.sehr.beans.UserData
 
setSv_ftpdir(String) - Method in class org.ifeth.sehr.beans.UserData
 
setSv_login(String) - Method in class org.ifeth.sehr.beans.UserData
 
setSv_menutitle(String) - Method in class org.ifeth.sehr.beans.UserData
 
setSv_passwd(String) - Method in class org.ifeth.sehr.beans.UserData
 
setSv_status(int) - Method in class org.ifeth.sehr.beans.UserData
 
setSv_urlstart(String) - Method in class org.ifeth.sehr.beans.UserData
 
setSvid(int) - Method in class org.ifeth.sehr.beans.ServiceData
 
setSvid(int) - Method in class org.ifeth.sehr.beans.UserData
 
setTitle(String) - Method in class org.ifeth.sehr.beans.ServiceData
 
setTitle(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
setUid(int) - Method in class org.ifeth.sehr.beans.UserData
 
setUrladmin(String) - Method in class org.ifeth.sehr.beans.ServiceData
 
setUrluser(String) - Method in class org.ifeth.sehr.beans.ServiceData
 
setUsecase(String) - Method in class org.ifeth.sehr.beans.SessionData
 
setUsrid(int) - Method in class org.ifeth.sehr.sql.AccUsrLog
 
setUsrid(int) - Method in class org.ifeth.sehr.beans.UserData
 
setUsrkey(String) - Method in class org.ifeth.sehr.beans.FormUsrRegistration
 
setUsrname(String) - Method in class org.ifeth.sehr.beans.FormUsrRegistration
 
setUsrname(String) - Method in class org.ifeth.sehr.beans.UserData
 
setUsrpass(String) - Method in class org.ifeth.sehr.beans.UserData
 
setUsrtype(int) - Method in class org.ifeth.sehr.beans.UserData
 
setValid() - Method in class org.ifeth.sehr.beans.SessionData
Validate session by flag 'sessvalid'.
setValue(String) - Method in class org.ifeth.sehr.sql.DefOptions
 
setVerbose(boolean) - Static method in class org.ifeth.sehr.lib.SysExec
Determines if the Exec class should print which commands are being executed, and print error messages if a problem is found.
setView(String) - Method in class org.ifeth.sehr.beans.SessionData
 
setZoneid(int) - Method in class org.ifeth.sehr.sql.NetCenter
 
setZoneid(int) - Method in class org.ifeth.sehr.beans.ServiceData
 
setZoneid(int) - Method in class org.ifeth.sehr.beans.ZoneData
 
setzoneid(String) - Method in class org.ifeth.sehr.beans.FormUsrRegistration
 
setZoneidstr(String) - Method in class org.ifeth.sehr.beans.ZoneData
 
showProcedures() - Method in class org.ifeth.sehr.lib.SEHRDataSource
 
showProcedures(SEHRDataSource) - Static method in class org.ifeth.sehr.lib.SEHRDataSource
 
showTables() - Method in class org.ifeth.sehr.lib.SEHRDataSource
 
showTables(boolean) - Method in class org.ifeth.sehr.lib.SEHRDataSource
 
showTables(SEHRDataSource) - Static method in class org.ifeth.sehr.lib.SEHRDataSource
 
showTables(SEHRDataSource, boolean) - Static method in class org.ifeth.sehr.lib.SEHRDataSource
 
STS_ACTIVE - Static variable in interface org.ifeth.sehr.lib.DAOJdbcInterface
 
STS_CLOSED - Static variable in interface org.ifeth.sehr.lib.DAOJdbcInterface
 
STS_NOTFOUND - Static variable in interface org.ifeth.sehr.lib.DAOJdbcInterface
flag lost connection (present in pool but not physically
STS_SQLERROR - Static variable in interface org.ifeth.sehr.lib.DAOJdbcInterface
 
SYBASEDATE - Static variable in class org.ifeth.sehr.lib.FPrintf
 
SysExec - class org.ifeth.sehr.lib.SysExec.
Run a external process in three ways: exec: Execute the command, returning immediately even if the command is still running. e.g. printing, facsimile processes execWait: Execute the command, but don't return until the command finishes.
SysExec() - Constructor for class org.ifeth.sehr.lib.SysExec
 
SysLxLib - class org.ifeth.sehr.lib.SysLxLib.
System interface to Linux.
SysLxLib() - Constructor for class org.ifeth.sehr.lib.SysLxLib
 

A B C D E F G H I L M N O P R S T U W X Z _