Uses of Class
org.ifeth.sehr.lib.SEHRCfg

Packages that use SEHRCfg
org.ifeth.sehr.beans   
org.ifeth.sehr.lib   
org.ifeth.sehr.sql   
 

Uses of SEHRCfg in org.ifeth.sehr.beans
 

Methods in org.ifeth.sehr.beans that return SEHRCfg
 SEHRCfg SessionData.getSesscfg()
           
 SEHRCfg UserData.getCfg()
           
 SEHRCfg ZoneData.getCfg()
           
 

Methods in org.ifeth.sehr.beans with parameters of type SEHRCfg
 void CenterData.init(SEHRCfg cfg)
           
 void ModuleData.init(SEHRCfg cfg)
           
 void ServiceData.initObject(SEHRCfg cfg)
          Initialize the object using the SEHR configuration object The configuration object is the interface between the SEHR core, the underlaying system and the 'business model'; Due to this splitted responsibility the the cfg object is resonsible for a correct db handle/connection.
static int ServiceData.countBasicServices(SEHRCfg cfg)
          Count no. of basic services
 void SessionData.initSessionData(SEHRCfg sehrcfg)
           
 void SessionData.setSesscfg(SEHRCfg sesscfg)
           
static int SessionData.login2Service(java.lang.String login, java.lang.String passwd, java.lang.String pik, SEHRCfg cfg)
           
 void UserData.initUserData(SEHRCfg cfg)
           
static java.sql.ResultSet UserData.readUserList(SEHRCfg sehrcfg, java.lang.String whereclause)
           
static UserData UserData.selectRecord(int usrid, SEHRCfg cfg)
          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.
static int UserData.updateBasicServices(int svid, SEHRCfg cfg)
           
static java.lang.String UserData.getContactsSelect(SEHRCfg cfg)
          Get a SELECT list of each(!)
static java.lang.String UserData.getUsrContactsSelect(int usrid, int adrid, SEHRCfg cfg, boolean catlistonly)
           
 void UserData.setCfg(SEHRCfg cfg)
           
static int ZoneData.countCenters(java.lang.String zoneid, SEHRCfg cfg)
          Main method of receiving the number of center records of a given zone This method is static to use by other classes w/o the requirement of initializing a zonedata object
static boolean ZoneData.createCenter(ZoneData zd, SEHRCfg cfg, java.lang.String mailaccto)
          Creates a new center record for the given zone by parameter.
 

Constructors in org.ifeth.sehr.beans with parameters of type SEHRCfg
ServiceData(SEHRCfg cfg)
           
ZoneData(SEHRCfg cfg)
          Initialization as object with given configuration file to use
ZoneData(int zoneid, SEHRCfg cfg)
          Initialization a zone object with loading a record given by id The configuration will be received by the given cfg file
 

Uses of SEHRCfg in org.ifeth.sehr.lib
 

Methods in org.ifeth.sehr.lib with parameters of type SEHRCfg
static int AccessControl.checklogin4module(java.lang.String login, java.lang.String passwd, java.lang.String pik, SEHRCfg cfg)
          Check username and password to login for a module of SEHR.
 void SEHRDataSource.setCfg(SEHRCfg cfg)
          Set cfg object to use for datasource initialization
 

Constructors in org.ifeth.sehr.lib with parameters of type SEHRCfg
SEHRDataSource(SEHRCfg cfg)
          Initiates an object instance with connection parameters using the SEHR configuratio object.
 

Uses of SEHRCfg in org.ifeth.sehr.sql
 

Methods in org.ifeth.sehr.sql with parameters of type SEHRCfg
 void DefOptions.setSehrcfg(SEHRCfg sehrcfg)