org.openmobileis.common.user.profile
Class ProfileDataManager
java.lang.Object
org.openmobileis.common.user.profile.ProfileDataManager
- public class ProfileDataManager
- extends java.lang.Object
Title: OpenMobileIS project source
Description: Manage profil data access. Hide real implementation.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getManager
public static ProfileDataManager getManager()
registerDefaultProfilDataFactory
public void registerDefaultProfilDataFactory(ProfileDataFactory factory)
registerProfilDataFactoryForGroup
public void registerProfilDataFactoryForGroup(java.lang.String group,
ProfileDataFactory factory)
getProfil
public Profile getProfil(java.lang.String group,
java.lang.String profilName)
throws ProfileNotFoundException
- return the idl profil for specified profil name.
null if not found
- Throws:
ProfileNotFoundException
Copyright 2006 OpenMobileIS. All Rights Reserved.