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
IOException
void persistProfile(String ID, String profile) throws IOException
IOException
Copyright © 2001–2017 University Health Network. All rights reserved.