org.openmobileis.common.user.profil
Class ProfilDataManager

java.lang.Object
  extended byorg.openmobileis.common.user.profil.ProfilDataManager

public class ProfilDataManager
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 ProfilDataManager getManager()
           
 Profil getProfil(java.lang.String group, java.lang.String profilName)
          return the idl profil for specified profil name.
 void registerProfilDataFactoryForGroup(java.lang.String group, ProfilDataFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getManager

public static ProfilDataManager getManager()

registerProfilDataFactoryForGroup

public void registerProfilDataFactoryForGroup(java.lang.String group,
                                              ProfilDataFactory factory)

getProfil

public Profil getProfil(java.lang.String group,
                        java.lang.String profilName)
                 throws ProfilNotFoundException
return the idl profil for specified profil name. null if not found

Throws:
ProfilNotFoundException


Copyright 2005 e-Care. All Rights Reserved.