|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProfileException | |
---|---|
edu.uoc.pfc.profile | |
edu.uoc.pfc.profile.xml | |
edu.uoc.pfc.social.data |
Uses of ProfileException in edu.uoc.pfc.profile |
---|
Constructors in edu.uoc.pfc.profile that throw ProfileException | |
---|---|
ProfileFactory(ProfileXMLHelper xmlHelper,
InputStream secProperties,
String ipAddress,
String port)
Mètode constructor amb el que es construirà l'objecte Profile. |
Uses of ProfileException in edu.uoc.pfc.profile.xml |
---|
Methods in edu.uoc.pfc.profile.xml that throw ProfileException | |
---|---|
abstract Profile |
ProfileXMLHelper.downloadProfile(String ipAddress,
String port,
File file)
Mètode encarregat d'obtenir un fitxer XML amb les dades del perfil d'usuari a partir de les dades d'identificació de l'usuari dins la xarxa social. |
Profile |
ProfileXMLParser.profileFromXMLFile(File file)
Mètode encarregat d'obtenir un objecte Profile amb les dades del perfil de l'usuari a partir d'un fitxer XML. |
void |
ProfileXMLParser.profileToXMLFile(Profile profile,
File file)
Mètode amb el qual, a partir d'un objecte Profile s'obté un OutputStream amb el document XML. |
void |
ProfileXMLHelper.saveProfile(Profile profile,
File file)
Mètode encarregat de guardar un objecte Profile amb les dades del perfil d'usuari en un fitxer. |
abstract Profile |
ProfileXMLHelper.updateProfile(String ipAddress,
String port,
File file)
Mètode encarregat d'actualitzar el fitxer XML amb les noves dades del perfil d'usuari a partir de les dades d'identificació de l'usuari dins la xarxa social. |
Constructors in edu.uoc.pfc.profile.xml that throw ProfileException | |
---|---|
ProfileXMLParser()
Mètode constructor. |
Uses of ProfileException in edu.uoc.pfc.social.data |
---|
Methods in edu.uoc.pfc.social.data that throw ProfileException | |
---|---|
Profile |
SocialNetworkProfileXMLHelper.downloadProfile(String ipAddress,
String port,
File file)
Mètode encarregat d'obtenir un fitxer XML amb les dades. |
Profile |
SocialNetworkProfileXMLHelper.updateProfile(String ipAddress,
String port,
File file)
Mètode encarregat d'actualitzar el fitxer XML amb les noves dades. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |