Uses of Class
org.ifeth.sehr.client.api.LocalUserProfile

Packages that use LocalUserProfile
org.ifeth.sehr.client.api   
 

Uses of LocalUserProfile in org.ifeth.sehr.client.api
 

Methods in org.ifeth.sehr.client.api that return LocalUserProfile
 LocalUserProfile ProfileSelectAuthDialog.getProfile()
          Returns the selected profile
 LocalUserProfile LocalUserProfileCreateAssistent.getProfile()
          Returns the profile just created
static LocalUserProfile LocalUserProfile.loadProfileByID(java.lang.String datapath, int EntryID, DesEncrypter denc)
          Loads the user profile from a physically accessable file
static LocalUserProfile LocalUserProfile.loadProfile(java.lang.String datapath, java.lang.String profilename, DesEncrypter denc)
          Loads the user profile from a physically accessable file
 

Methods in org.ifeth.sehr.client.api with parameters of type LocalUserProfile
 void LocalUserProfile.save(java.lang.String datapath, LocalUserProfile p)
          Writes the given profile to a local file using the encryption cipher defined/set by profile!
 

Constructors in org.ifeth.sehr.client.api with parameters of type LocalUserProfile
LocalUserProfileCreateAssistent(java.lang.String datapath, java.util.Locale locale, LocalUserProfile profile, char[] key)
          Constructor for editing a given userprofile