public interface ProfileStore
| Modifier and Type | Method and Description |
|---|---|
String |
getProfile(String ID)
Retrieves profile from persistent storage (by ID).
|
void |
persistProfile(String ID,
String profile)
Stores profile in persistent storage with given ID.
|
String getProfile(String ID) throws IOException
IOExceptionvoid persistProfile(String ID, String profile) throws IOException
IOExceptionCopyright © 2001-2014 University Health Network. All Rights Reserved.