org.openmobileis.common.user.profile
Class ProfileDataManager

java.lang.Object
  extended byorg.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

Method Summary
static ProfileDataManager getManager()
           
 Profile getProfil(java.lang.String group, java.lang.String profilName)
          return the idl profil for specified profil name.
 void registerProfilDataFactoryForGroup(java.lang.String group, ProfileDataFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getManager

public static ProfileDataManager getManager()

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.