Profile are store in a XML file. The filename and path is defined by the PropertiesManager property org.openmobileis.profil.file By default (ie the property is not defined), the file is stored in the directory "user.dir"/WEB-INF/conf/properties/profilData.xml.
Definition at line 65 of file ProfileManager.java.
Public Member Functions | |
void | saveProfilFile (String fileData) throws ServiceException |
Collection | getProfilRubrics () |
Collection | getProfilModules () |
ProfileRubric | getRubric (String rubricName) |
ProfileModule | getModule (String moduleName) |
void | addRubric (ProfileRubric rubric) |
void | addModule (ProfileModule module) |
void | loadProfile () throws ServiceException |
ProfileSynchroListenerAddNotifier | getProfileSyncListenerNotifier () |
void | setProfileSyncListenerNotifier (ProfileSynchroListenerAddNotifier profileSyncListenerNotifier) |
Static Public Member Functions | |
static ProfileManager | getManager () |
Package Attributes | |
ProfileSynchroListenerAddNotifier | profileSyncListenerNotifier = new ProfileSynchroListenerAddNotifier() |