Inheritance diagram for org.openmobileis.common.user.profil.ProfileDataFactory:
Definition at line 34 of file ProfileDataFactory.java.
Public Member Functions | |
Profile | getProfil (String profilName) throws ProfileNotFoundException |
return the profil for specified profil name. |
Profile org.openmobileis.common.user.profil.ProfileDataFactory.getProfil | ( | String | profilName | ) | throws ProfileNotFoundException |
return the profil for specified profil name.
null if not found
Implemented in org.openmobileis.common.user.profil.impl.TerminalXmlFileProfilDataFactory, and org.openmobileis.common.user.profil.impl.XmlFileProfilDataFactory.
Referenced by org.openmobileis.common.user.profil.ProfileDataManager.getProfil().