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

S

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 object in JSP as bean.
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.
SEHRConnection - class org.ifeth.sehr.client.api.driver.SEHRConnection.
The connection layer object from a client to a SEHR host...
SEHRConnection(ConnectionInfo) - Constructor for class org.ifeth.sehr.client.api.driver.SEHRConnection
 
SEHRConnectionDriver - class org.ifeth.sehr.client.api.SEHRConnectionDriver.
Driver for handling different client/server connctions like LAN/WLAN, Dial-Up and others.
SEHRConnectionDriver() - Constructor for class org.ifeth.sehr.client.api.SEHRConnectionDriver
Parameterless constructor.
SEHRConnectionDriver(String) - Constructor for class org.ifeth.sehr.client.api.SEHRConnectionDriver
Constructor for using a specific driver to connect
SEHRConnectionDriverInterface - interface org.ifeth.sehr.client.api.SEHRConnectionDriverInterface.
 
SEHRConnectionListener - interface org.ifeth.sehr.client.api.SEHRConnectionListener.
 
SEHRConstants - interface org.ifeth.sehr.lib.SEHRConstants.
This is a global definition file of commonly used constants and default system or SEHR settings.
SEHRDataActionCreate - Static variable in interface org.ifeth.sehr.beans.SEHRDataObjectConstants
means start a procedure to add/store object somewhere, e.g. in a db, if received; note: the object handler must support this!
SEHRDataActionDelete - Static variable in interface org.ifeth.sehr.beans.SEHRDataObjectConstants
delete same object previous received on target/receivers system
SEHRDataActionNone - Static variable in interface org.ifeth.sehr.beans.SEHRDataObjectConstants
means 'do nothing' if received, let receiver decide what to do
SEHRDataActionRead - Static variable in interface org.ifeth.sehr.beans.SEHRDataObjectConstants
read object from a source, like a file, db or another object
SEHRDataActionTransfer - Static variable in interface org.ifeth.sehr.beans.SEHRDataObjectConstants
means 'do transfer sdo using the receiver field and method'
SEHRDataActionUpdate - Static variable in interface org.ifeth.sehr.beans.SEHRDataObjectConstants
means start a procedure to update an existing object somewhere, e.g.
SEHRDataActionView - Static variable in interface org.ifeth.sehr.beans.SEHRDataObjectConstants
means start viewer & display if accessed by receiver
SEHRDataClass - Static variable in interface org.ifeth.sehr.beans.SEHRDataObjectConstants
 
SEHRDataObject - class org.ifeth.sehr.beans.SEHRDataObject.
The SEHR data object is a common storage, transfer and use-case object.
SEHRDataObject() - Constructor for class org.ifeth.sehr.beans.SEHRDataObject
Parameterless constructor for bean usage Use createObject from object's class to create object
SEHRDataObject(Object, int) - Constructor for class org.ifeth.sehr.beans.SEHRDataObject
Basic constructor to create a new SDO
SEHRDataObject - Static variable in interface org.ifeth.sehr.beans.SEHRDataObjectConstants
global, unassigned or standard java object like a Hashtable etc.
SEHRDataObjectConstants - interface org.ifeth.sehr.beans.SEHRDataObjectConstants.
 
SEHRDataSource - class org.ifeth.sehr.lib.SEHRDataSource.
Simple class for accessing the firebird database from SEHR projects and to read/save local files like profiles, datastores encrypted.
SEHRDataSource() - Constructor for class org.ifeth.sehr.lib.SEHRDataSource
Initiates a parameterless object instance for database connection To initialize the access to the IntraSEC db use either SEHRDataSource.init(SEHRCfg cfg) or initialize manually (e.g. on clients) by using all of the following setter methods
SEHRDataSource.setDatabase(String), SEHRDataSource.setDBHost(String), SEHRDataSource.setDBPort(int), SEHRDataSource.setDBLogin(String), SEHRDataSource.setDBPw(String).
SEHRDataSource(SEHRCfg) - Constructor for class org.ifeth.sehr.lib.SEHRDataSource
Initiates an object instance with connection parameters using the SEHR configuration 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 defined for clients, where a local file access to a SEHR configuration SEHRCfg is not available.
SEHRDataSource(String, String, String, String, String, String) - Constructor for class org.ifeth.sehr.lib.SEHRDataSource
Initiates an object instance with individual connection parameters
SEHRDataSource(String, String, String, String, String) - Constructor for class org.ifeth.sehr.lib.SEHRDataSource
Initiates an object instance with individual connection parameters To connect/open use SEHRDataSource.connect()
SEHRHOST - Static variable in interface org.ifeth.sehr.client.api.SEHRRemoteInterface
the IP of the SEHR server to connect
SEHRICClass - Static variable in interface org.ifeth.sehr.beans.SEHRDataObjectConstants
default SEHR IC object handler
SEHRICObj - Static variable in interface org.ifeth.sehr.beans.SEHRDataObjectConstants
SEHR-IC/JMED data object
SEHRModules - class org.ifeth.sehr.client.api.SEHRModules.
This object lists all modules of a SEHR host.
SEHRModules() - Constructor for class org.ifeth.sehr.client.api.SEHRModules
Parameterless constructor
SEHRModules(String, int) - Constructor for class org.ifeth.sehr.client.api.SEHRModules
Constructor with parameters to connect to a SEHR server by LAN
SEHRModules(SEHRRemote) - Constructor for class org.ifeth.sehr.client.api.SEHRModules
Constructor using an already initialized session based on a SEHRRemote object
SEHRObjectHandler - class org.ifeth.sehr.lib.SEHRObjectHandler.
Default handler for SEHR Data Objects.
SEHRObjectHandler() - Constructor for class org.ifeth.sehr.lib.SEHRObjectHandler
 
SEHRPORT - Static variable in interface org.ifeth.sehr.client.api.SEHRRemoteInterface
the port of the SEHR server; default is 24100
SEHRPORT - Static variable in interface org.ifeth.sehr.lib.SEHRConstants
 
SEHRRemote - class org.ifeth.sehr.client.api.SEHRRemote.
This is the basic layer to connect a GUI client by LAN or WAN to a SEHR host (server).
SEHRRemote() - Constructor for class org.ifeth.sehr.client.api.SEHRRemote
Parameterless constructor.
SEHRRemote(String, int) - Constructor for class org.ifeth.sehr.client.api.SEHRRemote
Constructor binding the client to a SEHR server using given IP and port by using the LAN driver (for LAN and permanent WAN connections)
SEHRRemote(String, int, int) - Constructor for class org.ifeth.sehr.client.api.SEHRRemote
Constructor binding the client to a SEHR server using IP, port and given SEHR driver
SEHRRemote(String, int, String) - Constructor for class org.ifeth.sehr.client.api.SEHRRemote
Constructor binding the client to a SEHR server using given IP, Port and SEHR compatible driver as named class
SEHRRemoteInterface - interface org.ifeth.sehr.client.api.SEHRRemoteInterface.
Interface object to implement in client objects.
SEHRServices - class org.ifeth.sehr.client.api.SEHRServices.
The purpose of this object is to get some basic information about services on the SEHR host, check if a given user is allowed to use a given service and retrieve a list of user specific services.
SEHRServices() - Constructor for class org.ifeth.sehr.client.api.SEHRServices
Parameterless constructor
SEHRServices(String, int) - Constructor for class org.ifeth.sehr.client.api.SEHRServices
Constructor with parameters to bind a SEHR server
SEHRServices(SEHRRemote) - Constructor for class org.ifeth.sehr.client.api.SEHRServices
Constructor using an already initialized session based on a SEHRRemote object
SEHRUserData - class org.ifeth.sehr.client.api.SEHRUserData.
The purpose of this object is to act as a wrapper between an external client which connects remotely to a SEHR host and and to use the UserData model for managing users.
SEHRUserData() - Constructor for class org.ifeth.sehr.client.api.SEHRUserData
Parameterless constructor
SEHRUserData(String, int) - Constructor for class org.ifeth.sehr.client.api.SEHRUserData
Constructor with parameters to bind a SEHR server
SEHRUserData(SEHRRemote) - Constructor for class org.ifeth.sehr.client.api.SEHRUserData
Constructor using an already initialized session based on another SEHRRemote object
SEHRZone - class org.ifeth.sehr.client.api.SEHRZone.
This object handles some zone information of the SEHR system.
SEHRZone() - Constructor for class org.ifeth.sehr.client.api.SEHRZone
Parameterless constructor
SEHRZone(String, int) - Constructor for class org.ifeth.sehr.client.api.SEHRZone
Constructor with parameters to connect to a SEHR server by LAN
SEHRZone(SEHRRemote) - Constructor for class org.ifeth.sehr.client.api.SEHRZone
Constructor using an already initialized session based on a SEHRRemote object
SEHRZone.CenterVector - class org.ifeth.sehr.client.api.SEHRZone.CenterVector.
 
SEHRZone.CenterVector() - Constructor for class org.ifeth.sehr.client.api.SEHRZone.CenterVector
 
SERVLETPORT - Static variable in interface org.ifeth.sehr.lib.SEHRConstants
Port of servlet engine; default is 8080, for monitoring use 8090
SOURCE_ID - Static variable in interface org.ifeth.sehr.lib.SEHRConstants
 
SOURCE_REVISION - Static variable in interface org.ifeth.sehr.lib.SEHRConstants
 
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
 
SentObjIcon - Static variable in interface org.ifeth.sehr.beans.SEHRDataObjectConstants
 
ServerModule - class org.ifeth.sehr.lib.ServerModule.
This module bean is acting as an interface to the SEHR environment.
ServerModule() - Constructor for class org.ifeth.sehr.lib.ServerModule
 
ServiceIcon - Static variable in interface org.ifeth.sehr.beans.SEHRDataObjectConstants
 
ServiceItem - Static variable in interface org.ifeth.sehr.beans.SEHRDataObjectConstants
Standard SEHR item category for standard services objects / folder
SessionHandler - class org.ifeth.sehr.client.api.SessionHandler.
Session and remote connection object.
SessionHandler(Object) - Constructor for class org.ifeth.sehr.client.api.SessionHandler
Constructor initializing a session object.
StringFormat - class org.ifeth.sehr.lib.StringFormat.
"String formatter"; format a string to a given maximum length with left, centre, or right justification.
StringFormat(int, int) - Constructor for class org.ifeth.sehr.lib.StringFormat
 
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
 
save() - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Writes the current profile to a local file
save(String, LocalUserProfile) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Writes the given profile to a local file using the encryption cipher defined/set by profile!
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...
sehrcategories - Variable in class org.ifeth.sehr.client.api.SessionHandler
 
sehrkeyphrase - Static variable in interface org.ifeth.sehr.client.api.SEHRRemoteInterface
If the SEHR server requires a security key you must type in here the SecKey from SEHR server
sendDir(String) - Method in class org.ifeth.sehr.client.api.FileTransfer
Sends a directory of files to the Web Service.
sendFile(String) - Method in class org.ifeth.sehr.client.api.FileTransfer
 
setAcclogid(int) - Method in class org.ifeth.sehr.sql.AccUsrLog
 
setAccount(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setAccount(String) - Method in class org.ifeth.sehr.client.api.SessionHandler
 
setAddSuffixToBase(boolean) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the value of addSuffixToBase
setAddSuffixToLogin(boolean) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the value of addSuffixToLogin
setAddSuffixToURL(boolean) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the value of addSuffixToURL
setAddress(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setAddressCity(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setAddressCountry(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setAddressCountryCode(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setAddressPOBox(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setAddressState(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setAddressStreet(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setAddressZIP(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setAdmin(boolean) - Method in class org.ifeth.sehr.client.api.LocalUserProfileCreateAssistent
 
setAdmin(boolean) - Method in class org.ifeth.sehr.client.api.ProfileSelectAuthDialog
Enables/Disables the creation of a profile from current process
setAdr1(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setAdr2(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setAdr3(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setAdrid(int) - Method in class org.ifeth.sehr.sql.NetCenter
 
setAdrid(int) - Method in class org.ifeth.sehr.sql.UsrContact
 
setAuthenticated(boolean) - Method in class org.ifeth.sehr.client.api.SessionHandler
 
setBase(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the base used in LDAP queries
setBaseInfos(String, String, String, int, String, String, boolean, Vector, Vector) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets basic infos for the profile at once
setBody(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setBody(String) - Method in class org.ifeth.sehr.beans.NoteItem
 
setBody(String) - Method in class org.ifeth.sehr.sql.NotePosts
 
setBodyformat(int) - Method in class org.ifeth.sehr.sql.NotePosts
 
setCategories(Vector) - Method in class org.ifeth.sehr.beans.ContactItem
 
setCategories(Vector) - Method in class org.ifeth.sehr.beans.NoteItem
 
setCatid(int) - Method in class org.ifeth.sehr.sql.DefModule
 
setCatid(int) - Method in class org.ifeth.sehr.sql.NetServices
 
setCatid(int) - Method in class org.ifeth.sehr.sql.UsrServicesBySPList
 
setCattitle(String) - Method in class org.ifeth.sehr.sql.UsrServicesBySPList
 
setCenterid(int) - Method in class org.ifeth.sehr.sql.NetCenter
 
setCenterid(int) - Method in class org.ifeth.sehr.sql.NetServices
 
setCenterid(int) - Method in class org.ifeth.sehr.sql.UsrServicesBySPList
 
setCenteridstr(String) - Method in class org.ifeth.sehr.sql.NetCenter
 
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.lib.ServerModule
 
setCfgkey(String) - Method in class org.ifeth.sehr.sql.DefOptions
 
setCfgvalue(String) - Method in class org.ifeth.sehr.sql.DefOptions
 
setChanged(Timestamp) - Method in class org.ifeth.sehr.sql.DefOptions
 
setChanged(Date) - Method in class org.ifeth.sehr.sql.UsrContact
 
setChangedTime(Date) - Method in class org.ifeth.sehr.beans.ContactItem
 
setChangedTime(Date) - Method in class org.ifeth.sehr.beans.NoteItem
 
setChangeddt(Date) - Method in class org.ifeth.sehr.sql.NotePosts
 
setChangeduid(int) - Method in class org.ifeth.sehr.sql.DefOptions
 
setCity(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setCloseRequest(boolean) - Method in class org.ifeth.sehr.client.api.driver.ConnectionInfo
Set a 'close requested'
setCon(Connection) - Method in class org.ifeth.sehr.lib.SEHRCfg
 
setConnection(boolean) - Method in class org.ifeth.sehr.client.api.SessionHandler
Flags manually the connection state; set this only if you're shure
setConnection(Connection) - Method in class org.ifeth.sehr.lib.DAOJdbc
Set a connection handle (The fbds is not required then)
setConnectionInfo(ConnectionInfo) - Method in class org.ifeth.sehr.client.api.driver.SEHRConnection
Set an information about the connection
setConnectionTimeOut(int) - Method in class org.ifeth.sehr.client.api.SEHRRemote
Set timeout in msecs to establish a connection (listensocket);
setContacts(Vector) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the addresses stored in the profile
setCountaccess(int) - Method in class org.ifeth.sehr.lib.SysLxLib
 
setCountry(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setCountrycode(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setCreationTime(Date) - Method in class org.ifeth.sehr.beans.ContactItem
 
setCreationTime(Date) - Method in class org.ifeth.sehr.beans.NoteItem
 
setCreationdt(Date) - Method in class org.ifeth.sehr.sql.NotePosts
 
setCrypt(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Set encryption or turn off with param set as 'null'
setCrypt(DesEncrypter) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
 
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
setDataBase(String) - Method in class org.ifeth.sehr.lib.SEHRDataSource
For client usage: set database including path_to_db_file
setDataobject(Object) - Method in class org.ifeth.sehr.beans.SEHRDataObject
 
setDatapath(String) - Method in class org.ifeth.sehr.client.api.ProfileSelectAuthDialog
Set datapath wwhere to store profile sets
setDataroot(String) - Method in class org.ifeth.sehr.sql.NetCenter
 
setDebugLevel(int) - Method in class org.ifeth.sehr.lib.SEHRCfg
 
setDefid(int) - Method in class org.ifeth.sehr.sql.UsrContact
 
setDial(boolean) - Method in class org.ifeth.sehr.client.api.SessionHandler
Set connection type 'LAN' or 'RAS'(dial=true) for running mode
setDirFiles(String[]) - Method in class org.ifeth.sehr.client.api.FileTransfer
 
setDirtyTransfer(boolean) - Method in class org.ifeth.sehr.client.api.SessionHandler
Set the flag to mark that there is sth. to transfer
setDownTimeMillis(long) - Method in class org.ifeth.sehr.client.api.driver.ConnectionInfo
Set 'down-time'
setDriver(ConnectionDriver) - Method in class org.ifeth.sehr.client.api.SEHRRemote
Redefine or set an already defined driver to use for the c/s connection
setDriverclassForName(String) - Method in class org.ifeth.sehr.client.api.SEHRConnectionDriver
Set driver class to use for c/s connections Note: Required on object instances only.
setEMail(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the new email address
setEMail1Address(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setEMail1DisplayName(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setEmail1(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setEnddt(Timestamp) - Method in class org.ifeth.sehr.sql.NetCenter
 
setEndofservice(Date) - Method in class org.ifeth.sehr.sql.NetServices
 
setEndpointURL(String) - Method in class org.ifeth.sehr.client.api.FileTransfer
 
setEntryID(int) - Method in class org.ifeth.sehr.beans.ContactItem
 
setFax1(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setFax1(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setFbds(SEHRDataSource) - Method in class org.ifeth.sehr.lib.SEHRCfg
 
setFilters(Vector) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the filters
setFirstName(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setFmtBody(int) - Method in class org.ifeth.sehr.beans.NoteItem
 
setFon1(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setFtpdir(String) - Method in class org.ifeth.sehr.sql.UsrServicesBySPList
 
setIncomingPort(int) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the new server's port number
setInfo(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setIntradoc(String) - Method in class org.ifeth.sehr.sql.NetCenter
 
setIntradoc(String) - Method in class org.ifeth.sehr.sql.UsrServicesBySPList
 
setIsbilling(int) - Method in class org.ifeth.sehr.sql.UsrContact
 
setIspublic(int) - Method in class org.ifeth.sehr.sql.DefModule
 
setIspublic(int) - Method in class org.ifeth.sehr.sql.NotePosts
 
setIspublic(int) - Method in class org.ifeth.sehr.sql.UsrContact
 
setIsstandard(int) - Method in class org.ifeth.sehr.sql.DefModule
 
setItem(NoteItem) - Method in class org.ifeth.sehr.sql.NotePosts
 
setItem(ContactItem) - Method in class org.ifeth.sehr.sql.UsrContact
 
setItemEntryID(int) - Method in class org.ifeth.sehr.beans.NoteItem
 
setItemID(Integer) - Method in class org.ifeth.sehr.beans.NoteItem
 
setItemOwner(String) - Method in class org.ifeth.sehr.beans.NoteItem
 
setKey(char[]) - Method in class org.ifeth.sehr.client.api.LocalUserProfileCreateAssistent
Sets key for en-/decryption; 'null' = no en-/decryption
setKey(char[]) - Method in class org.ifeth.sehr.client.api.ProfileSelectAuthDialog
Sets key for en-/decryption; 'null' = no en-/decryption
setLDAPAccount(boolean) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the ldapUser boolean
setLastName(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setLastupdate(Date) - Method in class org.ifeth.sehr.sql.DefModule
 
setLdapInfos(String, int, String, boolean, boolean, boolean, String, String, String, String, String, int) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the LDAP related infos for the profile
setLdapLogin(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the LDAP login
setLdapMailField(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
LDAP: Sets the name of the "mail" field
setLdapNameField(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the name of the "name" field
setLdapPassword(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the LDAP password
setLocalOnly(boolean) - Method in class org.ifeth.sehr.client.api.ProfileSelectAuthDialog
Local profile authentication; skip LOGIN2ZONE authentication
setLocale(Locale) - Method in class org.ifeth.sehr.lib.ServerModule
 
setLocalpath(String) - Method in class org.ifeth.sehr.client.api.FileTransfer
 
setLog(Logger) - Method in class org.ifeth.sehr.client.api.SEHRRemote
 
setLogin(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the new login
setLogin(String) - Method in class org.ifeth.sehr.sql.UsrServicesBySPList
 
setLogindts(Timestamp) - Method in class org.ifeth.sehr.sql.AccUsrLog
 
setLogo(ImageIcon) - Method in class org.ifeth.sehr.client.api.LocalUserProfileCreateAssistent
Assign another logo
setLogo(ImageIcon) - Method in class org.ifeth.sehr.client.api.ProfileSelectAuthDialog
Assign another logo
setLogoutdts(Timestamp) - Method in class org.ifeth.sehr.sql.AccUsrLog
 
setMastertyp(String) - Method in class org.ifeth.sehr.sql.DefOptions
 
setMatch(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setMenutitle(String) - Method in class org.ifeth.sehr.sql.UsrServicesBySPList
 
setMobile1(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setMobile1(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
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
 
setModid(int) - Method in class org.ifeth.sehr.sql.DefModule
 
setModid(int) - Method in class org.ifeth.sehr.sql.NetServices
 
setModule(int) - Method in class org.ifeth.sehr.sql.AccUsrLog
 
setName(String) - Method in class org.ifeth.sehr.sql.DefModule
 
setName(String) - Method in class org.ifeth.sehr.sql.NetCenter
 
setNbSupFields(int) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the number of extra fields
setNotes(String) - Method in class org.ifeth.sehr.sql.DefModule
 
setObjAction(Vector) - Method in class org.ifeth.sehr.beans.SEHRDataObject
 
setObjClass(String) - Method in class org.ifeth.sehr.beans.SEHRDataObject
 
setObjCreationDT(Date) - Method in class org.ifeth.sehr.beans.SEHRDataObject
 
setObjDescription(String) - Method in class org.ifeth.sehr.beans.SEHRDataObject
 
setObjEntryID(int) - Method in class org.ifeth.sehr.beans.SEHRDataObject
Set EntryID; For application/module usage, e.g. for keys
setObjID(Integer) - Method in class org.ifeth.sehr.beans.SEHRDataObject
Set unique ID; if 'null' a quick unique ID will be generated
setObjIcon(int) - Method in class org.ifeth.sehr.beans.SEHRDataObject
 
setObjItem(int) - Method in class org.ifeth.sehr.beans.SEHRDataObject
 
setObjLocation(String) - Method in class org.ifeth.sehr.beans.SEHRDataObject
 
setObjName(String) - Method in class org.ifeth.sehr.beans.SEHRDataObject
 
setObjParentID(int) - Method in class org.ifeth.sehr.beans.SEHRDataObject
 
setObjRWXOGO(String) - Method in class org.ifeth.sehr.beans.SEHRDataObject
Set rwx of owner, group, other as binary String
setObjType(int) - Method in class org.ifeth.sehr.beans.SEHRDataObject
 
setOptid(int) - Method in class org.ifeth.sehr.sql.DefOptions
 
setParentEntryID(int) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
 
setParentID(Integer) - Method in class org.ifeth.sehr.beans.ContactItem
 
setParentItemID(Integer) - Method in class org.ifeth.sehr.beans.NoteItem
 
setParentid(int) - Method in class org.ifeth.sehr.sql.NotePosts
 
setPasswd(String) - Method in class org.ifeth.sehr.sql.UsrServicesBySPList
 
setPassword(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the new password
setPassword(String) - Method in class org.ifeth.sehr.client.api.SessionHandler
 
setPhone1(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setPik(String) - Method in class org.ifeth.sehr.sql.DefModule
 
setPik(String) - Method in class org.ifeth.sehr.sql.NetServices
 
setPooledConnections(boolean) - Method in class org.ifeth.sehr.lib.DAOJdbc
Method to activate or deactivate pooled connections.
setPort(int) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the new LDAP server's port number
setPostid(int) - Method in class org.ifeth.sehr.sql.NotePosts
 
setPublic(boolean) - Method in class org.ifeth.sehr.beans.NoteItem
 
setRASEntry(String) - Method in class org.ifeth.sehr.client.api.SEHRRemote
Set the RAS entry to dial
setRASEntry(String) - Method in class org.ifeth.sehr.client.api.driver.ConnectionDriver
Set the RAS entry to dial
setRASEntry(String) - Method in class org.ifeth.sehr.client.api.driver.RASDriver
Set the RAS entry to dial
setRASPassword(String) - Method in class org.ifeth.sehr.client.api.SEHRRemote
Set the user's password to login at SEHR host
setRASPassword(String) - Method in class org.ifeth.sehr.client.api.driver.ConnectionDriver
Set the user's password to login at SEHR host
setRASPassword(String) - Method in class org.ifeth.sehr.client.api.driver.RASDriver
Set the user's password to login at SEHR host
setRASUsername(String) - Method in class org.ifeth.sehr.client.api.SEHRRemote
Set the user to login at SEHR host, e.g. for a RAS connection
setRASUsername(String) - Method in class org.ifeth.sehr.client.api.driver.ConnectionDriver
Set the user to login at SEHR host, e.g. for a RAS connection
setRASUsername(String) - Method in class org.ifeth.sehr.client.api.driver.RASDriver
Set the user to login at SEHR host, e.g. for a RAS connection
setSDOHUrl(String) - Method in class org.ifeth.sehr.sql.DefModule
 
setSEHRAccount(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
 
setSEHRAccountPw(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
 
setSEHRConnectionDriver(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
 
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.
setSEHRHost(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the new SEHR server IP
setSEHRHostProperties(Hashtable) - Method in class org.ifeth.sehr.client.api.SEHRRemote
 
setSEHRPort(int) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
 
setSEHRServerIP(String) - Method in class org.ifeth.sehr.client.api.SEHRRemote
 
setSEHRServerPort(int) - Method in class org.ifeth.sehr.client.api.SEHRRemote
 
setSEHRService(boolean) - Method in class org.ifeth.sehr.client.api.SEHRRemote
 
setSEHRZone(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
 
setSaved(boolean) - Method in class org.ifeth.sehr.beans.ContactItem
 
setSaved(boolean) - Method in class org.ifeth.sehr.beans.NoteItem
 
setSehrcfg(SEHRCfg) - Method in class org.ifeth.sehr.sql.DefOptions
 
setSqlMap(SqlMapClient) - Method in class org.ifeth.sehr.lib.SEHRDataSource
Set SQL mapping object.
setStartUpTimeMillis(long) - Method in class org.ifeth.sehr.client.api.driver.ConnectionInfo
Set startup time; if arg <=0 set to current time
setStartdt(Timestamp) - Method in class org.ifeth.sehr.sql.NetCenter
 
setStartofservice(Date) - Method in class org.ifeth.sehr.sql.NetServices
 
setStatus(int) - Method in class org.ifeth.sehr.client.api.driver.ConnectionInfo
Flag the status of the connection 0=unused/offline, 1=used/online/stay online, -1=failure
setStatus(int, int) - Method in class org.ifeth.sehr.lib.DAOJdbc
Set status to handle connection.
setStatus(int) - Method in class org.ifeth.sehr.sql.UsrServicesBySPList
 
setStreet(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setSubject(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setSubject(String) - Method in class org.ifeth.sehr.beans.NoteItem
 
setSubject(String) - Method in class org.ifeth.sehr.sql.NotePosts
 
setSuffix(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the new suffix
setSupFields(String[]) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the extra fields
setSupFieldsVector(Vector) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
 
setSvid(int) - Method in class org.ifeth.sehr.sql.NetServices
 
setSvid(int) - Method in class org.ifeth.sehr.sql.UsrServicesBySPList
 
setSvtitle(String) - Method in class org.ifeth.sehr.sql.UsrServicesBySPList
 
setTitle(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setTitle(String) - Method in class org.ifeth.sehr.lib.ServerModule
 
setTitle(String) - Method in class org.ifeth.sehr.sql.NetServices
 
setTitle(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setTotalConnectionTime(double) - Method in class org.ifeth.sehr.client.api.driver.ConnectionInfo
Used on reconnections to add total connection times
setUIMail(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
 
setUrl(String) - Method in class org.ifeth.sehr.client.api.LocalUserProfile
Sets the new LDAP server's url
setUrladmin(String) - Method in class org.ifeth.sehr.sql.NetServices
 
setUrlstart(String) - Method in class org.ifeth.sehr.sql.UsrServicesBySPList
 
setUrluser(String) - Method in class org.ifeth.sehr.sql.NetServices
 
setUser(String) - Method in class org.ifeth.sehr.client.api.SessionHandler
 
setUser1(String) - Method in class org.ifeth.sehr.beans.ContactItem
 
setUser1(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setUsrid(int) - Method in class org.ifeth.sehr.client.api.SessionHandler
 
setUsrid(int) - Method in class org.ifeth.sehr.sql.AccUsrLog
 
setUsrid(int) - Method in class org.ifeth.sehr.sql.NotePosts
 
setUsrid(int) - Method in class org.ifeth.sehr.sql.UsrContact
 
setUsrname(String) - Method in class org.ifeth.sehr.sql.NotePosts
 
setUsrsess(SessionData) - Method in class org.ifeth.sehr.lib.ServerModule
 
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.
setWebService(String) - Method in class org.ifeth.sehr.client.api.FileTransfer
 
setZip(String) - Method in class org.ifeth.sehr.sql.UsrContact
 
setZoneid(int) - Method in class org.ifeth.sehr.sql.NetCenter
 
setZoneid(int) - Method in class org.ifeth.sehr.sql.NetServices
 
setZoneid(String) - Method in class org.ifeth.sehr.sql.UsrServicesBySPList
 
setdbHost(String) - Method in class org.ifeth.sehr.lib.SEHRCfg
 
setdbSecUser(String) - Method in class org.ifeth.sehr.lib.SEHRCfg
 
setdbSecUserPw(String) - Method in class org.ifeth.sehr.lib.SEHRCfg
 
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
 
shutdown() - Method in class org.ifeth.sehr.client.api.SessionHandler
Close application like 'close' but listen to thread and display splash.
start() - Method in class org.ifeth.sehr.client.api.driver.ConnectionDriver
Starts listening for connections in a new thread.
startSessionListener() - Method in class org.ifeth.sehr.client.api.SessionHandler
 
stop() - Method in class org.ifeth.sehr.client.api.driver.ConnectionDriver
Stops the driver listening for new connections, and closes all existing Connections.
storeObject(Object) - Method in class org.ifeth.sehr.client.api.driver.ConnectionInfo
Store (track) object associated with the connection, e.g. that invoked the connection to keep some parameters
switchConnectionStatus(int, int) - Method in class org.ifeth.sehr.client.api.driver.ConnectionDriver
 

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